Skip to content

@sourceloop/ctrl-plane-subscription-service / Exports / CustomerDto

Class: CustomerDto

Hierarchy

  • Model

    ↳ CustomerDto

Table of contents

Constructors

Properties

Constructors

constructor

• new CustomerDto(data?)

Parameters

Name Type
data? Partial<CustomerDto>

Overrides

Model.constructor

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:56

Properties

billingAddress

• billingAddress: AddressDto

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:49


company

• company: string

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:37


email

• email: string

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:31


firstName

• firstName: string

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:19


id

• Optional id: string

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:13


lastName

• lastName: string

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:25


options

• Optional options: AnyObject

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:54


phone

• phone: string

Defined in

services/subscription-service/src/models/dto/customer-dto.model.ts:43