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

def self.new(icon : Nil | String = nil, logo : Nil | String = nil, primary_color : Nil | String = nil, secondary_color : Nil | String = nil) #

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

Instance Method Detail

def icon : String | Nil #

def logo : String | Nil #

def primary_color : String | Nil #

def secondary_color : String | Nil #

def to_h #