InvoicePaymentResponse
Description
The InvoicePaymentResponse object contains the result data for AddInvoicePayment requests.
Properties
| Type | Name | Description |
|---|---|---|
| string | PaymentInternalId | Internal identifier for the Payment object. |
| string | Status | Indicates whether the operation was successful. |
| int | StatusCode | Code representing the operation status. |
| string | Error | Description of the error. |
| int | ErrorCode | Code representing the error type. |
