@bigcommerce/checkout-sdk / InstrumentSelector
- getCardInstrument
- getCardInstrumentOrThrow
- getDeleteError
- getInstruments
- getInstrumentsByPaymentMethod
- getInstrumentsMeta
- getLoadError
- isDeleting
- isLoading
▸ getCardInstrument(instrumentId
): undefined
| CardInstrument
Name | Type |
---|---|
instrumentId |
string |
undefined
| CardInstrument
▸ getCardInstrumentOrThrow(instrumentId
): CardInstrument
Name | Type |
---|---|
instrumentId |
string |
▸ getDeleteError(instrumentId?
): undefined
| Error
Name | Type |
---|---|
instrumentId? |
string |
undefined
| Error
▸ getInstruments(): undefined
| PaymentInstrument
[]
undefined
| PaymentInstrument
[]
▸ getInstrumentsByPaymentMethod(paymentMethod
): undefined
| PaymentInstrument
[]
Name | Type |
---|---|
paymentMethod |
PaymentMethod <any > |
undefined
| PaymentInstrument
[]
▸ getInstrumentsMeta(): undefined
| VaultAccessToken
undefined
| VaultAccessToken
▸ getLoadError(): undefined
| Error
undefined
| Error
▸ isDeleting(instrumentId?
): boolean
Name | Type |
---|---|
instrumentId? |
string |
boolean
▸ isLoading(): boolean
boolean