Class: Stripe::V2::Core::Account::Identity::BusinessDetails::Documents::ProofOfUltimateBeneficialOwnership
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Core::Account::Identity::BusinessDetails::Documents::ProofOfUltimateBeneficialOwnership
- Defined in:
- lib/stripe/resources/v2/core/account.rb
Defined Under Namespace
Classes: Signer
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](docs.stripe.com/api/persons/update#create_file) with a purpose value of ‘account_requirement`.
-
#signer ⇒ Object
readonly
Person that is signing the document.
-
#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](docs.stripe.com/api/persons/update#create_file) with a purpose value of ‘account_requirement`.
5273 5274 5275 |
# File 'lib/stripe/resources/v2/core/account.rb', line 5273 def files @files end |
#signer ⇒ Object (readonly)
Person that is signing the document.
5275 5276 5277 |
# File 'lib/stripe/resources/v2/core/account.rb', line 5275 def signer @signer end |
#type ⇒ Object (readonly)
The format of the document. Currently supports ‘files` only.
5277 5278 5279 |
# File 'lib/stripe/resources/v2/core/account.rb', line 5277 def type @type end |
Class Method Details
.field_remappings ⇒ Object
5283 5284 5285 |
# File 'lib/stripe/resources/v2/core/account.rb', line 5283 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
5279 5280 5281 |
# File 'lib/stripe/resources/v2/core/account.rb', line 5279 def self.inner_class_types @inner_class_types = { signer: Signer } end |