Class: Stripe::V2::Core::Account::Identity::Individual::Documents::Visa
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Core::Account::Identity::Individual::Documents::Visa
- 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](docs.stripe.com/api/persons/update#create_file) 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?, #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`.
3061 3062 3063 |
# File 'lib/stripe/resources/v2/core/account.rb', line 3061 def files @files end |
#type ⇒ Object (readonly)
The format of the document. Currently supports ‘files` only.
3063 3064 3065 |
# File 'lib/stripe/resources/v2/core/account.rb', line 3063 def type @type end |
Class Method Details
.field_remappings ⇒ Object
3069 3070 3071 |
# File 'lib/stripe/resources/v2/core/account.rb', line 3069 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
3065 3066 3067 |
# File 'lib/stripe/resources/v2/core/account.rb', line 3065 def self.inner_class_types @inner_class_types = {} end |