class Stripe::Account::BusinessProfile

Included Modules

Defined in:

stripe/objects/account.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def mcc : String | Nil #

[View source]
def name : String | Nil #

[View source]
def product_description : String | Nil #

[View source]
def support_address : Stripe::Address | Nil #

[View source]
def support_email : String | Nil #

[View source]
def support_phone : String | Nil #

[View source]
def support_url : String | Nil #

[View source]
def terms_of_service_url : String | Nil #

[View source]
def url : String | Nil #

[View source]