class FedexWebServices::Soap::Close::ReprintGroundCloseDocumentsRequest

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

webAuthenticationDetail - FedexWebServices::Soap::Close::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Close::ClientDetail
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
reprintOption - FedexWebServices::Soap::Close::ReprintGroundCloseDocumentsOptionType
closeDate - SOAP::SOAPDate
trackingNumber - SOAP::SOAPString
closeDocumentSpecification - FedexWebServices::Soap::Close::CloseDocumentSpecification

Attributes

clientDetail[RW]
closeDate[RW]
closeDocumentSpecification[RW]
reprintOption[RW]
trackingNumber[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]

Public Class Methods

new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, reprintOption = nil, closeDate = nil, trackingNumber = nil, closeDocumentSpecification = nil) click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 519
def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, reprintOption = nil, closeDate = nil, trackingNumber = nil, closeDocumentSpecification = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @reprintOption = reprintOption
  @closeDate = closeDate
  @trackingNumber = trackingNumber
  @closeDocumentSpecification = closeDocumentSpecification
end