class FedexWebServices::Soap::Ship::DeleteTagRequest
{fedex.com/ws/ship/v12}DeleteTagRequest
webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail clientDetail - FedexWebServices::Soap::Ship::ClientDetail transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail version - FedexWebServices::Soap::Ship::VersionId dispatchLocationId - SOAP::SOAPString dispatchDate - SOAP::SOAPDate payment - FedexWebServices::Soap::Ship::Payment confirmationNumber - SOAP::SOAPString
Attributes
clientDetail[RW]
confirmationNumber[RW]
dispatchDate[RW]
dispatchLocationId[RW]
payment[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]
Public Class Methods
new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, dispatchLocationId = nil, dispatchDate = nil, payment = nil, confirmationNumber = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1188 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, dispatchLocationId = nil, dispatchDate = nil, payment = nil, confirmationNumber = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @dispatchLocationId = dispatchLocationId @dispatchDate = dispatchDate @payment = payment @confirmationNumber = confirmationNumber end