@bigcommerce/checkout-sdk 1.381.3 → 1.382.0
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 +4 -4
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/README.md +2 -2
- package/docs/interfaces/BankInstrument.md +0 -11
- package/docs/interfaces/BaseAccountInstrument.md +2 -7
- package/docs/interfaces/BaseInstrument.md +0 -2
- package/docs/interfaces/BraintreeAchInstrument.md +7 -7
- package/docs/interfaces/PayPalInstrument.md +0 -4
- package/package.json +1 -1
package/docs/README.md
CHANGED
|
@@ -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) \| [`BraintreeAchInstrument`](interfaces/BraintreeAchInstrument.md)
|
|
470
470
|
|
|
471
471
|
___
|
|
472
472
|
|
|
@@ -727,7 +727,7 @@ ___
|
|
|
727
727
|
|
|
728
728
|
### PaymentInstrument
|
|
729
729
|
|
|
730
|
-
Ƭ **PaymentInstrument**: [`CardInstrument`](interfaces/CardInstrument.md) \| [`AccountInstrument`](README.md#accountinstrument)
|
|
730
|
+
Ƭ **PaymentInstrument**: [`CardInstrument`](interfaces/CardInstrument.md) \| [`AccountInstrument`](README.md#accountinstrument)
|
|
731
731
|
|
|
732
732
|
___
|
|
733
733
|
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
- [accountNumber](BankInstrument.md#accountnumber)
|
|
16
16
|
- [bigpayToken](BankInstrument.md#bigpaytoken)
|
|
17
17
|
- [defaultInstrument](BankInstrument.md#defaultinstrument)
|
|
18
|
-
- [externalId](BankInstrument.md#externalid)
|
|
19
18
|
- [iban](BankInstrument.md#iban)
|
|
20
19
|
- [issuer](BankInstrument.md#issuer)
|
|
21
20
|
- [method](BankInstrument.md#method)
|
|
@@ -51,16 +50,6 @@ ___
|
|
|
51
50
|
|
|
52
51
|
___
|
|
53
52
|
|
|
54
|
-
### externalId
|
|
55
|
-
|
|
56
|
-
• **externalId**: `string`
|
|
57
|
-
|
|
58
|
-
#### Inherited from
|
|
59
|
-
|
|
60
|
-
[BaseAccountInstrument](BaseAccountInstrument.md).[externalId](BaseAccountInstrument.md#externalid)
|
|
61
|
-
|
|
62
|
-
___
|
|
63
|
-
|
|
64
53
|
### iban
|
|
65
54
|
|
|
66
55
|
• **iban**: `string`
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
↳↳ [`BankInstrument`](BankInstrument.md)
|
|
12
12
|
|
|
13
|
+
↳↳ [`BraintreeAchInstrument`](BraintreeAchInstrument.md)
|
|
14
|
+
|
|
13
15
|
↳↳ [`PayPalInstrument`](PayPalInstrument.md)
|
|
14
16
|
|
|
15
17
|
## Table of contents
|
|
@@ -18,7 +20,6 @@
|
|
|
18
20
|
|
|
19
21
|
- [bigpayToken](BaseAccountInstrument.md#bigpaytoken)
|
|
20
22
|
- [defaultInstrument](BaseAccountInstrument.md#defaultinstrument)
|
|
21
|
-
- [externalId](BaseAccountInstrument.md#externalid)
|
|
22
23
|
- [method](BaseAccountInstrument.md#method)
|
|
23
24
|
- [provider](BaseAccountInstrument.md#provider)
|
|
24
25
|
- [trustedShippingAddress](BaseAccountInstrument.md#trustedshippingaddress)
|
|
@@ -46,12 +47,6 @@ ___
|
|
|
46
47
|
|
|
47
48
|
___
|
|
48
49
|
|
|
49
|
-
### externalId
|
|
50
|
-
|
|
51
|
-
• **externalId**: `string`
|
|
52
|
-
|
|
53
|
-
___
|
|
54
|
-
|
|
55
50
|
### method
|
|
56
51
|
|
|
57
52
|
• **method**: `string`
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Hierarchy
|
|
6
6
|
|
|
7
|
-
- [`
|
|
7
|
+
- [`BaseAccountInstrument`](BaseAccountInstrument.md)
|
|
8
8
|
|
|
9
9
|
↳ **`BraintreeAchInstrument`**
|
|
10
10
|
|
|
@@ -35,7 +35,7 @@ ___
|
|
|
35
35
|
|
|
36
36
|
#### Inherited from
|
|
37
37
|
|
|
38
|
-
[
|
|
38
|
+
[BaseAccountInstrument](BaseAccountInstrument.md).[bigpayToken](BaseAccountInstrument.md#bigpaytoken)
|
|
39
39
|
|
|
40
40
|
___
|
|
41
41
|
|
|
@@ -45,7 +45,7 @@ ___
|
|
|
45
45
|
|
|
46
46
|
#### Inherited from
|
|
47
47
|
|
|
48
|
-
[
|
|
48
|
+
[BaseAccountInstrument](BaseAccountInstrument.md).[defaultInstrument](BaseAccountInstrument.md#defaultinstrument)
|
|
49
49
|
|
|
50
50
|
___
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ ___
|
|
|
61
61
|
|
|
62
62
|
#### Overrides
|
|
63
63
|
|
|
64
|
-
[
|
|
64
|
+
[BaseAccountInstrument](BaseAccountInstrument.md).[method](BaseAccountInstrument.md#method)
|
|
65
65
|
|
|
66
66
|
___
|
|
67
67
|
|
|
@@ -71,7 +71,7 @@ ___
|
|
|
71
71
|
|
|
72
72
|
#### Inherited from
|
|
73
73
|
|
|
74
|
-
[
|
|
74
|
+
[BaseAccountInstrument](BaseAccountInstrument.md).[provider](BaseAccountInstrument.md#provider)
|
|
75
75
|
|
|
76
76
|
___
|
|
77
77
|
|
|
@@ -81,7 +81,7 @@ ___
|
|
|
81
81
|
|
|
82
82
|
#### Inherited from
|
|
83
83
|
|
|
84
|
-
[
|
|
84
|
+
[BaseAccountInstrument](BaseAccountInstrument.md).[trustedShippingAddress](BaseAccountInstrument.md#trustedshippingaddress)
|
|
85
85
|
|
|
86
86
|
___
|
|
87
87
|
|
|
@@ -91,4 +91,4 @@ ___
|
|
|
91
91
|
|
|
92
92
|
#### Overrides
|
|
93
93
|
|
|
94
|
-
[
|
|
94
|
+
[BaseAccountInstrument](BaseAccountInstrument.md).[type](BaseAccountInstrument.md#type)
|