class
Stripe::Account::Company
- Stripe::Account::Company
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
stripe/objects/account.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : Nil | String, address : Nil | Stripe::Address = nil, phone : Nil | String = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #address : Stripe::Address | Nil
- #address_kana : Stripe::Address | Nil
- #address_kanji : Stripe::Address | Nil
- #directors_provided : Bool | Nil
- #executives_provided : Bool | Nil
- #name : String | Nil
- #name_kana : String | Nil
- #name_kanji : String | Nil
- #owners_provided : Bool | Nil
- #phone : String | Nil
- #structure : Structure | Nil
- #tax_id_provided : Bool | Nil
- #tax_id_registrar : String | Nil
- #to_h
- #vat_id_provided : Bool | Nil
- #verification : Verification | Nil
Constructor Detail
def self.new(name : Nil | String, address : Nil | Stripe::Address = nil, phone : Nil | String = nil)
#