Class: MasterCard::API::Disbursements::AccountVerification
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Disbursements::AccountVerification
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/disbursements/accountverification.rb
Class Method Summary collapse
Class Method Details
.read(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/disbursements/accountverification.rb', line 60 def self.read(mapObj) # #Creates object of type AccountVerification # #@param Dict mapObj, containing the required parameters to create a new object #@return [AccountVerification] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("3c404629-e8fe-41d4-8bd4-5d37b6a3a470", AccountVerification.new(mapObj)) end |