Stripe::Account
Inherits StripeMethods / JSON::Serializable / Reference / Object
Constructors
create(type : String | Stripe::Account::Type, country : String | Nil = nil, email : String | Nil = nil, capabilities : Array(String) | Nil = nil, business_type : String | Stripe::Account::BusinessType | Nil = nil, company : Stripe::Account::Company | Nil = nil, individual : Stripe::Account::Individual | Nil = nil, metadata : Hash | Nil = nil, tos_acceptance : Stripe::Account::TOSAcceptance | Nil = nil, default_currency : String | Nil = nil, settings : Stripe::Account::Settings | Nil = nil) : Account forall T, U
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourceupdate(account : String | Stripe::Account, country : String | Nil = nil, email : String | Nil = nil, capabilities : Array(String) | Nil = nil, business_type : String | Stripe::Account::BusinessType | Nil = nil, company : Stripe::Account::Company | Nil = nil, individual : Stripe::Account::Individual | Nil = nil, metadata : Hash | Nil = nil, tos_acceptance : Stripe::Account::TOSAcceptance | Nil = nil, default_currency : String | Nil = nil, settings : Stripe::Account::Settings | Nil = nil) : Account forall T, U
SourceClass methods
retrieve(id : String)
Sourceretrieve(account : Stripe::Account)
SourceInstance methods
business_profile
Sourcebusiness_type
Sourcecapabilities
Sourcecharges_enabled
Sourcecompany
Sourcecontroller
Sourcecountry
Sourcecreated
Sourcedefault_currency
Sourcedetails_submitted
Sourceemail
Sourceexternal_accounts
Sourceid
Sourceindividual
Sourcemetadata
Sourcepayouts_enabled
Sourcerequirements
Sourcesettings
Sourcetos_acceptance
Sourcetype
Source