PaymentInfo Property
The information used to describe a payment when marking an invoice as paid.
Syntax
[VB.NET] Public Property PaymentInfo As InvoicePaymentInfo
[C#] public InvoicePaymentInfo PaymentInfo {get; set;}
Remarks
This property is used to specify details about an invoice payment when marking an invoice as paid (via MarkAsPaid).