Class: MasterCard::API::Blockchain::Settle
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Blockchain::Settle
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/blockchain/settle.rb
Class Method Summary collapse
Class Method Details
.create(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/blockchain/settle.rb', line 60 def self.create(mapObj) # #Creates object of type Settle # #@param Dict mapObj, containing the required parameters to create a new object #@return [Settle] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("1b2af876-5f34-480c-9003-a05acbc50ac2", Settle.new(mapObj)) end |