Class: MasterCard::API::InstallmentsFi::EligibilityAndInstallmentPlan
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::InstallmentsFi::EligibilityAndInstallmentPlan
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/installmentsfi/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/installmentsfi/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("02d0ad9c-5173-4cc4-b117-39671052be71", EligibilityAndInstallmentPlan.new(mapObj)) end |