CustomerResponse

Description

The CustomerResponse object contains the result data for AddCustomer, MarkCustomerAsActive, MarkCustomerAsInactive, MarkCustomerAsSynchronized, and UpdateCustomer requests.

Properties

TypeNameDescription
stringCustomerId

Custom customer ID assigned by the user.

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

stringCustomerInternalId

Internal customer ID automatically assigned by EBizCharge.

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

stringStatusDescription of the operation status.
intStatusCodeCode representing the operation status.
stringErrorDescription of the error.
intErrorCodeCode representing the error type.