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

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) ⇒ RepresentativeDeclaration

Returns a new instance of RepresentativeDeclaration.



55
56
57
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 55

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

Instance Attribute Details

#attestedObject

A boolean indicating if the representative is authorized to act as the representative of their legal entity.



53
54
55
# File 'lib/stripe/params/v2/core/account_token_create_params.rb', line 53

def attested
  @attested
end