[**@bigcommerce/checkout-sdk**](../README.md)

***

[@bigcommerce/checkout-sdk](../README.md) / CardInstrument

# Interface: CardInstrument

## Extends

- [`BaseInstrument`](BaseInstrument.md)

## Properties

### bigpayToken

> **bigpayToken**: `string`

#### Inherited from

[`BaseInstrument`](BaseInstrument.md).[`bigpayToken`](BaseInstrument.md#bigpaytoken)

***

### brand

> **brand**: `string`

***

### defaultInstrument

> **defaultInstrument**: `boolean`

#### Inherited from

[`BaseInstrument`](BaseInstrument.md).[`defaultInstrument`](BaseInstrument.md#defaultinstrument)

***

### expiryMonth

> **expiryMonth**: `string`

***

### expiryYear

> **expiryYear**: `string`

***

### iin

> **iin**: `string`

***

### last4

> **last4**: `string`

***

### method

> **method**: `string`

#### Inherited from

[`BaseInstrument`](BaseInstrument.md).[`method`](BaseInstrument.md#method)

***

### provider

> **provider**: `string`

#### Inherited from

[`BaseInstrument`](BaseInstrument.md).[`provider`](BaseInstrument.md#provider)

***

### trustedShippingAddress

> **trustedShippingAddress**: `boolean`

#### Inherited from

[`BaseInstrument`](BaseInstrument.md).[`trustedShippingAddress`](BaseInstrument.md#trustedshippingaddress)

***

### type

> **type**: `"card"`

#### Overrides

[`BaseInstrument`](BaseInstrument.md).[`type`](BaseInstrument.md#type)

***

### untrustedShippingCardVerificationMode

> **untrustedShippingCardVerificationMode**: [`UntrustedShippingCardVerificationType`](../enumerations/UntrustedShippingCardVerificationType.md)
