Class: Stripe::V2::Core::AccountEvaluationCreateParams::AccountData::Defaults
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountEvaluationCreateParams::AccountData::Defaults
- Defined in:
- lib/stripe/params/v2/core/account_evaluation_create_params.rb
Defined Under Namespace
Classes: Profile
Instance Attribute Summary collapse
-
#profile ⇒ Object
Account profile data.
Instance Method Summary collapse
-
#initialize(profile: nil) ⇒ Defaults
constructor
A new instance of Defaults.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(profile: nil) ⇒ Defaults
Returns a new instance of Defaults.
27 28 29 |
# File 'lib/stripe/params/v2/core/account_evaluation_create_params.rb', line 27 def initialize(profile: nil) @profile = profile end |
Instance Attribute Details
#profile ⇒ Object
Account profile data.
25 26 27 |
# File 'lib/stripe/params/v2/core/account_evaluation_create_params.rb', line 25 def profile @profile end |