Class: MasterCard::API::Disbursements::AccountInfo

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/disbursements/accountinfo.rb

Instance Method Summary collapse

Instance Method Details

#readObject



61
62
63
64
65
66
67
68
69
# File 'lib/mastercard/api/disbursements/accountinfo.rb', line 61

def read
    #
    #Updates an object of type AccountInfo
    #
    #@return [AccountInfo] object representing the response.
    #@raise [APIException] an exception from the response status
    #
    return self.class.execute("b3cb4fc3-1abb-44a3-bb8f-fcd9c4602b72",self)
end