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

***

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

# Interface: GiftCertificateSelector

## Methods

### getApplyError()

> **getApplyError**(): [`RequestError`](../classes/RequestError.md)\<`StorefrontErrorResponseBody`\> \| `undefined`

#### Returns

[`RequestError`](../classes/RequestError.md)\<`StorefrontErrorResponseBody`\> \| `undefined`

***

### getGiftCertificates()

> **getGiftCertificates**(): [`GiftCertificate`](GiftCertificate.md)[] \| `undefined`

#### Returns

[`GiftCertificate`](GiftCertificate.md)[] \| `undefined`

***

### getRemoveError()

> **getRemoveError**(): [`RequestError`](../classes/RequestError.md)\<`StorefrontErrorResponseBody`\> \| `undefined`

#### Returns

[`RequestError`](../classes/RequestError.md)\<`StorefrontErrorResponseBody`\> \| `undefined`

***

### isApplying()

> **isApplying**(): `boolean`

#### Returns

`boolean`

***

### isRemoving()

> **isRemoving**(): `boolean`

#### Returns

`boolean`
