class MasterCard::API::P2p::AccountVerification
Public Class Methods
read(mapObj)
click to toggle source
# File lib/mastercard/api/p2p/accountverification.rb, line 60 def self.read(mapObj) # #Creates object of type AccountVerification # #@param Dict mapObj, containing the required parameters to create a new object #@return [AccountVerification] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("2309b7a9-094a-4c53-abea-8a5b0ecb63c1", AccountVerification.new(mapObj)) end
Protected Class Methods
getOperationConfig(operationUUID)
click to toggle source
# File lib/mastercard/api/p2p/accountverification.rb, line 46 def self.getOperationConfig(operationUUID) if @__store.key?(operationUUID) return @__store[operationUUID] end raise NotImplementedError.new("Invalid operationUUID supplied:"+ operationUUID) end
getOperationMetadata()
click to toggle source
# File lib/mastercard/api/p2p/accountverification.rb, line 53 def self.getOperationMetadata() return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext(), ResourceConfig.instance.getJsonNative(), ResourceConfig.instance.getContentTypeOverride()) end