class Stripe::Account::Settings

Included Modules

Defined in:

stripe/objects/account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(bacs_debit_payments : Nil | Stripe::Account::Settings::BacsDebitPayments = nil, branding : Nil | Stripe::Account::Settings::Branding = nil, card_issuing : Nil | Stripe::Account::Settings::CardIssuing = nil, card_payments : Nil | Stripe::Account::Settings::CardPayments = nil, dashboard : Nil | Stripe::Account::Settings::Dashboard = nil, payments : Nil | Stripe::Account::Settings::Payments = nil, payouts : Nil | Stripe::Account::Settings::Payouts = nil, sepa_debit_payments : Nil | Stripe::Account::Settings::SepaDebitPayments = nil) #

[View source]

Instance Method Detail

def bacs_debit_payments : BacsDebitPayments | Nil #

[View source]
def branding : Branding | Nil #

[View source]
def card_issuing : CardIssuing | Nil #

[View source]
def card_payments : CardPayments | Nil #

[View source]
def dashboard : Dashboard | Nil #

[View source]
def payments : Payments | Nil #

[View source]
def payouts : Payouts | Nil #

[View source]
def sepa_debit_payments : SepaDebitPayments | Nil #

[View source]
def to_h #

[View source]