class FedexWebServices::Soap::Ship::Payor

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

responsibleParty - FedexWebServices::Soap::Ship::Party

Attributes

responsibleParty[RW]

Public Class Methods

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