Class: Stripe::V2::Payments::OffSessionPaymentService::ListParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/payments/off_session_payment_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.



85
86
87
# File 'lib/stripe/services/v2/payments/off_session_payment_service.rb', line 85

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

Instance Attribute Details

#limitObject

The page size limit, if not provided the default is 20.



83
84
85
# File 'lib/stripe/services/v2/payments/off_session_payment_service.rb', line 83

def limit
  @limit
end