Skip to content

Commit 2b651a8

Browse files
Update generated code for v1464
1 parent 7f1e064 commit 2b651a8

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1463
1+
v1464

lib/stripe/resources/balance.rb

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ def self.object_name
2121

2222
class Available < Stripe::StripeObject
2323
class SourceTypes < Stripe::StripeObject
24-
# Amount for bank account.
24+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
2525
attr_reader :bank_account
26-
# Amount for card.
26+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
2727
attr_reader :card
28-
# Amount for FPX.
28+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
2929
attr_reader :fpx
3030
end
3131
# Balance amount.
@@ -38,11 +38,11 @@ class SourceTypes < Stripe::StripeObject
3838

3939
class ConnectReserved < Stripe::StripeObject
4040
class SourceTypes < Stripe::StripeObject
41-
# Amount for bank account.
41+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
4242
attr_reader :bank_account
43-
# Amount for card.
43+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
4444
attr_reader :card
45-
# Amount for FPX.
45+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
4646
attr_reader :fpx
4747
end
4848
# Balance amount.
@@ -56,11 +56,11 @@ class SourceTypes < Stripe::StripeObject
5656
class InstantAvailable < Stripe::StripeObject
5757
class NetAvailable < Stripe::StripeObject
5858
class SourceTypes < Stripe::StripeObject
59-
# Amount for bank account.
59+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
6060
attr_reader :bank_account
61-
# Amount for card.
61+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
6262
attr_reader :card
63-
# Amount for FPX.
63+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
6464
attr_reader :fpx
6565
end
6666
# Net balance amount, subtracting fees from platform-set pricing.
@@ -72,11 +72,11 @@ class SourceTypes < Stripe::StripeObject
7272
end
7373

7474
class SourceTypes < Stripe::StripeObject
75-
# Amount for bank account.
75+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
7676
attr_reader :bank_account
77-
# Amount for card.
77+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
7878
attr_reader :card
79-
# Amount for FPX.
79+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
8080
attr_reader :fpx
8181
end
8282
# Balance amount.
@@ -92,11 +92,11 @@ class SourceTypes < Stripe::StripeObject
9292
class Issuing < Stripe::StripeObject
9393
class Available < Stripe::StripeObject
9494
class SourceTypes < Stripe::StripeObject
95-
# Amount for bank account.
95+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
9696
attr_reader :bank_account
97-
# Amount for card.
97+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
9898
attr_reader :card
99-
# Amount for FPX.
99+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
100100
attr_reader :fpx
101101
end
102102
# Balance amount.
@@ -112,11 +112,11 @@ class SourceTypes < Stripe::StripeObject
112112

113113
class Pending < Stripe::StripeObject
114114
class SourceTypes < Stripe::StripeObject
115-
# Amount for bank account.
115+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
116116
attr_reader :bank_account
117-
# Amount for card.
117+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
118118
attr_reader :card
119-
# Amount for FPX.
119+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
120120
attr_reader :fpx
121121
end
122122
# Balance amount.

rbi/stripe/resources/balance.rbi

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ module Stripe
1717
class Balance < SingletonAPIResource
1818
class Available < Stripe::StripeObject
1919
class SourceTypes < Stripe::StripeObject
20-
# Amount for bank account.
20+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
2121
sig { returns(Integer) }
2222
attr_reader :bank_account
23-
# Amount for card.
23+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
2424
sig { returns(Integer) }
2525
attr_reader :card
26-
# Amount for FPX.
26+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
2727
sig { returns(Integer) }
2828
attr_reader :fpx
2929
end
@@ -39,13 +39,13 @@ module Stripe
3939
end
4040
class ConnectReserved < Stripe::StripeObject
4141
class SourceTypes < Stripe::StripeObject
42-
# Amount for bank account.
42+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
4343
sig { returns(Integer) }
4444
attr_reader :bank_account
45-
# Amount for card.
45+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
4646
sig { returns(Integer) }
4747
attr_reader :card
48-
# Amount for FPX.
48+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
4949
sig { returns(Integer) }
5050
attr_reader :fpx
5151
end
@@ -62,13 +62,13 @@ module Stripe
6262
class InstantAvailable < Stripe::StripeObject
6363
class NetAvailable < Stripe::StripeObject
6464
class SourceTypes < Stripe::StripeObject
65-
# Amount for bank account.
65+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
6666
sig { returns(Integer) }
6767
attr_reader :bank_account
68-
# Amount for card.
68+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
6969
sig { returns(Integer) }
7070
attr_reader :card
71-
# Amount for FPX.
71+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
7272
sig { returns(Integer) }
7373
attr_reader :fpx
7474
end
@@ -83,13 +83,13 @@ module Stripe
8383
attr_reader :source_types
8484
end
8585
class SourceTypes < Stripe::StripeObject
86-
# Amount for bank account.
86+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
8787
sig { returns(Integer) }
8888
attr_reader :bank_account
89-
# Amount for card.
89+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
9090
sig { returns(Integer) }
9191
attr_reader :card
92-
# Amount for FPX.
92+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
9393
sig { returns(Integer) }
9494
attr_reader :fpx
9595
end
@@ -109,13 +109,13 @@ module Stripe
109109
class Issuing < Stripe::StripeObject
110110
class Available < Stripe::StripeObject
111111
class SourceTypes < Stripe::StripeObject
112-
# Amount for bank account.
112+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
113113
sig { returns(Integer) }
114114
attr_reader :bank_account
115-
# Amount for card.
115+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
116116
sig { returns(Integer) }
117117
attr_reader :card
118-
# Amount for FPX.
118+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
119119
sig { returns(Integer) }
120120
attr_reader :fpx
121121
end
@@ -135,13 +135,13 @@ module Stripe
135135
end
136136
class Pending < Stripe::StripeObject
137137
class SourceTypes < Stripe::StripeObject
138-
# Amount for bank account.
138+
# Amount coming from [legacy US ACH payments](https://docs.stripe.com/ach-deprecated).
139139
sig { returns(Integer) }
140140
attr_reader :bank_account
141-
# Amount for card.
141+
# Amount coming from most payment methods, including cards as well as [non-legacy bank debits](https://docs.stripe.com/payments/bank-debits).
142142
sig { returns(Integer) }
143143
attr_reader :card
144-
# Amount for FPX.
144+
# Amount coming from [FPX](https://docs.stripe.com/payments/fpx), a Malaysian payment method.
145145
sig { returns(Integer) }
146146
attr_reader :fpx
147147
end

0 commit comments

Comments
 (0)