Class: Stripe::V2::Core::AccountTokenCreateParams::Identity::Attestations::RepresentativeDeclaration
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountTokenCreateParams::Identity::Attestations::RepresentativeDeclaration
- Defined in:
- lib/stripe/params/v2/core/account_token_create_params.rb
Instance Attribute Summary collapse
-
#attested ⇒ Object
A boolean indicating if the representative is authorized to act as the representative of their legal entity.
Instance Method Summary collapse
-
#initialize(attested: nil) ⇒ RepresentativeDeclaration
constructor
A new instance of RepresentativeDeclaration.
Methods inherited from RequestParams
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
#attested ⇒ Object
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 |