InvoiceInfo Property
The information about an invoice.
Syntax
[VB.NET] Public Property InvoiceInfo As InvoiceInfo
[C#] public InvoiceInfo InvoiceInfo {get; set;}
Remarks
This property is used to specify information (such as amounts, terms, and dates) about an invoice.
MerchantInfo, BillingInfo, and ShippingInfo are used to describe the contact information about the parties involved in the transaction that the invoice pertains to.
InvoiceItems is used to describe the items that are included on the invoice.