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

Constructor Description
ExtendedPayment() Initializes a new instance of ExtendedPayment class.

Properties

Property Description
extended_payment_for Gets 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_check Gets or sets the check number to use for this payment.
extended_payment_description Gets or sets the free text to communicate with the payment.
extended_payment_invoice Gets or sets the ExtendedPayment.extended_payment_invoice.

See Also