Class: Stripe::Account::Company

Inherits:
StripeObject show all
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

Attributes inherited from StripeObject

#last_response

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

#addressObject (readonly)

Returns the value of attribute address.



79
80
81
# File 'lib/stripe/resources/account.rb', line 79

def address
  @address
end

#address_kanaObject (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_kanjiObject (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_providedObject (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_providedObject (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_idObject (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_codeObject (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

#nameObject (readonly)

Returns the value of attribute name.



79
80
81
# File 'lib/stripe/resources/account.rb', line 79

def name
  @name
end

#name_kanaObject (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_kanjiObject (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_providedObject (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_declarationObject (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

#phoneObject (readonly)

Returns the value of attribute phone.



79
80
81
# File 'lib/stripe/resources/account.rb', line 79

def phone
  @phone
end

#structureObject (readonly)

Returns the value of attribute structure.



79
80
81
# File 'lib/stripe/resources/account.rb', line 79

def structure
  @structure
end

#tax_id_providedObject (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_registrarObject (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_providedObject (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

#verificationObject (readonly)

Returns the value of attribute verification.



79
80
81
# File 'lib/stripe/resources/account.rb', line 79

def verification
  @verification
end