SubCustomerResponse
Contains details on the result of a processed invoice.
Description
This object contains the results which are displayed upon successful completion of a given sub customer.
Properties
Type | Name | Description |
---|---|---|
string | CustomerId | Customer ID (required) |
string | Sub CustomerId | Sub Customer ID (required) |
string | Sub CustomerInternalId | Sub Customer internal ID (generated by EBizCharge Connect). (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) |
Examples
Updated over 5 years ago