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
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/installmentsfi/backgroundconfiguration.rb', line 60 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. #@raise [APIException] an exception from the response status return self.execute("0c144136-9e91-4403-918c-5e9974db09e2", BackgroundConfiguration.new(mapObj)) end |