class Levelup::Requests::GetLocationMerchantFundedCredit
Represents a request to access information about a specific order under a merchant.
Public Instance Methods
auth_type()
click to toggle source
# File lib/levelup/requests/get_location_merchant_funded_credit.rb, line 7 def auth_type :merchant_v14 end
response_from_hash(hash)
click to toggle source
# File lib/levelup/requests/get_location_merchant_funded_credit.rb, line 11 def response_from_hash(hash) Responses::Success.new hash['merchant_funded_credit'] end