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