Skip to main content

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

GraphQLClient

Returns

RegisterCustomerResponseService

Methods

registerCustomer()

registerCustomer(variables): Promise<RegisterCustomerResponse>

Defined in: service/RegisterCustomerResponseService.ts:34

Registers a new customer and returns response

Parameters

variables

CustomerRegisterVariables

RegisterCustomer input data

Returns

Promise<RegisterCustomerResponse>