Skip to content

@nht-pandats/sdk / @nht-pandats/sdk/clients / @nht-pandats/sdk/clients/affiliateApi / AffiliateApiCustomerSaveSuccessfulResponse

Interface: AffiliateApiCustomerSaveSuccessfulResponse

@nht-pandats/sdk/clients.@nht-pandats/sdk/clients/affiliateApi.AffiliateApiCustomerSaveSuccessfulResponse

Response for a successful customer creation request.

Properties

resource

resource: string

The resource of the created customer.

Defined in

src/clients/affiliateApi/customers.ts:482


status

status: string

The status of the operation.

Defined in

src/clients/affiliateApi/customers.ts:478


customerId

Optional customerId: number

The unique identifier of the created customer.

Defined in

src/clients/affiliateApi/customers.ts:486


loginToken

Optional loginToken: string

The redirect URL for the created customer.

Defined in

src/clients/affiliateApi/customers.ts:490