class Stripe::Account::Settings::CardPayments

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(decline_on : Nil | Stripe::Account::Settings::CardPayments::DeclineOn = nil, statement_descriptor_prefix : Nil | String = nil) #

[View source]

Instance Method Detail

def decline_on : DeclineOn | Nil #

[View source]
def statement_descriptor_prefix : String | Nil #

[View source]
def to_h #

[View source]