Class: MasterCard::API::InstallmentsNonFi::EligibilityAndInstallmentPlan

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

Class Method Summary collapse

Class Method Details

.create(mapObj) ⇒ Object



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

def self.create(mapObj)
    #
    #Creates object of type EligibilityAndInstallmentPlan
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return EligibilityAndInstallmentPlan of the response of created instance.
    #
    return self.execute("e2573083-c635-4649-889f-9a476d61646f", EligibilityAndInstallmentPlan.new(mapObj))
end