Class: MasterCard::API::InstallmentsFi::CreateInstallmentPlan

Inherits:
Core::Model::BaseObject
  • Object
show all
Includes:
Core::Model
Defined in:
lib/mastercard/api/installmentsfi/createinstallmentplan.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/createinstallmentplan.rb', line 58

def self.create(mapObj)
    #
    #Creates object of type CreateInstallmentPlan
    #
    #@param Dict mapObj, containing the required parameters to create a new object
    #@return CreateInstallmentPlan of the response of created instance.
    #
    return self.execute("084f6bfd-ea83-42e9-8b61-7c53f9597f71", CreateInstallmentPlan.new(mapObj))
end