CustomerResponse
Description
The CustomerResponse object contains the result data for AddCustomer, MarkCustomerAsActive, MarkCustomerAsInactive, MarkCustomerAsSynchronized, and UpdateCustomer requests.
Properties
Type | Name | Description |
|---|---|---|
string | CustomerId | Custom customer ID assigned by the user. Note: |
string | CustomerInternalId | Internal customer ID automatically assigned by EBizCharge. Note: |
string | Status | Description of the operation status. |
int | StatusCode | Code representing the operation status. |
string | Error | Description of the error. |
int | ErrorCode | Code representing the error type. |
Updated 7 months ago
