Class: Stripe::Account::Company
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::Company
- Defined in:
- lib/stripe/resources/account.rb
Defined Under Namespace
Classes: Address, AddressKana, AddressKanji, OwnershipDeclaration, Verification
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#address_kana ⇒ Object
readonly
Returns the value of attribute address_kana.
-
#address_kanji ⇒ Object
readonly
Returns the value of attribute address_kanji.
-
#directors_provided ⇒ Object
readonly
Returns the value of attribute directors_provided.
-
#executives_provided ⇒ Object
readonly
Returns the value of attribute executives_provided.
-
#export_license_id ⇒ Object
readonly
Returns the value of attribute export_license_id.
-
#export_purpose_code ⇒ Object
readonly
Returns the value of attribute export_purpose_code.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#name_kana ⇒ Object
readonly
Returns the value of attribute name_kana.
-
#name_kanji ⇒ Object
readonly
Returns the value of attribute name_kanji.
-
#owners_provided ⇒ Object
readonly
Returns the value of attribute owners_provided.
-
#ownership_declaration ⇒ Object
readonly
Returns the value of attribute ownership_declaration.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#structure ⇒ Object
readonly
Returns the value of attribute structure.
-
#tax_id_provided ⇒ Object
readonly
Returns the value of attribute tax_id_provided.
-
#tax_id_registrar ⇒ Object
readonly
Returns the value of attribute tax_id_registrar.
-
#vat_id_provided ⇒ Object
readonly
Returns the value of attribute vat_id_provided.
-
#verification ⇒ Object
readonly
Returns the value of attribute verification.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def address @address end |
#address_kana ⇒ Object (readonly)
Returns the value of attribute address_kana.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def address_kana @address_kana end |
#address_kanji ⇒ Object (readonly)
Returns the value of attribute address_kanji.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def address_kanji @address_kanji end |
#directors_provided ⇒ Object (readonly)
Returns the value of attribute directors_provided.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def directors_provided @directors_provided end |
#executives_provided ⇒ Object (readonly)
Returns the value of attribute executives_provided.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def executives_provided @executives_provided end |
#export_license_id ⇒ Object (readonly)
Returns the value of attribute export_license_id.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def export_license_id @export_license_id end |
#export_purpose_code ⇒ Object (readonly)
Returns the value of attribute export_purpose_code.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def export_purpose_code @export_purpose_code end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def name @name end |
#name_kana ⇒ Object (readonly)
Returns the value of attribute name_kana.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def name_kana @name_kana end |
#name_kanji ⇒ Object (readonly)
Returns the value of attribute name_kanji.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def name_kanji @name_kanji end |
#owners_provided ⇒ Object (readonly)
Returns the value of attribute owners_provided.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def owners_provided @owners_provided end |
#ownership_declaration ⇒ Object (readonly)
Returns the value of attribute ownership_declaration.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def ownership_declaration @ownership_declaration end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def phone @phone end |
#structure ⇒ Object (readonly)
Returns the value of attribute structure.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def structure @structure end |
#tax_id_provided ⇒ Object (readonly)
Returns the value of attribute tax_id_provided.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def tax_id_provided @tax_id_provided end |
#tax_id_registrar ⇒ Object (readonly)
Returns the value of attribute tax_id_registrar.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def tax_id_registrar @tax_id_registrar end |
#vat_id_provided ⇒ Object (readonly)
Returns the value of attribute vat_id_provided.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def vat_id_provided @vat_id_provided end |
#verification ⇒ Object (readonly)
Returns the value of attribute verification.
79 80 81 |
# File 'lib/stripe/resources/account.rb', line 79 def verification @verification end |