> ## 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.

# VirtualCardOrderSettings

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

# Interface: VirtualCardOrderSettings

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

## Properties

### activeDays?

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

***

### bankAccountId

> **bankAccountId**: `string`

***

### cardLevel

> **cardLevel**: `string`

***

### categories?

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

***

### dailyLimit?

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

***

### hasDailyLimit?

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

***

### hasTransactionLimit?

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

***

### membershipId

> **membershipId**: `string`

***

### monthlyLimit

> **monthlyLimit**: `number`

***

### organizationId

> **organizationId**: `string`

***

### transactionLimit?

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