Class: Stripe::V2::Core::AccountEvaluationCreateParams::AccountData::Defaults

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

Defined Under Namespace

Classes: Profile

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#profileObject

Account profile data.



25
26
27
# File 'lib/stripe/params/v2/core/account_evaluation_create_params.rb', line 25

def profile
  @profile
end