class FedexWebServices::Soap::Ship::BrokerDetail

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

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

Attributes

broker[RW]
type[RW]

Public Class Methods

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