Class: Stripe::V2::Core::AccountTokenCreateParams::Identity::Attestations::OwnershipDeclaration
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountTokenCreateParams::Identity::Attestations::OwnershipDeclaration
- Defined in:
- lib/stripe/params/v2/core/account_token_create_params.rb
Instance Attribute Summary collapse
-
#attested ⇒ Object
A boolean indicating if the beneficial owner information has been attested.
Instance Method Summary collapse
-
#initialize(attested: nil) ⇒ OwnershipDeclaration
constructor
A new instance of OwnershipDeclaration.
Methods inherited from RequestParams
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
#attested ⇒ Object
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 |