Class: Stripe::V2::Core::Accounts::PersonService::ListParams

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



499
500
501
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 499

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

Instance Attribute Details

#limitObject

The upper limit on the number of accounts returned by the List Account request.



497
498
499
# File 'lib/stripe/services/v2/core/accounts/person_service.rb', line 497

def limit
  @limit
end