Sha256: 57117bb0c9207283441e742f718bd996b69158b85ebf8db727e0e6e07e2800ea
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 Bytes
Contents
module Ebanx module Command class GetMerchantIntegrationProperties < Command def initialize(params) @params = params @request_method = :post @request_action = 'merchantIntegrationProperties/get' @response_type = :json end def validate end end end end
Version data entries
4 entries across 4 versions & 1 rubygems