Skip to main content

Class: Region

Hierarchy

  • SoftDeletableEntityCopy to Clipboard

    RegionCopy to Clipboard

Constructors

constructor

new Region()

Inherited from

SoftDeletableEntity.constructor

Properties

automatic_taxes

automatic_taxes: booleanCopy to Clipboard

Defined in

models/region.ts:51


countries

countries: CountryCopy to Clipboard[]

Defined in

models/region.ts:54


created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


currency

currency: CurrencyCopy to Clipboard

Defined in

models/region.ts:36


currency_code

currency_code: stringCopy to Clipboard

Defined in

models/region.ts:32


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

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


fulfillment_providers

fulfillment_providers: FulfillmentProviderCopy to Clipboard[]

Defined in

models/region.ts:95


gift_cards_taxable

gift_cards_taxable: booleanCopy to Clipboard

Defined in

models/region.ts:48


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


includes_tax

includes_tax: booleanCopy to Clipboard

Defined in

models/region.ts:101


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

models/region.ts:98


name

name: stringCopy to Clipboard

Defined in

models/region.ts:28


payment_providers

payment_providers: PaymentProviderCopy to Clipboard[]

Defined in

models/region.ts:78


tax_code

tax_code: stringCopy to Clipboard

Defined in

models/region.ts:45


tax_provider

tax_provider: TaxProviderCopy to Clipboard

Defined in

models/region.ts:61


tax_provider_id

tax_provider_id: nullCopy to Clipboard | stringCopy to Clipboard

Defined in

models/region.ts:57


tax_rate

tax_rate: numberCopy to Clipboard

Defined in

models/region.ts:39


tax_rates

tax_rates: nullCopy to Clipboard | TaxRateCopy to Clipboard[]

Defined in

models/region.ts:42


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

PrivateCopy to Clipboard beforeInsert(): voidCopy to Clipboard

Returns

voidCopy to Clipboard

Defined in

models/region.ts:103