class FedexWebServices::Soap::Close::CloseWithDocumentsRequest
{fedex.com/ws/close/v4}CloseWithDocumentsRequest
webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail clientDetail - FedexWebServices::Soap::Close::ClientDetail transactionDetail - FedexWebServices::Soap::Close::TransactionDetail version - FedexWebServices::Soap::Close::VersionId actionType - FedexWebServices::Soap::Close::CloseActionType processingOptions - FedexWebServices::Soap::Close::CloseWithDocumentsProcessingOptionsRequested carrierCode - FedexWebServices::Soap::Close::CarrierCodeType shippingCycle - SOAP::SOAPString reprintCloseDate - SOAP::SOAPDateTime manifestReferenceDetail - FedexWebServices::Soap::Close::CloseManifestReferenceDetail smartPostDetail - FedexWebServices::Soap::Close::CloseSmartPostDetail closeDocumentSpecification - FedexWebServices::Soap::Close::CloseDocumentSpecification
Attributes
actionType[RW]
carrierCode[RW]
clientDetail[RW]
closeDocumentSpecification[RW]
manifestReferenceDetail[RW]
processingOptions[RW]
reprintCloseDate[RW]
shippingCycle[RW]
smartPostDetail[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]
Public Class Methods
new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, actionType = nil, processingOptions = nil, carrierCode = nil, shippingCycle = nil, reprintCloseDate = nil, manifestReferenceDetail = nil, smartPostDetail = nil, closeDocumentSpecification = nil)
click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 187 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, actionType = nil, processingOptions = nil, carrierCode = nil, shippingCycle = nil, reprintCloseDate = nil, manifestReferenceDetail = nil, smartPostDetail = nil, closeDocumentSpecification = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @actionType = actionType @processingOptions = processingOptions @carrierCode = carrierCode @shippingCycle = shippingCycle @reprintCloseDate = reprintCloseDate @manifestReferenceDetail = manifestReferenceDetail @smartPostDetail = smartPostDetail @closeDocumentSpecification = closeDocumentSpecification end