@bigcommerce/checkout-sdk 1.382.0 → 1.382.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +8 -8
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/docs/README.md +2 -2
- package/docs/interfaces/{BraintreeAchInstrument.md → AchInstrument.md} +11 -11
- package/docs/interfaces/BaseAccountInstrument.md +2 -2
- package/package.json +1 -1
package/docs/README.md
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
### Interfaces
|
|
53
53
|
|
|
54
|
+
- [AchInstrument](interfaces/AchInstrument.md)
|
|
54
55
|
- [Address](interfaces/Address.md)
|
|
55
56
|
- [AddressRequestBody](interfaces/AddressRequestBody.md)
|
|
56
57
|
- [AdyenAdditionalActionCallbacks](interfaces/AdyenAdditionalActionCallbacks.md)
|
|
@@ -111,7 +112,6 @@
|
|
|
111
112
|
- [BoltBuyNowInitializeOptions](interfaces/BoltBuyNowInitializeOptions.md)
|
|
112
113
|
- [BoltCustomerInitializeOptions](interfaces/BoltCustomerInitializeOptions.md)
|
|
113
114
|
- [BoltPaymentInitializeOptions](interfaces/BoltPaymentInitializeOptions.md)
|
|
114
|
-
- [BraintreeAchInstrument](interfaces/BraintreeAchInstrument.md)
|
|
115
115
|
- [BraintreeError](interfaces/BraintreeError.md)
|
|
116
116
|
- [BraintreeError_2](interfaces/BraintreeError_2.md)
|
|
117
117
|
- [BraintreeFormFieldCardTypeChangeEventData](interfaces/BraintreeFormFieldCardTypeChangeEventData.md)
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
|
|
467
467
|
### AccountInstrument
|
|
468
468
|
|
|
469
|
-
Ƭ **AccountInstrument**: [`PayPalInstrument`](interfaces/PayPalInstrument.md) \| [`BankInstrument`](interfaces/BankInstrument.md) \| [`
|
|
469
|
+
Ƭ **AccountInstrument**: [`PayPalInstrument`](interfaces/PayPalInstrument.md) \| [`BankInstrument`](interfaces/BankInstrument.md) \| [`AchInstrument`](interfaces/AchInstrument.md)
|
|
470
470
|
|
|
471
471
|
___
|
|
472
472
|
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) /
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / AchInstrument
|
|
2
2
|
|
|
3
|
-
# Interface:
|
|
3
|
+
# Interface: AchInstrument
|
|
4
4
|
|
|
5
5
|
## Hierarchy
|
|
6
6
|
|
|
7
7
|
- [`BaseAccountInstrument`](BaseAccountInstrument.md)
|
|
8
8
|
|
|
9
|
-
↳ **`
|
|
9
|
+
↳ **`AchInstrument`**
|
|
10
10
|
|
|
11
11
|
## Table of contents
|
|
12
12
|
|
|
13
13
|
### Properties
|
|
14
14
|
|
|
15
|
-
- [accountNumber](
|
|
16
|
-
- [bigpayToken](
|
|
17
|
-
- [defaultInstrument](
|
|
18
|
-
- [issuer](
|
|
19
|
-
- [method](
|
|
20
|
-
- [provider](
|
|
21
|
-
- [trustedShippingAddress](
|
|
22
|
-
- [type](
|
|
15
|
+
- [accountNumber](AchInstrument.md#accountnumber)
|
|
16
|
+
- [bigpayToken](AchInstrument.md#bigpaytoken)
|
|
17
|
+
- [defaultInstrument](AchInstrument.md#defaultinstrument)
|
|
18
|
+
- [issuer](AchInstrument.md#issuer)
|
|
19
|
+
- [method](AchInstrument.md#method)
|
|
20
|
+
- [provider](AchInstrument.md#provider)
|
|
21
|
+
- [trustedShippingAddress](AchInstrument.md#trustedshippingaddress)
|
|
22
|
+
- [type](AchInstrument.md#type)
|
|
23
23
|
|
|
24
24
|
## Properties
|
|
25
25
|
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
↳ **`BaseAccountInstrument`**
|
|
10
10
|
|
|
11
|
-
↳↳ [`
|
|
11
|
+
↳↳ [`AchInstrument`](AchInstrument.md)
|
|
12
12
|
|
|
13
|
-
↳↳ [`
|
|
13
|
+
↳↳ [`BankInstrument`](BankInstrument.md)
|
|
14
14
|
|
|
15
15
|
↳↳ [`PayPalInstrument`](PayPalInstrument.md)
|
|
16
16
|
|