BillingAddresses Property
A collection of billing addresses for the sender.
Syntax
[VB.NET] Public ReadOnlyProperty BillingAddresses As BillingAddressList
[C#] public BillingAddressList BillingAddresses {get;}
Remarks
This property will contain a list of all the billing addresses on file for the sender.
Note: This collection is available only to API callers with advanced permission levels.
This property is read-only.