InvoicePaymentInfo Type
This type describes the details about the invoice payment.
Remarks
Once an invoice payment is made, this type is used to describe the details of the payment.
Fields
Date String |
Contains the date on which the invoice was paid. 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. | ||||||||||||||||||
Method int |
This field is used to specify the method of payment used when marking an invoice as paid (via MarkAsPaid). The following payment methods are available:
| ||||||||||||||||||
Note String |
Contains a note associated with the invoice payment. | ||||||||||||||||||
TransactionId String |
Contains the Transaction ID of a PayPal payment. Note: This field is only used after a call to GetDetails is made, provided that the invoice was paid by PayPal. |
Constructors
public InvoicePaymentInfo();