Class: MasterCard::API::MdesCustomerService::TokenComments
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::MdesCustomerService::TokenComments
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/mdescustomerservice/tokencomments.rb
Class Method Summary collapse
Class Method Details
.create(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/mdescustomerservice/tokencomments.rb', line 60 def self.create(mapObj) # #Creates object of type TokenComments # #@param Dict mapObj, containing the required parameters to create a new object #@return [TokenComments] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("221c5477-4838-4126-b58a-c47ccadeffb3", TokenComments.new(mapObj)) end |