class Stripe::Account::Company

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 address : Stripe::Address | Nil #

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

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

[View source]
def directors_provided : Bool | Nil #

[View source]
def executives_provided : Bool | Nil #

[View source]
def name : String | Nil #

[View source]
def name_kana : String | Nil #

[View source]
def name_kanji : String | Nil #

[View source]
def owners_provided : Bool | Nil #

[View source]
def phone : String | Nil #

[View source]
def structure : Structure | Nil #

[View source]
def tax_id_provided : Bool | Nil #

[View source]
def tax_id_registrar : String | Nil #

[View source]
def vat_id_provided : Bool | Nil #

[View source]
def verification : Verification | Nil #

[View source]