Class: Stripe::V2::Core::AccountCreateParams::Identity::BusinessDetails::Documents::ProofOfUltimateBeneficialOwnership::Signer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/account_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



1411
1412
1413
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1411

def initialize(person: nil)
  @person = person
end

Instance Attribute Details

#personObject

Person signing the document.



1409
1410
1411
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1409

def person
  @person
end