mastercard_installmentsfi 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e5b1ef796393f6472e85dbdc48fb24ee0a6f208
4
- data.tar.gz: a4c5572c69afa1e60b54da2532a83a8a8f9be4a5
3
+ metadata.gz: 9fee0cc3fa9916a635437526d550ef448882d2e2
4
+ data.tar.gz: a98d7fcd01f0b2aff6c752a44f5ca6f41c0d7050
5
5
  SHA512:
6
- metadata.gz: 2c13142e734d0169ba58596f21980ef8f1872b08704b47064ce1dd815f547d83c35913e74011aa86614a500a739a716c054a37425a078e85ec513da928bf5888
7
- data.tar.gz: 56e796e1ede53b0ecedd954dde7c39c1bba111c17bb8d5292083e0d985e4c47fdb61e9c392a83421c989f3c5fe55f3117a8ee5e79333a2cc513b73b47b737a6e
6
+ metadata.gz: f18691d336df9be55f83637d21c8a01f54cab6c36125fa69c5e64c9104deda72664fb2b9d7f55ac40f67073697fcc7f6b1e2ae89a0c5a0c1c89448e67be9780a
7
+ data.tar.gz: 1436b00042ccfe7d72a60003f7e5242fdaf4e3558e3b35732a5317427459852b5308f31b1792d696865604d209dc7d66a217d291321031e712470bb177f11c91
@@ -31,12 +31,12 @@ require "mastercard/core/model"
31
31
  module MasterCard
32
32
  module API
33
33
  module InstallmentsFi
34
- class InstallmentConfiguartionData < MasterCard::Core::Model::BaseObject
34
+ class BackgroundConfiguration < MasterCard::Core::Model::BaseObject
35
35
  include MasterCard::Core::Model
36
36
  #
37
37
 
38
38
  @__store = {
39
- '4b1ae226-34d8-4207-90d9-06e5a35c450c' => OperationConfig.new("/installmentapi/service/{:env}/v1/instalmentConfigdata", "create", [], []),
39
+ '82a07928-bb15-46bb-8545-a3867de75e93' => OperationConfig.new("/installmentapi/service/{:env}/v1/instalmentConfigdata", "create", [], []),
40
40
 
41
41
  }
42
42
 
@@ -57,12 +57,12 @@ module MasterCard
57
57
 
58
58
  def self.create(mapObj)
59
59
  #
60
- #Creates object of type InstallmentConfiguartionData
60
+ #Creates object of type BackgroundConfiguration
61
61
  #
62
62
  #@param Dict mapObj, containing the required parameters to create a new object
63
- #@return InstallmentConfiguartionData of the response of created instance.
63
+ #@return BackgroundConfiguration of the response of created instance.
64
64
  #
65
- return self.execute("4b1ae226-34d8-4207-90d9-06e5a35c450c", InstallmentConfiguartionData.new(mapObj))
65
+ return self.execute("82a07928-bb15-46bb-8545-a3867de75e93", BackgroundConfiguration.new(mapObj))
66
66
  end
67
67
 
68
68
 
@@ -31,12 +31,12 @@ require "mastercard/core/model"
31
31
  module MasterCard
32
32
  module API
33
33
  module InstallmentsFi
34
- class CalculateInstallmentData < MasterCard::Core::Model::BaseObject
34
+ class EligibilityAndCalculator < MasterCard::Core::Model::BaseObject
35
35
  include MasterCard::Core::Model
36
36
  #
37
37
 
38
38
  @__store = {
39
- '97f20438-644d-4967-8876-3ef933701187' => OperationConfig.new("/installmentapi/service/{:env}/v1/calculateInstalment", "create", [], []),
39
+ 'ee782b92-c771-41cb-bd2a-9dbf10cf7778' => OperationConfig.new("/installmentapi/service/{:env}/v1/calculateInstalment", "create", [], []),
40
40
 
41
41
  }
42
42
 
@@ -57,12 +57,12 @@ module MasterCard
57
57
 
58
58
  def self.create(mapObj)
59
59
  #
60
- #Creates object of type CalculateInstallmentData
60
+ #Creates object of type EligibilityAndCalculator
61
61
  #
62
62
  #@param Dict mapObj, containing the required parameters to create a new object
63
- #@return CalculateInstallmentData of the response of created instance.
63
+ #@return EligibilityAndCalculator of the response of created instance.
64
64
  #
65
- return self.execute("97f20438-644d-4967-8876-3ef933701187", CalculateInstallmentData.new(mapObj))
65
+ return self.execute("ee782b92-c771-41cb-bd2a-9dbf10cf7778", EligibilityAndCalculator.new(mapObj))
66
66
  end
67
67
 
68
68
 
@@ -31,12 +31,12 @@ require "mastercard/core/model"
31
31
  module MasterCard
32
32
  module API
33
33
  module InstallmentsFi
34
- class CreateInstallmentPlan < MasterCard::Core::Model::BaseObject
34
+ class EligibilityAndInstallmentPlan < MasterCard::Core::Model::BaseObject
35
35
  include MasterCard::Core::Model
36
36
  #
37
37
 
38
38
  @__store = {
39
- '084f6bfd-ea83-42e9-8b61-7c53f9597f71' => OperationConfig.new("/installmentapi/service/{:env}/v1/processInstalment", "create", [], []),
39
+ '02d0ad9c-5173-4cc4-b117-39671052be71' => OperationConfig.new("/installmentapi/service/{:env}/v1/processInstalment", "create", [], []),
40
40
 
41
41
  }
42
42
 
@@ -57,12 +57,12 @@ module MasterCard
57
57
 
58
58
  def self.create(mapObj)
59
59
  #
60
- #Creates object of type CreateInstallmentPlan
60
+ #Creates object of type EligibilityAndInstallmentPlan
61
61
  #
62
62
  #@param Dict mapObj, containing the required parameters to create a new object
63
- #@return CreateInstallmentPlan of the response of created instance.
63
+ #@return EligibilityAndInstallmentPlan of the response of created instance.
64
64
  #
65
- return self.execute("084f6bfd-ea83-42e9-8b61-7c53f9597f71", CreateInstallmentPlan.new(mapObj))
65
+ return self.execute("02d0ad9c-5173-4cc4-b117-39671052be71", EligibilityAndInstallmentPlan.new(mapObj))
66
66
  end
67
67
 
68
68
 
@@ -41,7 +41,7 @@ module MasterCard
41
41
  @override = nil
42
42
  @host = nil
43
43
  @context = nil
44
- @version = "0.0.1"
44
+ @version = "0.0.2"
45
45
 
46
46
  Config.registerResourceConfig(self)
47
47
  currentEnvironment = Config.getEnvironment()
@@ -1,5 +1,5 @@
1
1
  require 'mastercard_api_core'
2
- require 'mastercard/api/installmentsfi/createinstallmentplan'
3
- require 'mastercard/api/installmentsfi/installmentconfiguartiondata'
2
+ require 'mastercard/api/installmentsfi/eligibilityandinstallmentplan'
3
+ require 'mastercard/api/installmentsfi/backgroundconfiguration'
4
+ require 'mastercard/api/installmentsfi/eligibilityandcalculator'
4
5
  require 'mastercard/api/installmentsfi/resourceconfig'
5
- require 'mastercard/api/installmentsfi/calculateinstallmentdata'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastercard_installmentsfi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MasterCard Worldwide
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-15 00:00:00.000000000 Z
11
+ date: 2016-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core
@@ -51,9 +51,9 @@ executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
53
53
  files:
54
- - lib/mastercard/api/installmentsfi/calculateinstallmentdata.rb
55
- - lib/mastercard/api/installmentsfi/createinstallmentplan.rb
56
- - lib/mastercard/api/installmentsfi/installmentconfiguartiondata.rb
54
+ - lib/mastercard/api/installmentsfi/backgroundconfiguration.rb
55
+ - lib/mastercard/api/installmentsfi/eligibilityandcalculator.rb
56
+ - lib/mastercard/api/installmentsfi/eligibilityandinstallmentplan.rb
57
57
  - lib/mastercard/api/installmentsfi/resourceconfig.rb
58
58
  - lib/mastercard_installmentsfi.rb
59
59
  homepage: https://developer.mastercard.com