class MasterCard::API::MdesCustomerService::TokenUpdate
Public Class Methods
create(mapObj)
click to toggle source
# File lib/mastercard/api/mdescustomerservice/tokenupdate.rb, line 60 def self.create(mapObj) # #Creates object of type TokenUpdate # #@param Dict mapObj, containing the required parameters to create a new object #@return [TokenUpdate] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("12a8cdf0-1d6e-4b30-a6b7-63b9e5d2d160", TokenUpdate.new(mapObj)) end
Protected Class Methods
getOperationConfig(operationUUID)
click to toggle source
# File lib/mastercard/api/mdescustomerservice/tokenupdate.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/mdescustomerservice/tokenupdate.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