InvoicePaymentResponse
Description
The object returned upon successful completion of an Invoice Payment.
Properties
Type | Name | Description |
---|---|---|
string | PaymentInternalId | The payment internal ID. (required) |
string | Status | Description of operation status. (required) |
int | StatusCode | Single-character code for operation status. (required) |
string | Error | Text description of error code. (required) |
int | ErrorCode | Error code (if operation resulted in error). (required) |
Updated over 5 years ago