Class: Stripe::AccountCreateParams::Documents::ProofOfRegistration::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

#to_h

Constructor Details

#initialize(person: nil) ⇒ Signer

Returns a new instance of Signer.



1426
1427
1428
# File 'lib/stripe/params/account_create_params.rb', line 1426

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

Instance Attribute Details

#personObject

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



1424
1425
1426
# File 'lib/stripe/params/account_create_params.rb', line 1424

def person
  @person
end