Class: Stripe::V2::MoneyManagement::ReceivedDebitListParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::ReceivedDebitListParams
- Defined in:
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
The page limit.
Instance Method Summary collapse
-
#initialize(limit: nil) ⇒ ReceivedDebitListParams
constructor
A new instance of ReceivedDebitListParams.
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
#limit ⇒ Object
The page limit.
9 10 11 |
# File 'lib/stripe/params/v2/money_management/received_debit_list_params.rb', line 9 def limit @limit end |