BillingInfo Property
The billing information for the current invoice.
Syntax
[VB.NET] Public Property BillingInfo As ContactInfo
[C#] public ContactInfo BillingInfo {get; set;}
Remarks
This property may be used by CreateInvoice or Update to set the billing information for the invoice.
This property will also be populated after a call to GetDetails and will then contain payer information for the invoice.