Sha256: 88ed02e57ce844bf5c76636d9724e943f2dd40f659098688c0ccfd1580519f09
Contents?: true
Size: 487 Bytes
Versions: 21
Compression:
Stored size: 487 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/account_with_user" module Pokepay::Request class CreateCustomerAccount < Request def initialize(private_money_id, rest_args = {}) @path = "/accounts" + "/customers" @method = "POST" @body_params = { "private_money_id" => private_money_id }.merge(rest_args) @response_class = Pokepay::Response::AccountWithUser end attr_reader :response_class end end
Version data entries
21 entries across 21 versions & 1 rubygems