Class: MasterCard::API::BlockchainB2bxb::Rejects

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/blockchainb2bxb/rejects.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/rejects.rb', line 60

def self.create(mapObj)
  #
  #Creates object of type Rejects
  #
  #@param Dict mapObj, containing the required parameters to create a new object
  #@return [Rejects] of the response of created instance.
  #@raise [APIException] an exception from the response status
  return self.execute("ba2dab85-eef1-488a-ab6a-9a128e6b32d6", Rejects.new(mapObj))
end