Class: Stripe::AccountCreateParams::Documents::ProofOfUltimateBeneficialOwnership::Signer

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(person: nil) ⇒ Signer

Returns a new instance of Signer.



1459
1460
1461
# File 'lib/stripe/params/account_create_params.rb', line 1459

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

Instance Attribute Details

#personObject

The token of the person signing the document, if applicable.



1457
1458
1459
# File 'lib/stripe/params/account_create_params.rb', line 1457

def person
  @person
end