Class: RegisterCustomerResponseService
Defined in: service/RegisterCustomerResponseService.ts:27
Backwards-compatible class form. New code should call registerCustomerResponseService(client).
Constructors
Constructor
new RegisterCustomerResponseService(
client):RegisterCustomerResponseService
Defined in: service/RegisterCustomerResponseService.ts:29
Parameters
client
Returns
RegisterCustomerResponseService
Methods
registerCustomer()
registerCustomer(
variables):Promise<RegisterCustomerResponse>
Defined in: service/RegisterCustomerResponseService.ts:34
Registers a new customer and returns response
Parameters
variables
RegisterCustomer input data
Returns
Promise<RegisterCustomerResponse>