InvoicePaymentRequest
Description
The InvoicePaymentRequest contains the payment details that will be added on to the Invoice.
Properties
| Type | Name | Description |
|---|---|---|
| string | CustomerId | Identifies the associated Customer object. |
| InvoicePaymentDetails[] | InvoicePaymentDetails | List of invoice payment details. |
| string | AuthCode | Authorization code assigned by the issuing bank for the payment method. |
| string | RefNum | Reference number assigned by the gateway, returned in the runTransaction response. |
| int | TotalPaidAmount | Amount paid toward the associated Invoice object. |
| string | Currency | Three-character ISO 4217 currency code. |
| string | CustNum | Customer reference number assigned by EBizCharge. |
| string | PaymentMethodId | Identifies the associated PaymentMethodProfile object. |
| string | PaymentMethodType | Type of payment method used. |
| string | Software | Name of the integration. |
Updated 6 months ago
