@@ -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.
0 commit comments