Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.04 KB

CouponSelector.md

File metadata and controls

63 lines (34 loc) · 1.04 KB

@bigcommerce/checkout-sdk / CouponSelector

Interface: CouponSelector

Table of contents

Methods

Methods

getApplyError

getApplyError(): undefined | RequestError<any>

Returns

undefined | RequestError<any>


getCoupons

getCoupons(): undefined | Coupon[]

Returns

undefined | Coupon[]


getRemoveError

getRemoveError(): undefined | RequestError<any>

Returns

undefined | RequestError<any>


isApplying

isApplying(): boolean

Returns

boolean


isRemoving

isRemoving(): boolean

Returns

boolean