Class: Stripe::V2::MoneyManagement::ReceivedDebitListParams

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

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(limit: nil) ⇒ ReceivedDebitListParams

Returns a new instance of ReceivedDebitListParams.



11
12
13
# File 'lib/stripe/params/v2/money_management/received_debit_list_params.rb', line 11

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

Instance Attribute Details

#limitObject

The page limit.



9
10
11
# File 'lib/stripe/params/v2/money_management/received_debit_list_params.rb', line 9

def limit
  @limit
end