Class: MasterCard::API::InstallmentsFi::EligibilityAndCalculator

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

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



58
59
60
61
62
63
64
65
66
# File 'lib/mastercard/api/installmentsfi/eligibilityandcalculator.rb', line 58

def self.create(mapObj)
    #
    #Creates object of type EligibilityAndCalculator
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return EligibilityAndCalculator of the response of created instance.
    #
    return self.execute("ee782b92-c771-41cb-bd2a-9dbf10cf7778", EligibilityAndCalculator.new(mapObj))
end