mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Update generated code for v1405
This commit is contained in:
parent
4ca1162115
commit
aa58664f71
@ -1 +1 @@
|
|||||||
v1401
|
v1405
|
||||||
@ -38,6 +38,8 @@ module Stripe
|
|||||||
attr_reader :address_zip
|
attr_reader :address_zip
|
||||||
# If `address_zip` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.
|
# If `address_zip` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.
|
||||||
attr_reader :address_zip_check
|
attr_reader :address_zip_check
|
||||||
|
# This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.
|
||||||
|
attr_reader :allow_redisplay
|
||||||
# A set of available payout methods for this card. Only values from this set should be passed as the `method` when creating a payout.
|
# A set of available payout methods for this card. Only values from this set should be passed as the `method` when creating a payout.
|
||||||
attr_reader :available_payout_methods
|
attr_reader :available_payout_methods
|
||||||
# Card brand. Can be `American Express`, `Diners Club`, `Discover`, `Eftpos Australia`, `Girocard`, `JCB`, `MasterCard`, `UnionPay`, `Visa`, or `Unknown`.
|
# Card brand. Can be `American Express`, `Diners Club`, `Discover`, `Eftpos Australia`, `Girocard`, `JCB`, `MasterCard`, `UnionPay`, `Visa`, or `Unknown`.
|
||||||
|
|||||||
@ -148,6 +148,8 @@ module Stripe
|
|||||||
attr_reader :acss_debit
|
attr_reader :acss_debit
|
||||||
# Attribute for field alipay
|
# Attribute for field alipay
|
||||||
attr_reader :alipay
|
attr_reader :alipay
|
||||||
|
# This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.
|
||||||
|
attr_reader :allow_redisplay
|
||||||
# A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources.
|
# A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources.
|
||||||
attr_reader :amount
|
attr_reader :amount
|
||||||
# Attribute for field au_becs_debit
|
# Attribute for field au_becs_debit
|
||||||
|
|||||||
@ -40,6 +40,9 @@ module Stripe
|
|||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
# If `address_zip` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.
|
# If `address_zip` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`.
|
||||||
attr_reader :address_zip_check
|
attr_reader :address_zip_check
|
||||||
|
sig { returns(T.nilable(String)) }
|
||||||
|
# This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.
|
||||||
|
attr_reader :allow_redisplay
|
||||||
sig { returns(T.nilable(T::Array[String])) }
|
sig { returns(T.nilable(T::Array[String])) }
|
||||||
# A set of available payout methods for this card. Only values from this set should be passed as the `method` when creating a payout.
|
# A set of available payout methods for this card. Only values from this set should be passed as the `method` when creating a payout.
|
||||||
attr_reader :available_payout_methods
|
attr_reader :available_payout_methods
|
||||||
|
|||||||
@ -560,6 +560,9 @@ module Stripe
|
|||||||
sig { returns(Alipay) }
|
sig { returns(Alipay) }
|
||||||
# Attribute for field alipay
|
# Attribute for field alipay
|
||||||
attr_reader :alipay
|
attr_reader :alipay
|
||||||
|
sig { returns(T.nilable(String)) }
|
||||||
|
# This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.
|
||||||
|
attr_reader :allow_redisplay
|
||||||
sig { returns(T.nilable(Integer)) }
|
sig { returns(T.nilable(Integer)) }
|
||||||
# A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources.
|
# A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources.
|
||||||
attr_reader :amount
|
attr_reader :amount
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user