class FedexWebServices::Soap::Ship::CodDetail

{fedex.com/ws/ship/v12}CodDetail

codCollectionAmount - FedexWebServices::Soap::Ship::Money
addTransportationChargesDetail - FedexWebServices::Soap::Ship::CodAddTransportationChargesDetail
collectionType - FedexWebServices::Soap::Ship::CodCollectionType
codRecipient - FedexWebServices::Soap::Ship::Party
financialInstitutionContactAndAddress - FedexWebServices::Soap::Ship::ContactAndAddress
remitToName - SOAP::SOAPString
referenceIndicator - FedexWebServices::Soap::Ship::CodReturnReferenceIndicatorType
returnTrackingId - FedexWebServices::Soap::Ship::TrackingId

Attributes

addTransportationChargesDetail[RW]
codCollectionAmount[RW]
codRecipient[RW]
collectionType[RW]
financialInstitutionContactAndAddress[RW]
referenceIndicator[RW]
remitToName[RW]
returnTrackingId[RW]

Public Class Methods

new(codCollectionAmount = nil, addTransportationChargesDetail = nil, collectionType = nil, codRecipient = nil, financialInstitutionContactAndAddress = nil, remitToName = nil, referenceIndicator = nil, returnTrackingId = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 223
def initialize(codCollectionAmount = nil, addTransportationChargesDetail = nil, collectionType = nil, codRecipient = nil, financialInstitutionContactAndAddress = nil, remitToName = nil, referenceIndicator = nil, returnTrackingId = nil)
  @codCollectionAmount = codCollectionAmount
  @addTransportationChargesDetail = addTransportationChargesDetail
  @collectionType = collectionType
  @codRecipient = codRecipient
  @financialInstitutionContactAndAddress = financialInstitutionContactAndAddress
  @remitToName = remitToName
  @referenceIndicator = referenceIndicator
  @returnTrackingId = returnTrackingId
end