class FedexWebServices::Soap::Rate::BrokerDetail

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

type - FedexWebServices::Soap::Rate::BrokerType
broker - FedexWebServices::Soap::Rate::Party

Attributes

broker[RW]
type[RW]

Public Class Methods

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