Class: MasterCard::API::BlockchainB2bxb::Movements
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::BlockchainB2bxb::Movements
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/blockchainb2bxb/movements.rb
Class Method Summary collapse
Class Method Details
.create(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/blockchainb2bxb/movements.rb', line 60 def self.create(mapObj) # #Creates object of type Movements # #@param Dict mapObj, containing the required parameters to create a new object #@return [Movements] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("b4032f4e-5f3e-457c-92b2-a3008ccd4546", Movements.new(mapObj)) end |