Class: Stripe::V2::MoneyManagement::OutboundSetupIntentService::ListParams

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(limit: nil) ⇒ ListParams

Returns a new instance of ListParams.



92
93
94
# File 'lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb', line 92

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

Instance Attribute Details

#limitObject

The page size.



90
91
92
# File 'lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb', line 90

def limit
  @limit
end