class FedexWebServices::Soap::Ship::CancelPendingShipmentRequest

{fedex.com/ws/ship/v12}CancelPendingShipmentRequest

webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Ship::ClientDetail
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
trackingId - FedexWebServices::Soap::Ship::TrackingId

Attributes

clientDetail[RW]
trackingId[RW]
transactionDetail[RW]
version[RW]
webAuthenticationDetail[RW]

Public Class Methods

new(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, trackingId = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 147
def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, trackingId = nil)
  @webAuthenticationDetail = webAuthenticationDetail
  @clientDetail = clientDetail
  @transactionDetail = transactionDetail
  @version = version
  @trackingId = trackingId
end