mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-06 00:00:29 -05:00
Update generated code for v1467
This commit is contained in:
parent
ed1204ce26
commit
b1ab1514d9
@ -1 +1 @@
|
|||||||
v1466
|
v1467
|
||||||
@ -182,6 +182,8 @@ module Stripe
|
|||||||
class Card < Stripe::StripeObject
|
class Card < Stripe::StripeObject
|
||||||
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
||||||
attr_reader :brand
|
attr_reader :brand
|
||||||
|
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
||||||
|
attr_reader :brand_product
|
||||||
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
||||||
attr_reader :country
|
attr_reader :country
|
||||||
# Two-digit number representing the card's expiration month.
|
# Two-digit number representing the card's expiration month.
|
||||||
@ -939,6 +941,8 @@ module Stripe
|
|||||||
class Card < Stripe::StripeObject
|
class Card < Stripe::StripeObject
|
||||||
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
||||||
attr_reader :brand
|
attr_reader :brand
|
||||||
|
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
||||||
|
attr_reader :brand_product
|
||||||
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
||||||
attr_reader :country
|
attr_reader :country
|
||||||
# Two-digit number representing the card's expiration month.
|
# Two-digit number representing the card's expiration month.
|
||||||
|
|||||||
@ -219,6 +219,9 @@ module Stripe
|
|||||||
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
attr_reader :brand
|
attr_reader :brand
|
||||||
|
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
||||||
|
sig { returns(T.nilable(String)) }
|
||||||
|
attr_reader :brand_product
|
||||||
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
attr_reader :country
|
attr_reader :country
|
||||||
@ -1185,6 +1188,9 @@ module Stripe
|
|||||||
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
# Card brand. Can be `amex`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
attr_reader :brand
|
attr_reader :brand
|
||||||
|
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
||||||
|
sig { returns(T.nilable(String)) }
|
||||||
|
attr_reader :brand_product
|
||||||
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
||||||
sig { returns(T.nilable(String)) }
|
sig { returns(T.nilable(String)) }
|
||||||
attr_reader :country
|
attr_reader :country
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user