Stripe::Token
Inherits JSON::Serializable / Reference / Object
https://stripe.com/docs/api/tokens/object
Constructors
create(card : T | Nil = nil, customer : String | Customer | Nil = nil, expand : Array(String) | Nil = nil) : Token forall T
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
bank_account
Sourcecard
Sourceclient_ip
Sourcecreated
Sourceid
Sourcelivemode?
Sourcetype
Sourceused?
Source