InvoiceInfo Type
Information about an invoice.
Remarks
Information about an invoice.
Fields
Date String |
Contains the date on which the invoice is enabled. The date and time must be in the following format: "yyyy-MM-ddTHH:mm:ss.fffZ". This is explained in more detail below:
For instance, "2004-05-26T15:00:00.000Z" is May 26th, 2004 at 3:00pm GMT. | ||||||||||||||||||
DiscountAmount String |
The discount amount applied to the invoice. If DiscountPercent is provided, DiscountAmount is ignored. | ||||||||||||||||||
DiscountPercent String |
The discount percent applied to the invoice. | ||||||||||||||||||
DueDate String |
Contains the date on which the payment is due. The date and time must be in the following format: "yyyy-MM-ddTHH:mm:ss.fffZ". This is explained in more detail below:
For instance, "2004-05-26T15:00:00.000Z" is May 26th, 2004 at 3:00pm GMT. | ||||||||||||||||||
LogoURL String |
Contains the complete URL to an external image used as the logo. | ||||||||||||||||||
MerchantMemo String |
Memo for bookkeeping that is private to the merchant. | ||||||||||||||||||
Note String |
Note to the payer company. | ||||||||||||||||||
Number String |
Contains the number of the invoice as assigned by the merchant. | ||||||||||||||||||
PaymentTerm PaymentTerms |
Specifies the term by which the invoice payment is due. The following funding types are available:
| ||||||||||||||||||
ShippingAmount String |
The cost of shipping. | ||||||||||||||||||
ShippingTaxName String |
Name of the applicable tax on shipping cost. | ||||||||||||||||||
ShippingTaxRate String |
Rate of the applicable tax on shipping cost. | ||||||||||||||||||
Terms String |
General terms for the invoice. |
Constructors
[VB.NET] Public InvoiceInfo() [C#] public InvoiceInfo();