Skip to main content

Class: Region

Hierarchy

  • SoftDeletableEntity

    Region

Constructors

constructor

new Region()

Inherited from

SoftDeletableEntity.constructor

Properties

automatic_taxes

automatic_taxes: boolean

Defined in

models/region.ts:51


countries

countries: Country[]

Defined in

models/region.ts:54


created_at

created_at: Date

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


currency

currency: Currency

Defined in

models/region.ts:36


currency_code

currency_code: string

Defined in

models/region.ts:32


deleted_at

deleted_at: null | Date

Inherited from

SoftDeletableEntity.deleted_at

Defined in

interfaces/models/soft-deletable-entity.ts:7


fulfillment_providers

fulfillment_providers: FulfillmentProvider[]

Defined in

models/region.ts:95


gift_cards_taxable

gift_cards_taxable: boolean

Defined in

models/region.ts:48


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


includes_tax

includes_tax: boolean

Defined in

models/region.ts:101


metadata

metadata: Record<string, unknown>

Defined in

models/region.ts:98


name

name: string

Defined in

models/region.ts:28


payment_providers

payment_providers: PaymentProvider[]

Defined in

models/region.ts:78


tax_code

tax_code: string

Defined in

models/region.ts:45


tax_provider

tax_provider: TaxProvider

Defined in

models/region.ts:61


tax_provider_id

tax_provider_id: null | string

Defined in

models/region.ts:57


tax_rate

tax_rate: number

Defined in

models/region.ts:39


tax_rates

tax_rates: null | TaxRate[]

Defined in

models/region.ts:42


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/region.ts:103