Sha256: b825ef41850ebc605e9980be4c408b83c5b2a774d657764b1bb6b68604ad765b
Contents?: true
Size: 595 Bytes
Versions: 6
Compression:
Stored size: 595 Bytes
Contents
# DO NOT EDIT: File is generated by code generator. require "pokepay_partner_ruby_sdk/response/transaction_detail" module Pokepay::Request class CreateTransaction < Request def initialize(shop_id, customer_id, private_money_id, rest_args = {}) @path = "/transactions" @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