BrokerContact Property
Identifies the broker's contact info.
Syntax
public ContactDetail getBrokerContact(); public void setBrokerContact(ContactDetail brokerContact);
Remarks
The BrokerContact represents descriptive contact data identifying the Broker responsible for the shipment. It is required to be provided in an international ship request only if the BrokerSelect is present (requested) in the ShipmentSpecialServices.
This must be set to an instance of the ContactDetail type, which will contain specific contact information about the point-of-contact broker. See the ContactDetail type for more information.