Module: Airwallex::APIOperations::List

Included in:
Balance, BatchTransfer, Beneficiary, Conversion, Customer, Dispute, PaymentIntent, PaymentMethod, Rate, Refund, Transfer
Defined in:
lib/airwallex/api_operations/list.rb

Instance Method Summary collapse

Instance Method Details

#list(params = {}, opts = {}) ⇒ Object



6
7
8
9
# File 'lib/airwallex/api_operations/list.rb', line 6

def list(params = {}, opts = {})
  response = Airwallex.client.get(resource_path, params, opts[:headers] || {})
  build_list_object(response, params)
end