class

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
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bank_account
Source
card
Source
client_ip
Source
created
Source
livemode?
Source
type
Source
used?
Source

Nested types