Sha256: ab565ee786e923047070f6b8c181543700b2326705ca01db0a902ae925a68904
Contents?: true
Size: 611 Bytes
Versions: 6
Compression:
Stored size: 611 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/transaction_detail" module Pokepay::Request class CreateTopupTransaction < Request def initialize(shop_id, customer_id, private_money_id, rest_args = {}) @path = "/transactions" + "/topup" @method = "POST" @body_params = { "shop_id" => shop_id, "customer_id" => customer_id, "private_money_id" => private_money_id }.merge(rest_args) @response_class = Pokepay::Response::TransactionDetail end attr_reader :response_class end end
Version data entries
6 entries across 6 versions & 1 rubygems