ExtendedPayment class

ExtendedPayment class

The class provides the payee with information for applying a payment across multiple invoices.It is structured to allow for electronic processing of the invoice data, and allows multiple invoices, as well as multiple line items per invoice, to be specified.

The ExtendedPayment type exposes the following members:

Constructors

ConstructorDescription
ExtendedPayment()Initializes a new instance of ExtendedPayment class.

Properties

PropertyDescription
extended_payment_forGets or sets whether the payment is for an individual or business account.This allows the payment processor to remit payments to the appropriate address for consumers or businesses.
extended_payment_checkGets or sets the check number to use for this payment.
extended_payment_descriptionGets or sets the free text to communicate with the payment.
extended_payment_invoiceGets or sets the ExtendedPayment.extended_payment_invoice.

See Also