class FedexWebServices::Soap::Rate::Payor

{fedex.com/ws/rate/v13}Payor

responsibleParty - FedexWebServices::Soap::Rate::Party

Attributes

responsibleParty[RW]

Public Class Methods

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