Class: Stripe::V2::Core::AccountCreateParams::Identity::BusinessDetails::Documents::ProofOfRegistration::Signer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountCreateParams::Identity::BusinessDetails::Documents::ProofOfRegistration::Signer
- Defined in:
- lib/stripe/params/v2/core/account_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.
1388 1389 1390 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1388 def initialize(person: nil) @person = person end |
Instance Attribute Details
#person ⇒ Object
Person signing the document.
1386 1387 1388 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1386 def person @person end |