Sha256: 2496716fc7d3720d26f6e6c9a16e5dfbf8d700a296031fbaa2645f156cac1b18
Contents?: true
Size: 505 Bytes
Versions: 13
Compression:
Stored size: 505 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/paginated_account_with_users" module Pokepay::Request class GetCustomerAccounts < Request def initialize(private_money_id, rest_args = {}) @path = "/accounts" + "/customers" @method = "GET" @body_params = { "private_money_id" => private_money_id }.merge(rest_args) @response_class = Pokepay::Response::PaginatedAccountWithUsers end attr_reader :response_class end end
Version data entries
13 entries across 13 versions & 1 rubygems