Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.27 KB

GiftCertificateSelector.md

File metadata and controls

63 lines (34 loc) · 1.27 KB

@bigcommerce/checkout-sdk / GiftCertificateSelector

Interface: GiftCertificateSelector

Table of contents

Methods

Methods

getApplyError

getApplyError(): undefined | RequestError<StorefrontErrorResponseBody>

Returns

undefined | RequestError<StorefrontErrorResponseBody>


getGiftCertificates

getGiftCertificates(): undefined | GiftCertificate[]

Returns

undefined | GiftCertificate[]


getRemoveError

getRemoveError(): undefined | RequestError<StorefrontErrorResponseBody>

Returns

undefined | RequestError<StorefrontErrorResponseBody>


isApplying

isApplying(): boolean

Returns

boolean


isRemoving

isRemoving(): boolean

Returns

boolean