class

Stripe::Source

Inherits StripeMethods / JSON::Serializable / Reference / Object

Constructors

create(type : String, amount : Int32 | Nil = nil, currency : String | Nil = nil, metadata : U | Nil = nil, owner : U | Nil = nil, redirect : U | Nil = nil, statement_descriptor : String | Nil = nil, flow : String | Nil = nil, token : String | Nil = nil, usage : String | Nil = nil, expand : Array(String) | Nil = nil) : Source forall T, U
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

retrieve(id : String)
Source
retrieve(source : Stripe::Source)
Source

Instance methods

amount
Source
client_secret
Source
code_verification
Source
created
Source
currency
Source
customer
Source
metadata
Source
owner
Source
receiver
Source
redirect
Source
statement_descriptor
Source
status
Source
type
Source

Nested types