> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PhysicalCardOrderSettings

[@qonto/embed-sdk](../README) / PhysicalCardOrderSettings

# Interface: PhysicalCardOrderSettings

Object that contains the desired settings of a physical card to be ordered
when calling `orderCard`.

## Extends

* `Omit`\<[`VirtualCardOrderSettings`](./VirtualCardOrderSettings), `"cardLevel"`>

## Properties

### activeDays?

> `optional` **activeDays**: `number`\[]

#### Inherited from

`Omit.activeDays`

***

### address?

> `optional` **address**: [`Address`](../-internal-/interfaces/Address)

***

### atmDailyLimit?

> `optional` **atmDailyLimit**: `number`

***

### atmMonthlyLimit?

> `optional` **atmMonthlyLimit**: `number`

***

### bankAccountId

> **bankAccountId**: `string`

#### Inherited from

`Omit.bankAccountId`

***

### cardDesign?

> `optional` **cardDesign**: [`CardDesign`](../-internal-/type-aliases/CardDesign)

***

### cardLevel

> **cardLevel**: `string`

***

### categories?

> `optional` **categories**: `string`\[]

#### Inherited from

`Omit.categories`

***

### dailyLimit?

> `optional` **dailyLimit**: `number`

#### Inherited from

`Omit.dailyLimit`

***

### hasAtmDailyLimit?

> `optional` **hasAtmDailyLimit**: `boolean`

***

### hasAtmOption?

> `optional` **hasAtmOption**: `boolean`

***

### hasDailyLimit?

> `optional` **hasDailyLimit**: `boolean`

#### Inherited from

`Omit.hasDailyLimit`

***

### hasForeignPaymentOption?

> `optional` **hasForeignPaymentOption**: `boolean`

***

### hasNfcOption?

> `optional` **hasNfcOption**: `boolean`

***

### hasOnlinePaymentOption?

> `optional` **hasOnlinePaymentOption**: `boolean`

***

### hasTransactionLimit?

> `optional` **hasTransactionLimit**: `boolean`

#### Inherited from

`Omit.hasTransactionLimit`

***

### membershipId

> **membershipId**: `string`

#### Inherited from

`Omit.membershipId`

***

### monthlyLimit

> **monthlyLimit**: `number`

#### Inherited from

`Omit.monthlyLimit`

***

### organizationId

> **organizationId**: `string`

#### Inherited from

`Omit.organizationId`

***

### shipToBusiness

> **shipToBusiness**: `boolean`

***

### transactionLimit?

> `optional` **transactionLimit**: `number`

#### Inherited from

`Omit.transactionLimit`

***

### typeOfPrint?

> `optional` **typeOfPrint**: [`TypeOfPrint`](../-internal-/type-aliases/TypeOfPrint)
