class Stripe::Account::Settings::Branding

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(icon : Nil | String = nil, logo : Nil | String = nil, primary_color : Nil | String = nil, secondary_color : Nil | String = nil) #

[View source]

Instance Method Detail

def icon : String | Nil #

[View source]
def logo : String | Nil #

[View source]
def primary_color : String | Nil #

[View source]
def secondary_color : String | Nil #

[View source]
def to_h #

[View source]