Files
medusa-store/docs/content/references/entities/classes/Region.md
Shahed Nasser a8293af8e1 fix: overlapping branch names for generated PRs of references (#2097)
* fix overlapping branch names of generated references

* regenerate references
2022-08-25 17:47:58 +03:00

4.3 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Class: Region

Hierarchy

  • SoftDeletableEntity

    Region

Constructors

constructor

new Region()

Inherited from

SoftDeletableEntity.constructor

Properties

automatic_taxes

automatic_taxes: boolean

Defined in

models/region.ts:47


countries

countries: Country[]

Defined in

models/region.ts:50


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:32


currency_code

currency_code: string

Defined in

models/region.ts:28


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:91


gift_cards_taxable

gift_cards_taxable: boolean

Defined in

models/region.ts:44


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: Record<string, unknown>

Defined in

models/region.ts:94


name

name: string

Defined in

models/region.ts:25


payment_providers

payment_providers: PaymentProvider[]

Defined in

models/region.ts:74


tax_code

tax_code: string

Defined in

models/region.ts:41


tax_provider

tax_provider: TaxProvider

Defined in

models/region.ts:57


tax_provider_id

tax_provider_id: null | string

Defined in

models/region.ts:53


tax_rate

tax_rate: number

Defined in

models/region.ts:35


tax_rates

tax_rates: null | TaxRate[]

Defined in

models/region.ts:38


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:96