class Stripe::Account::Company

Included Modules

Defined in:

stripe/objects/account.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def address : Stripe::Address | Nil #

def address_kana : Stripe::Address | Nil #

def address_kanji : Stripe::Address | Nil #

def directors_provided : Bool | Nil #

def executives_provided : Bool | Nil #

def name : String | Nil #

def name_kana : String | Nil #

def name_kanji : String | Nil #

def owners_provided : Bool | Nil #

def phone : String | Nil #

def structure : Structure | Nil #

def tax_id_provided : Bool | Nil #

def tax_id_registrar : String | Nil #

def vat_id_provided : Bool | Nil #

def verification : Verification | Nil #