Class: Stripe::V2::Core::AccountUpdateParams::Identity::BusinessDetails::MonthlyEstimatedRevenue

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

Defined Under Namespace

Classes: Amount

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(amount: nil) ⇒ MonthlyEstimatedRevenue

Returns a new instance of MonthlyEstimatedRevenue.



2995
2996
2997
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2995

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

Instance Attribute Details

#amountObject

A non-negative integer representing the amount in the smallest currency unit.



2993
2994
2995
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2993

def amount
  @amount
end