class FedexWebServices::Soap::Close::SmartPostCloseRequest

{fedex.com/ws/close/v4}SmartPostCloseRequest

webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Close::ClientDetail
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
hubId - SOAP::SOAPString
customerManifestId - SOAP::SOAPString
destinationCountryCode - SOAP::SOAPString
pickUpCarrier - FedexWebServices::Soap::Close::CarrierCodeType
manifestReferenceDetail - FedexWebServices::Soap::Close::CloseManifestReferenceDetail

Attributes

clientDetail[RW]
customerManifestId[RW]
destinationCountryCode[RW]
hubId[RW]
manifestReferenceDetail[RW]
pickUpCarrier[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]

Public Class Methods

new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, hubId = nil, customerManifestId = nil, destinationCountryCode = nil, pickUpCarrier = nil, manifestReferenceDetail = nil) click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 661
def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, hubId = nil, customerManifestId = nil, destinationCountryCode = nil, pickUpCarrier = nil, manifestReferenceDetail = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @hubId = hubId
  @customerManifestId = customerManifestId
  @destinationCountryCode = destinationCountryCode
  @pickUpCarrier = pickUpCarrier
  @manifestReferenceDetail = manifestReferenceDetail
end