Class: MasterCard::API::InstallmentsFi::BackgroundConfiguration
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::InstallmentsFi::BackgroundConfiguration
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/installmentsfi/backgroundconfiguration.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/backgroundconfiguration.rb', line 58 def self.create(mapObj) # #Creates object of type BackgroundConfiguration # #@param Dict mapObj, containing the required parameters to create a new object #@return BackgroundConfiguration of the response of created instance. # return self.execute("82a07928-bb15-46bb-8545-a3867de75e93", BackgroundConfiguration.new(mapObj)) end |