ManifestPayorAccountNumber Property
This is the 10-digit customer number of the customer who is paying for the shipment.
Syntax
__property String ManifestPayorAccountNumber[int ManifestIdx] = {read=FManifestPayorAccountNumber, write=FSetManifestPayorAccountNumber};
Default Value
""
Remarks
This is the 10-digit customer number of the customer who is paying for the shipment. This is often the same as the ManifestShipperAccountNumber.
The size of the array is controlled by the ManifestCount property.
This property is read-only and not available at design time.
Data Type
String