OrderRequestV3BillingAccount Property |
[This is preliminary documentation and is subject to change.]
A valid Purolator account number is required for all collect and 3rd party orders.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string BillingAccount { get; set; }
Public Property BillingAccount As String
Get
Set
public:
virtual property String^ BillingAccount {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
String
See Also