Payor Property
Identifies the payor of transportation charges for the requested shipment.
Syntax
[VB.NET] Public Property Payor As PayorDetail
[C#] public PayorDetail Payor {get; set;}
Remarks
The Payor is required to be provided in a ship request. This must be set to an instance of the PayorDetail type, which will contain the payor details. See the PayorDetail type for more information.