Method: Stripe::TopupService#list
- Defined in:
- lib/stripe/services/topup_service.rb
#list(params = {}, opts = {}) ⇒ Object
Returns a list of top-ups.
23 24 25 |
# File 'lib/stripe/services/topup_service.rb', line 23 def list(params = {}, opts = {}) request(method: :get, path: "/v1/topups", params: params, opts: opts, base_address: :api) end |