mastercard_spendcontrols 1.0.0 → 1.0.1

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: 54c5336b35de41f775cc5e89c92dd3e050316904
4
- data.tar.gz: e6aa4922f69ff2eda7def0b4cd51384a61ccfa7a
3
+ metadata.gz: 730a15be031b32fc89d87834721d2c69ef6f03b3
4
+ data.tar.gz: e6bd10acd326af65ad005c1448091052992950e5
5
5
  SHA512:
6
- metadata.gz: a70611baeec456d98ce880c40c2f1dc08ace1abd5cf6ef87852ac607d4648113afd9093198197fc1249559d278d9adeca3f0044cd467301f5abd4c2b5805d6af
7
- data.tar.gz: e00984634ed72023751ac91a07990304c5914892e2ae7fc5b07f60b722ce6d6c64765a8d2607e52fa17d448c9a734288171906416b03c0ea909f928c052210e0
6
+ metadata.gz: 4b32a53bb0924863bf1d7596b313a9e992cc1b3a5bedb8bc44475aec225aeb2a8982e30160cbb214dd51b65136ac32927418cc6402432b0f2c820fadd3930984
7
+ data.tar.gz: 0593ae8bc78b3542da66b0d21184dbfc32de18cd25baf13cdf7b4989a60d614eb2e268dca02e0ff8e4288e4d7671c0f2f6566ce72688ad8f06bf08698f542871
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '2bac28a6-eee3-4749-845f-8721bc4f14ba' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/all", "delete", [], []),
41
- 'a59b81e3-b09e-4a36-a41f-784aa4178dc8' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/all", "query", [], []),
42
- 'fd891bc2-c512-4bed-be13-5954eed13edc' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/all", "create", [], []),
40
+ 'd1c80cc4-a26e-44ec-9a0e-421c3c42ae77' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/all", "delete", [], []),
41
+ 'bab20ad8-b760-4d58-9c5c-9737ee475ea1' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/all", "query", [], []),
42
+ 'd0118db3-9974-4764-b565-625b3b150a59' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/all", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("2bac28a6-eee3-4749-845f-8721bc4f14ba", mapObj)
86
+ return self.execute("d1c80cc4-a26e-44ec-9a0e-421c3c42ae77", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("2bac28a6-eee3-4749-845f-8721bc4f14ba", self)
99
+ return self.class.execute("d1c80cc4-a26e-44ec-9a0e-421c3c42ae77", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("a59b81e3-b09e-4a36-a41f-784aa4178dc8",Alertall.new(criteria))
118
+ return self.execute("bab20ad8-b760-4d58-9c5c-9737ee475ea1",Alertall.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Alertall] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("fd891bc2-c512-4bed-be13-5954eed13edc", Alertall.new(mapObj))
129
+ return self.execute("d0118db3-9974-4764-b565-625b3b150a59", Alertall.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '664f6e72-1b04-4284-95e2-b525ebc9d64e' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts", "delete", [], []),
41
- '5ff9922f-fa3f-40d6-8f39-cdb6dcfa7f41' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts", "query", [], []),
42
- '2ebcb607-1d6f-44b2-b641-34677bff7ac9' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts", "create", [], []),
40
+ '210cf436-426e-4b41-b797-813667992cb6' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts", "delete", [], []),
41
+ '07cab31f-7309-4ec5-9c05-a7aefe479bbb' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts", "query", [], []),
42
+ '8c412c5b-3fcf-498f-960e-3bad9cd8b5ad' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("664f6e72-1b04-4284-95e2-b525ebc9d64e", mapObj)
86
+ return self.execute("210cf436-426e-4b41-b797-813667992cb6", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("664f6e72-1b04-4284-95e2-b525ebc9d64e", self)
99
+ return self.class.execute("210cf436-426e-4b41-b797-813667992cb6", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("5ff9922f-fa3f-40d6-8f39-cdb6dcfa7f41",Alerts.new(criteria))
118
+ return self.execute("07cab31f-7309-4ec5-9c05-a7aefe479bbb",Alerts.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Alerts] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("2ebcb607-1d6f-44b2-b641-34677bff7ac9", Alerts.new(mapObj))
129
+ return self.execute("8c412c5b-3fcf-498f-960e-3bad9cd8b5ad", Alerts.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '91ebb912-cde3-4536-96b3-fafbb5992409' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/transactionamount", "delete", [], []),
41
- 'd68d891d-5383-4a97-a8ce-e8ca9dfcfd6f' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/transactionamount", "query", [], []),
42
- '75bd13e8-38e9-42eb-9091-ef8e7c6f700d' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/transactionamount", "create", [], []),
40
+ 'f2a55e52-d604-4385-bd96-82556d7eba94' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/transactionamount", "delete", [], []),
41
+ '242d8a2c-95da-48f0-81fa-e3fb242b532b' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/transactionamount", "query", [], []),
42
+ '7ada161f-da82-4640-9cb5-792d46ec47b8' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/transactionamount", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("91ebb912-cde3-4536-96b3-fafbb5992409", mapObj)
86
+ return self.execute("f2a55e52-d604-4385-bd96-82556d7eba94", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("91ebb912-cde3-4536-96b3-fafbb5992409", self)
99
+ return self.class.execute("f2a55e52-d604-4385-bd96-82556d7eba94", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("d68d891d-5383-4a97-a8ce-e8ca9dfcfd6f",Amount.new(criteria))
118
+ return self.execute("242d8a2c-95da-48f0-81fa-e3fb242b532b",Amount.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Amount] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("75bd13e8-38e9-42eb-9091-ef8e7c6f700d", Amount.new(mapObj))
129
+ return self.execute("7ada161f-da82-4640-9cb5-792d46ec47b8", Amount.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'ded42f87-d69f-477e-af12-938e8b0d4c99' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/transactionamount", "create", [], []),
41
- '1eb4752e-0e07-4e8e-a8f5-abea4fd99c14' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/transactionamount", "delete", [], []),
42
- '2e73694c-985b-4b85-bcb2-1a598c7f3ae6' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/transactionamount", "query", [], []),
40
+ '1c0bb42d-bc22-40e2-a8a7-77d1da152315' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/transactionamount", "create", [], []),
41
+ '2be2ab31-4947-40ba-8694-badea99c0032' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/transactionamount", "delete", [], []),
42
+ '372f6f25-a3b7-4d45-b72d-27c4fd352b06' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/transactionamount", "query", [], []),
43
43
 
44
44
  }
45
45
 
@@ -66,7 +66,7 @@ module MasterCard
66
66
  #@param Dict mapObj, containing the required parameters to create a new object
67
67
  #@return [Amountdecline] of the response of created instance.
68
68
  #@raise [APIException] an exception from the response status
69
- return self.execute("ded42f87-d69f-477e-af12-938e8b0d4c99", Amountdecline.new(mapObj))
69
+ return self.execute("1c0bb42d-bc22-40e2-a8a7-77d1da152315", Amountdecline.new(mapObj))
70
70
  end
71
71
 
72
72
 
@@ -99,7 +99,7 @@ module MasterCard
99
99
  end
100
100
  end
101
101
 
102
- return self.execute("1eb4752e-0e07-4e8e-a8f5-abea4fd99c14", mapObj)
102
+ return self.execute("2be2ab31-4947-40ba-8694-badea99c0032", mapObj)
103
103
  end
104
104
 
105
105
 
@@ -112,7 +112,7 @@ module MasterCard
112
112
  #@raise [APIException] an exception from the response status
113
113
  #
114
114
 
115
- return self.class.execute("1eb4752e-0e07-4e8e-a8f5-abea4fd99c14", self)
115
+ return self.class.execute("2be2ab31-4947-40ba-8694-badea99c0032", self)
116
116
  end
117
117
 
118
118
 
@@ -131,7 +131,7 @@ module MasterCard
131
131
  #@raise [APIException] an exception from the response status
132
132
  #
133
133
 
134
- return self.execute("2e73694c-985b-4b85-bcb2-1a598c7f3ae6",Amountdecline.new(criteria))
134
+ return self.execute("372f6f25-a3b7-4d45-b72d-27c4fd352b06",Amountdecline.new(criteria))
135
135
  end
136
136
 
137
137
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'e29334ed-c3f0-4bfe-bee7-b2707d3e7eab' => OperationConfig.new("/issuer/v1/card", "create", [], []),
41
- '8bd4be20-b836-452f-b9cc-7dcd208836bc' => OperationConfig.new("/issuer/v1/card/{uuid}", "delete", [], []),
42
- '5f1174b0-6b65-415d-80e3-816790638b56' => OperationConfig.new("/issuer/v1/card/{uuid}", "create", [], []),
40
+ '4fdbff2b-135f-4919-a6b7-e558590f851a' => OperationConfig.new("/issuer/spendcontrols/v1/card", "create", [], []),
41
+ '8e395139-d6da-4b46-9330-45c141c6ef35' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}", "delete", [], []),
42
+ 'a0d1e30d-9fb1-4060-90d1-9d935cf57c84' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -66,7 +66,7 @@ module MasterCard
66
66
  #@param Dict mapObj, containing the required parameters to create a new object
67
67
  #@return [Card] of the response of created instance.
68
68
  #@raise [APIException] an exception from the response status
69
- return self.execute("e29334ed-c3f0-4bfe-bee7-b2707d3e7eab", Card.new(mapObj))
69
+ return self.execute("4fdbff2b-135f-4919-a6b7-e558590f851a", Card.new(mapObj))
70
70
  end
71
71
 
72
72
 
@@ -99,7 +99,7 @@ module MasterCard
99
99
  end
100
100
  end
101
101
 
102
- return self.execute("8bd4be20-b836-452f-b9cc-7dcd208836bc", mapObj)
102
+ return self.execute("8e395139-d6da-4b46-9330-45c141c6ef35", mapObj)
103
103
  end
104
104
 
105
105
 
@@ -112,7 +112,7 @@ module MasterCard
112
112
  #@raise [APIException] an exception from the response status
113
113
  #
114
114
 
115
- return self.class.execute("8bd4be20-b836-452f-b9cc-7dcd208836bc", self)
115
+ return self.class.execute("8e395139-d6da-4b46-9330-45c141c6ef35", self)
116
116
  end
117
117
 
118
118
 
@@ -125,7 +125,7 @@ module MasterCard
125
125
  #@param Dict mapObj, containing the required parameters to create a new object
126
126
  #@return [Card] of the response of created instance.
127
127
  #@raise [APIException] an exception from the response status
128
- return self.execute("5f1174b0-6b65-415d-80e3-816790638b56", Card.new(mapObj))
128
+ return self.execute("a0d1e30d-9fb1-4060-90d1-9d935cf57c84", Card.new(mapObj))
129
129
  end
130
130
 
131
131
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'e32fb56c-3eb7-41fe-ba8b-77f7fadd7f45' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/carddisable", "delete", [], []),
41
- '87bdb738-e91d-421f-9fe9-cf1010c05f1b' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/carddisable", "query", [], []),
42
- '87361e3b-5f62-43cc-b4be-9fc1908919a3' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/carddisable", "create", [], []),
40
+ 'f439551d-f193-4089-8e80-272402709922' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/carddisable", "delete", [], []),
41
+ '37021581-5fd6-4c78-bf8c-f03cb8a06794' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/carddisable", "query", [], []),
42
+ '155a9119-8b86-40ad-8e45-9eb5c8c2c2c2' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/carddisable", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("e32fb56c-3eb7-41fe-ba8b-77f7fadd7f45", mapObj)
86
+ return self.execute("f439551d-f193-4089-8e80-272402709922", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("e32fb56c-3eb7-41fe-ba8b-77f7fadd7f45", self)
99
+ return self.class.execute("f439551d-f193-4089-8e80-272402709922", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("87bdb738-e91d-421f-9fe9-cf1010c05f1b",Carddisable.new(criteria))
118
+ return self.execute("37021581-5fd6-4c78-bf8c-f03cb8a06794",Carddisable.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Carddisable] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("87361e3b-5f62-43cc-b4be-9fc1908919a3", Carddisable.new(mapObj))
129
+ return self.execute("155a9119-8b86-40ad-8e45-9eb5c8c2c2c2", Carddisable.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '2fb3ca93-b08f-40bb-ac07-2051e38c7375' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/channels", "delete", [], []),
41
- '2786a543-d76b-4bc4-aed9-835253b29fd4' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/channels", "query", [], []),
42
- 'd9dae43a-c68c-4a8b-8673-9db23d703e76' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/channels", "create", [], []),
40
+ 'a0b9cfef-42f4-4391-947b-c413074f6f04' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/channels", "delete", [], []),
41
+ '92847ec8-4890-436e-9425-8b9d0c069692' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/channels", "query", [], []),
42
+ '171d00c4-0dfd-49e6-b723-c5cf5cea0307' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/channels", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("2fb3ca93-b08f-40bb-ac07-2051e38c7375", mapObj)
86
+ return self.execute("a0b9cfef-42f4-4391-947b-c413074f6f04", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("2fb3ca93-b08f-40bb-ac07-2051e38c7375", self)
99
+ return self.class.execute("a0b9cfef-42f4-4391-947b-c413074f6f04", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("2786a543-d76b-4bc4-aed9-835253b29fd4",Channel.new(criteria))
118
+ return self.execute("92847ec8-4890-436e-9425-8b9d0c069692",Channel.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Channel] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("d9dae43a-c68c-4a8b-8673-9db23d703e76", Channel.new(mapObj))
129
+ return self.execute("171d00c4-0dfd-49e6-b723-c5cf5cea0307", Channel.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '656c5977-652f-4e26-9dcf-64c2a9a029f9' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/channels", "delete", [], []),
41
- '653d057f-b84f-4d10-ac81-a6e4e3f2f8c1' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/channels", "query", [], []),
42
- '8bb00ab4-8e2e-4a26-9b75-c57be6a0e5be' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/channels", "create", [], []),
40
+ 'c3bf3283-0417-4b55-87e5-3d37e2521c40' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/channels", "delete", [], []),
41
+ 'ddef2c17-72b3-4dc2-a16d-4833003b6f73' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/channels", "query", [], []),
42
+ 'b993e85b-de83-4d89-89d6-373c933c36e6' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/channels", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("656c5977-652f-4e26-9dcf-64c2a9a029f9", mapObj)
86
+ return self.execute("c3bf3283-0417-4b55-87e5-3d37e2521c40", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("656c5977-652f-4e26-9dcf-64c2a9a029f9", self)
99
+ return self.class.execute("c3bf3283-0417-4b55-87e5-3d37e2521c40", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("653d057f-b84f-4d10-ac81-a6e4e3f2f8c1",Channeldecline.new(criteria))
118
+ return self.execute("ddef2c17-72b3-4dc2-a16d-4833003b6f73",Channeldecline.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Channeldecline] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("8bb00ab4-8e2e-4a26-9b75-c57be6a0e5be", Channeldecline.new(mapObj))
129
+ return self.execute("b993e85b-de83-4d89-89d6-373c933c36e6", Channeldecline.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '8238897f-cb14-413d-801d-de96fbd248d2' => OperationConfig.new("/issuer/v1/card/{uuid}/controls", "delete", [], []),
41
- 'c295ce7b-f460-47ab-bf70-1e02846fda39' => OperationConfig.new("/issuer/v1/card/{uuid}/controls", "query", [], []),
42
- 'bcb2bc4d-8881-41ac-97d9-5c268bba26f2' => OperationConfig.new("/issuer/v1/card/{uuid}/controls", "create", [], []),
40
+ 'a0034821-3ecb-42dc-a16c-b7fe2d1bb3c0' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls", "delete", [], []),
41
+ 'ce009ef9-3e02-45b6-8e75-179ddeb2ac7d' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls", "query", [], []),
42
+ '92a90e2e-11d2-484a-a5c0-5e8540decc00' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("8238897f-cb14-413d-801d-de96fbd248d2", mapObj)
86
+ return self.execute("a0034821-3ecb-42dc-a16c-b7fe2d1bb3c0", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("8238897f-cb14-413d-801d-de96fbd248d2", self)
99
+ return self.class.execute("a0034821-3ecb-42dc-a16c-b7fe2d1bb3c0", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("c295ce7b-f460-47ab-bf70-1e02846fda39",Controls.new(criteria))
118
+ return self.execute("ce009ef9-3e02-45b6-8e75-179ddeb2ac7d",Controls.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Controls] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("bcb2bc4d-8881-41ac-97d9-5c268bba26f2", Controls.new(mapObj))
129
+ return self.execute("92a90e2e-11d2-484a-a5c0-5e8540decc00", Controls.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '0c147e53-715a-4473-b4eb-4f60e02e870f' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/crossborder", "delete", [], []),
41
- 'df255f55-b37c-4de0-a13c-d2c9a00bf2de' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/crossborder", "query", [], []),
42
- 'd4294ee2-7405-4938-a55e-60d1091682b7' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/alerts/crossborder", "create", [], []),
40
+ '43c6cb9b-adc3-4a07-bd91-6b4acc7e1edd' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/crossborder", "delete", [], []),
41
+ '02f27510-d10c-4ffe-bd9e-b2535986801c' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/crossborder", "query", [], []),
42
+ 'ad69e49a-7c29-4fc2-8c8f-d4093d505188' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/alerts/crossborder", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("0c147e53-715a-4473-b4eb-4f60e02e870f", mapObj)
86
+ return self.execute("43c6cb9b-adc3-4a07-bd91-6b4acc7e1edd", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("0c147e53-715a-4473-b4eb-4f60e02e870f", self)
99
+ return self.class.execute("43c6cb9b-adc3-4a07-bd91-6b4acc7e1edd", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("df255f55-b37c-4de0-a13c-d2c9a00bf2de",Crossborder.new(criteria))
118
+ return self.execute("02f27510-d10c-4ffe-bd9e-b2535986801c",Crossborder.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Crossborder] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("d4294ee2-7405-4938-a55e-60d1091682b7", Crossborder.new(mapObj))
129
+ return self.execute("ad69e49a-7c29-4fc2-8c8f-d4093d505188", Crossborder.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '1004b940-c30c-414d-9c6c-5c7d10153819' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/crossborder", "delete", [], []),
41
- '28b20234-5477-4393-a2b5-491ded35bae4' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/crossborder", "query", [], []),
42
- 'dfa49677-2bad-4052-b392-7c2e8fe01064' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/crossborder", "create", [], []),
40
+ '6392b8e1-c87a-4e57-9e03-995bf06f8e48' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/crossborder", "delete", [], []),
41
+ 'b5a06ed8-b73f-4b91-907b-5be664a6e983' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/crossborder", "query", [], []),
42
+ '27348454-54bb-4855-8cd3-505b70b3d025' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/crossborder", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("1004b940-c30c-414d-9c6c-5c7d10153819", mapObj)
86
+ return self.execute("6392b8e1-c87a-4e57-9e03-995bf06f8e48", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("1004b940-c30c-414d-9c6c-5c7d10153819", self)
99
+ return self.class.execute("6392b8e1-c87a-4e57-9e03-995bf06f8e48", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("28b20234-5477-4393-a2b5-491ded35bae4",Crossborderdecline.new(criteria))
118
+ return self.execute("b5a06ed8-b73f-4b91-907b-5be664a6e983",Crossborderdecline.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Crossborderdecline] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("dfa49677-2bad-4052-b392-7c2e8fe01064", Crossborderdecline.new(mapObj))
129
+ return self.execute("27348454-54bb-4855-8cd3-505b70b3d025", Crossborderdecline.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'acd8f571-bed8-4004-9c18-ee5b8f107ded' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/all", "delete", [], []),
41
- 'fbb4d36f-0f7a-4b7d-b178-b474840fdf26' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/all", "query", [], []),
42
- 'b6349d13-13b1-4ffc-925f-7501d3daef27' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines/all", "create", [], []),
40
+ 'bf11cd4c-240c-4fb4-bce0-866c6c96c892' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/all", "delete", [], []),
41
+ '9885577f-73ea-4fbf-ab8c-ccd88bf97651' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/all", "query", [], []),
42
+ 'f1e26dbb-6ec2-4a9b-bdac-76c0e0383b18' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines/all", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("acd8f571-bed8-4004-9c18-ee5b8f107ded", mapObj)
86
+ return self.execute("bf11cd4c-240c-4fb4-bce0-866c6c96c892", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("acd8f571-bed8-4004-9c18-ee5b8f107ded", self)
99
+ return self.class.execute("bf11cd4c-240c-4fb4-bce0-866c6c96c892", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("fbb4d36f-0f7a-4b7d-b178-b474840fdf26",Declineall.new(criteria))
118
+ return self.execute("9885577f-73ea-4fbf-ab8c-ccd88bf97651",Declineall.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Declineall] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("b6349d13-13b1-4ffc-925f-7501d3daef27", Declineall.new(mapObj))
129
+ return self.execute("f1e26dbb-6ec2-4a9b-bdac-76c0e0383b18", Declineall.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '8099d757-2a42-4cb9-b04d-cc4d90a8e948' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines", "delete", [], []),
41
- 'f80899ae-4899-4ce9-ae7a-de7f5e28d5dd' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines", "query", [], []),
42
- '8c44822b-8dd3-42c4-ad26-ff1a4edfc6c6' => OperationConfig.new("/issuer/v1/card/{uuid}/controls/declines", "create", [], []),
40
+ 'b6e3dd49-7521-4e57-b7a3-91777a244cd4' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines", "delete", [], []),
41
+ 'b59071f6-e39f-4af4-8ac8-b9c55cbe2ffc' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines", "query", [], []),
42
+ '68222ec0-7d03-448f-989d-c84aed58bb74' => OperationConfig.new("/issuer/spendcontrols/v1/card/{uuid}/controls/declines", "create", [], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("8099d757-2a42-4cb9-b04d-cc4d90a8e948", mapObj)
86
+ return self.execute("b6e3dd49-7521-4e57-b7a3-91777a244cd4", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("8099d757-2a42-4cb9-b04d-cc4d90a8e948", self)
99
+ return self.class.execute("b6e3dd49-7521-4e57-b7a3-91777a244cd4", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("f80899ae-4899-4ce9-ae7a-de7f5e28d5dd",Declines.new(criteria))
118
+ return self.execute("b59071f6-e39f-4af4-8ac8-b9c55cbe2ffc",Declines.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@param Dict mapObj, containing the required parameters to create a new object
127
127
  #@return [Declines] of the response of created instance.
128
128
  #@raise [APIException] an exception from the response status
129
- return self.execute("8c44822b-8dd3-42c4-ad26-ff1a4edfc6c6", Declines.new(mapObj))
129
+ return self.execute("68222ec0-7d03-448f-989d-c84aed58bb74", Declines.new(mapObj))
130
130
  end
131
131
 
132
132
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'd60e0ebe-df90-4d74-b755-2a635cc5bd00' => OperationConfig.new("/issuer/v1/test/notificationUrl", "create", ["x-request-endpoint-uri"], []),
40
+ '6bd385cc-1025-4f7d-80cd-52e58162d865' => OperationConfig.new("/issuer/spendcontrols/v1/test/notificationUrl", "create", ["x-request-endpoint-uri"], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [Notification] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("d60e0ebe-df90-4d74-b755-2a635cc5bd00", Notification.new(mapObj))
67
+ return self.execute("6bd385cc-1025-4f7d-80cd-52e58162d865", Notification.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -41,7 +41,7 @@ module MasterCard
41
41
  @override = nil
42
42
  @host = nil
43
43
  @context = nil
44
- @version = "1.0.0"
44
+ @version = "1.0.1"
45
45
 
46
46
  Config.registerResourceConfig(self)
47
47
  currentEnvironment = Config.getEnvironment()
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '2c2f1436-3e8f-4649-bfcb-19dc1787044e' => OperationConfig.new("/issuer/v1/card/verify/{uuid}", "create", [], []),
40
+ '80983859-265c-4430-84fd-fb506d124f0d' => OperationConfig.new("/issuer/spendcontrols/v1/card/verify/{uuid}", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [Verify] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("2c2f1436-3e8f-4649-bfcb-19dc1787044e", Verify.new(mapObj))
67
+ return self.execute("80983859-265c-4430-84fd-fb506d124f0d", Verify.new(mapObj))
68
68
  end
69
69
 
70
70
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastercard_spendcontrols
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MasterCard Worldwide
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-27 00:00:00.000000000 Z
11
+ date: 2017-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core