* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
104 lines
1.6 KiB
Markdown
104 lines
1.6 KiB
Markdown
# Class: AdminPostRegionsRegionReq
|
|
|
|
[internal](../modules/internal-17.md).AdminPostRegionsRegionReq
|
|
|
|
## Properties
|
|
|
|
### automatic\_taxes
|
|
|
|
• `Optional` **automatic\_taxes**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:70
|
|
|
|
___
|
|
|
|
### countries
|
|
|
|
• `Optional` **countries**: `string`[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:74
|
|
|
|
___
|
|
|
|
### currency\_code
|
|
|
|
• `Optional` **currency\_code**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:66
|
|
|
|
___
|
|
|
|
### fulfillment\_providers
|
|
|
|
• `Optional` **fulfillment\_providers**: `string`[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:73
|
|
|
|
___
|
|
|
|
### gift\_cards\_taxable
|
|
|
|
• `Optional` **gift\_cards\_taxable**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:69
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• `Optional` **name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:65
|
|
|
|
___
|
|
|
|
### payment\_providers
|
|
|
|
• `Optional` **payment\_providers**: `string`[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:72
|
|
|
|
___
|
|
|
|
### tax\_code
|
|
|
|
• `Optional` **tax\_code**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:67
|
|
|
|
___
|
|
|
|
### tax\_provider\_id
|
|
|
|
• `Optional` **tax\_provider\_id**: ``null`` \| `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:71
|
|
|
|
___
|
|
|
|
### tax\_rate
|
|
|
|
• `Optional` **tax\_rate**: `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/regions/update-region.d.ts:68
|