Class: Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::Documents::ProofOfUltimateBeneficialOwnership::Signer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::Documents::ProofOfUltimateBeneficialOwnership::Signer
- Defined in:
- lib/stripe/params/v2/core/account_update_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.
1464 1465 1466 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1464 def initialize(person: nil) @person = person end |
Instance Attribute Details
#person ⇒ Object
Person signing the document.
1462 1463 1464 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1462 def person @person end |