class Stripe::Account::Settings

Included Modules

Defined in:

stripe/objects/account.cr

Constructors

Instance Method Summary

Constructor Detail

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

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) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def bacs_debit_payments : BacsDebitPayments | Nil #

def branding : Branding | Nil #

def card_issuing : CardIssuing | Nil #

def card_payments : CardPayments | Nil #

def dashboard : Dashboard | Nil #

def payments : Payments | Nil #

def payouts : Payouts | Nil #

def sepa_debit_payments : SepaDebitPayments | Nil #

def to_h #