class FedexWebServices::Soap::Rate::CodDetail

{fedex.com/ws/rate/v13}CodDetail

codCollectionAmount - FedexWebServices::Soap::Rate::Money
addTransportationChargesDetail - FedexWebServices::Soap::Rate::CodAddTransportationChargesDetail
collectionType - FedexWebServices::Soap::Rate::CodCollectionType
codRecipient - FedexWebServices::Soap::Rate::Party
financialInstitutionContactAndAddress - FedexWebServices::Soap::Rate::ContactAndAddress
remitToName - SOAP::SOAPString
referenceIndicator - FedexWebServices::Soap::Rate::CodReturnReferenceIndicatorType
returnTrackingId - FedexWebServices::Soap::Rate::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/RateServiceDefinitions.rb, line 135
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