class KalixaApi::V4::Merchant

Public Class Methods

new() click to toggle source
# File lib/kalixa_api/v4/merchant.rb, line 5
def initialize
  @http_service = KalixaApi::V4::HttpService.new
end

Public Instance Methods

get_merchant_user(merchant_id, user_id) click to toggle source
# File lib/kalixa_api/v4/merchant.rb, line 9
def get_merchant_user(merchant_id, user_id)
  @http_service.get_request("api/v4/merchants/#{merchant_id}/users/#{user_id}")
end