Sha256: 3fccca148134cebb89cfd23b286aa4b3399d143984b3f23982e195a42aa68996
Contents?: true
Size: 497 Bytes
Versions: 13
Compression:
Stored size: 497 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 GetShopAccounts < Request def initialize(private_money_id, rest_args = {}) @path = "/accounts" + "/shops" @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