struct

Stripe::PaymentMethod::Card

Inherits JSON::Serializable < Stripe::Resource < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new(*, brand : Stripe::PaymentMethod::Card::Brand | Nil = nil, checks : Stripe::PaymentMethod::Card::Checks | Nil = nil, country : Nil | String = nil, display_brand : Nil | String = nil, exp_month, exp_year, number : Nil | String = nil, fingerprint : Nil | String = nil, funding : Stripe::PaymentMethod::Card::Funding | Nil = nil, generated_from : Stripe::PaymentMethod::Card::GeneratedFrom | Nil = nil, last4 : Nil | String = nil, networks : JSON::Any | Nil = nil, three_d_secure_usage : JSON::Any | Nil = nil, wallet : JSON::Any | Nil = nil)
Source

Instance methods

brand
Source
brand?
Source
checks
Source
country
Source
display_brand
Source
exp_month
Source
exp_year
Source
fingerprint
Source
funding
Source
funding?
Source
generated_from
Source
last4
Source
last4?
Source
networks
Source
networks?
Source
number
Source
three_d_secure_usage
Source
three_d_secure_usage?
Source
wallet
Source
wallet?
Source

Nested types