OrderRequestV3BillingAccountAddress Property |
[This is preliminary documentation and is subject to change.]
The billing address
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic Address BillingAccountAddress { get; set; }
Public Property BillingAccountAddress As Address
Get
Set
public:
property Address^ BillingAccountAddress {
Address^ get ();
void set (Address^ value);
}
Property Value
Type:
Address
See Also