Class: Stripe::V2::Billing::BillSettings::VersionListParams

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

Returns a new instance of VersionListParams.



12
13
14
# File 'lib/stripe/params/v2/billing/bill_settings/version_list_params.rb', line 12

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

Instance Attribute Details

#limitObject

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



10
11
12
# File 'lib/stripe/params/v2/billing/bill_settings/version_list_params.rb', line 10

def limit
  @limit
end