class FedexWebServices::Soap::Ship::DeleteShipmentRequest
{fedex.com/ws/ship/v12}DeleteShipmentRequest
webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail clientDetail - FedexWebServices::Soap::Ship::ClientDetail transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail version - FedexWebServices::Soap::Ship::VersionId shipTimestamp - SOAP::SOAPDateTime trackingId - FedexWebServices::Soap::Ship::TrackingId deletionControl - FedexWebServices::Soap::Ship::DeletionControlType
Attributes
clientDetail[RW]
deletionControl[RW]
shipTimestamp[RW]
trackingId[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]
Public Class Methods
new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, shipTimestamp = nil, trackingId = nil, deletionControl = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1158 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, shipTimestamp = nil, trackingId = nil, deletionControl = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @shipTimestamp = shipTimestamp @trackingId = trackingId @deletionControl = deletionControl end