Class: Stripe::V2::Core::Account::Identity::BusinessDetails::Documents::CompanyRegistrationVerification
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Core::Account::Identity::BusinessDetails::Documents::CompanyRegistrationVerification
- Defined in:
- lib/stripe/resources/v2/core/account.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#files ⇒ Object
readonly
One or more document IDs returned by a file upload with a purpose value of
account_requirement. -
#type ⇒ Object
readonly
The format of the document.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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
#files ⇒ Object (readonly)
One or more document IDs returned by a file upload with a purpose value of account_requirement.
2513 2514 2515 |
# File 'lib/stripe/resources/v2/core/account.rb', line 2513 def files @files end |
#type ⇒ Object (readonly)
The format of the document. Currently supports files only.
2515 2516 2517 |
# File 'lib/stripe/resources/v2/core/account.rb', line 2515 def type @type end |
Class Method Details
.field_remappings ⇒ Object
2521 2522 2523 |
# File 'lib/stripe/resources/v2/core/account.rb', line 2521 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
2517 2518 2519 |
# File 'lib/stripe/resources/v2/core/account.rb', line 2517 def self.inner_class_types @inner_class_types = {} end |