Module: PayPro::Operations::Listable
- Included in:
- Endpoints::Chargebacks, Endpoints::Customers, Endpoints::Events, Endpoints::InstallmentPlans, Endpoints::Mandates, Endpoints::PayMethods, Endpoints::Payments, Endpoints::Refunds, Endpoints::Subscriptions, Endpoints::Webhooks
- Defined in:
- lib/pay_pro/operations/listable.rb
Instance Method Summary collapse
Instance Method Details
#list(params = {}, **options) ⇒ Object
6 7 8 |
# File 'lib/pay_pro/operations/listable.rb', line 6 def list(params = {}, **) api_request(method: 'get', uri: resource_url, params: params, options: ) end |