You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/stripe/params/account_create_params.rb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1872,9 +1872,9 @@ def initialize(
1872
1872
end
1873
1873
1874
1874
classSelfReportedIncome < ::Stripe::RequestParams
1875
-
# Attribute for param field amount
1875
+
# The amount in the minor currency unit (for example, cents for USD).
1876
1876
attr_accessor:amount
1877
-
# Attribute for param field currency
1877
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
# The amount in the minor currency unit (for example, cents for USD).
1888
1888
attr_accessor:amount
1889
-
# Attribute for param field currency
1889
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
Copy file name to clipboardExpand all lines: lib/stripe/params/account_person_create_params.rb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -240,9 +240,9 @@ def initialize(
240
240
end
241
241
242
242
classSelfReportedIncome < ::Stripe::RequestParams
243
-
# Attribute for param field amount
243
+
# The amount in the minor currency unit (for example, cents for USD).
244
244
attr_accessor:amount
245
-
# Attribute for param field currency
245
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
# The amount in the minor currency unit (for example, cents for USD).
256
256
attr_accessor:amount
257
-
# Attribute for param field currency
257
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
Copy file name to clipboardExpand all lines: lib/stripe/params/account_person_update_params.rb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -240,9 +240,9 @@ def initialize(
240
240
end
241
241
242
242
classSelfReportedIncome < ::Stripe::RequestParams
243
-
# Attribute for param field amount
243
+
# The amount in the minor currency unit (for example, cents for USD).
244
244
attr_accessor:amount
245
-
# Attribute for param field currency
245
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
# The amount in the minor currency unit (for example, cents for USD).
256
256
attr_accessor:amount
257
-
# Attribute for param field currency
257
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
Copy file name to clipboardExpand all lines: lib/stripe/params/account_update_params.rb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1791,9 +1791,9 @@ def initialize(
1791
1791
end
1792
1792
1793
1793
classSelfReportedIncome < ::Stripe::RequestParams
1794
-
# Attribute for param field amount
1794
+
# The amount in the minor currency unit (for example, cents for USD).
1795
1795
attr_accessor:amount
1796
-
# Attribute for param field currency
1796
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
# The amount in the minor currency unit (for example, cents for USD).
1807
1807
attr_accessor:amount
1808
-
# Attribute for param field currency
1808
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
Copy file name to clipboardExpand all lines: lib/stripe/params/token_create_params.rb
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -463,9 +463,9 @@ def initialize(
463
463
end
464
464
465
465
classSelfReportedIncome < ::Stripe::RequestParams
466
-
# Attribute for param field amount
466
+
# The amount in the minor currency unit (for example, cents for USD).
467
467
attr_accessor:amount
468
-
# Attribute for param field currency
468
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
# The amount in the minor currency unit (for example, cents for USD).
479
479
attr_accessor:amount
480
-
# Attribute for param field currency
480
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
481
481
attr_accessor:currency
482
482
483
483
definitialize(amount: nil,currency: nil)
@@ -1009,9 +1009,9 @@ def initialize(
1009
1009
end
1010
1010
1011
1011
classSelfReportedIncome < ::Stripe::RequestParams
1012
-
# Attribute for param field amount
1012
+
# The amount in the minor currency unit (for example, cents for USD).
1013
1013
attr_accessor:amount
1014
-
# Attribute for param field currency
1014
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
# The amount in the minor currency unit (for example, cents for USD).
1025
1025
attr_accessor:amount
1026
-
# Attribute for param field currency
1026
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
0 commit comments