Class: Stripe::V2::Billing::BillSettings::VersionService::ListParams

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



13
14
15
# File 'lib/stripe/services/v2/billing/bill_settings/version_service.rb', line 13

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

Instance Attribute Details

#limitObject

Optionally set the maximum number of results per page. Defaults to 20.



11
12
13
# File 'lib/stripe/services/v2/billing/bill_settings/version_service.rb', line 11

def limit
  @limit
end