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: MarkCustomerAsActive, MarkCustomerAsInactive, and MarkCustomerAsSynchronized won’t return this field if the operation fails.

string

CustomerInternalId

Internal customer ID automatically assigned by EBizCharge.

Note: MarkCustomerAsActive, MarkCustomerAsInactive, and MarkCustomerAsSynchronized won’t return this field if the operation fails.

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.