Class: Stripe::V2::Core::AccountTokenCreateParams::Identity::Attestations::OwnershipDeclaration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(attested: nil) ⇒ OwnershipDeclaration

Returns a new instance of OwnershipDeclaration.



23
24
25
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 23

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

Instance Attribute Details

#attestedObject

A boolean indicating if the beneficial owner information has been attested.



21
22
23
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 21

def attested
  @attested
end