Class: Stripe::V2::Core::AccountTokenCreateParams::Identity::BusinessDetails::Documents::ProofOfRegistration::Signer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountTokenCreateParams::Identity::BusinessDetails::Documents::ProofOfRegistration::Signer
- Defined in:
- lib/stripe/params/v2/core/account_token_create_params.rb
Instance Attribute Summary collapse
-
#person ⇒ Object
Person signing the document.
Instance Method Summary collapse
-
#initialize(person: nil) ⇒ Signer
constructor
A new instance of Signer.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, discriminator, discriminator_fields, field_encodings, new, #to_h
Constructor Details
#initialize(person: nil) ⇒ Signer
Returns a new instance of Signer.
302 303 304 |
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 302 def initialize(person: nil) @person = person end |
Instance Attribute Details
#person ⇒ Object
Person signing the document.
300 301 302 |
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 300 def person @person end |