ExtendedPayment

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.

public class ExtendedPayment

Constructors

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

Properties

NameDescription
ExtendedPaymentCheck { get; set; }Gets or sets the check number to use for this payment.
ExtendedPaymentDescription { get; set; }Gets or sets the free text to communicate with the payment.
ExtendedPaymentFor { get; set; }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.
ExtendedPaymentInvoice { get; set; }Gets or sets the ExtendedPaymentInvoice.

See Also