class FedexWebServices::Soap::Ship::DeliveryOnInvoiceAcceptanceDetail

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

recipient - FedexWebServices::Soap::Ship::Party
trackingId - FedexWebServices::Soap::Ship::TrackingId

Attributes

recipient[RW]
trackingId[RW]

Public Class Methods

new(recipient = nil, trackingId = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1207
def initialize(recipient = nil, trackingId = nil)
  @recipient = recipient
  @trackingId = trackingId
end