class FedexWebServices::Soap::Close::GroundCloseWithDocumentsRequest
{fedex.com/ws/close/v4}GroundCloseWithDocumentsRequest
webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail clientDetail - FedexWebServices::Soap::Close::ClientDetail transactionDetail - FedexWebServices::Soap::Close::TransactionDetail version - FedexWebServices::Soap::Close::VersionId closeDate - SOAP::SOAPDate closeDocumentSpecification - FedexWebServices::Soap::Close::CloseDocumentSpecification
Attributes
clientDetail[RW]
closeDate[RW]
closeDocumentSpecification[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]
Public Class Methods
new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, closeDate = nil, closeDocumentSpecification = nil)
click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 387 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, closeDate = nil, closeDocumentSpecification = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @closeDate = closeDate @closeDocumentSpecification = closeDocumentSpecification end