class MasterCard::API::Remittance::SanctionScreening

Protected Class Methods

getOperationConfig(uuid) click to toggle source
# File lib/mastercard/api/remittance/sanctionscreening.rb, line 46
def self.getOperationConfig(uuid)
        if @__store.key?(uuid)
                return @__store[uuid]
        end
        raise NotImplementedError.new("Invalid operationUUID supplied:"+ uuid)
end
getOperationMetadata() click to toggle source
# File lib/mastercard/api/remittance/sanctionscreening.rb, line 53
def self.getOperationMetadata()
        return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext())
end

Public Instance Methods

read() click to toggle source
# File lib/mastercard/api/remittance/sanctionscreening.rb, line 61
def read
        #
        #Updates an object of type SanctionScreening
        #
        #@return [SanctionScreening] object representing the response.
        #@raise [APIException] an exception from the response status
        #
        return self.class.execute("0847720b-2e87-46e7-a13c-0a690a5215ef",self)
end