Sha256: 93ca1cc9e237dccce76fdc7ec3acf289d3bc4c8b8dea3216a210869205faba46
Contents?: true
Size: 502 Bytes
Versions: 17
Compression:
Stored size: 502 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/paginated_transaction" module Pokepay::Request class ListCustomerTransactions < Request def initialize(private_money_id, rest_args = {}) @path = "/customers" + "/transactions" @method = "GET" @body_params = { "private_money_id" => private_money_id }.merge(rest_args) @response_class = Pokepay::Response::PaginatedTransaction end attr_reader :response_class end end
Version data entries
17 entries across 17 versions & 1 rubygems