mastercard_mastercom 5.0.0 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mastercard/api/mastercom/casefiling.rb +28 -10
- data/lib/mastercard/api/mastercom/chargebacks.rb +16 -16
- data/lib/mastercard/api/mastercom/chargebacksdebitmastercardandeuropedualacquirer.rb +14 -14
- data/lib/mastercard/api/mastercom/claims.rb +6 -6
- data/lib/mastercard/api/mastercom/fees.rb +4 -4
- data/lib/mastercard/api/mastercom/feesdebitmastercardandeuropedualacquirer.rb +2 -2
- data/lib/mastercard/api/mastercom/fraud.rb +4 -4
- data/lib/mastercard/api/mastercom/healthcheck.rb +2 -2
- data/lib/mastercard/api/mastercom/migrateddisputes.rb +2 -2
- data/lib/mastercard/api/mastercom/queues.rb +23 -6
- data/lib/mastercard/api/mastercom/reconciliation.rb +4 -4
- data/lib/mastercard/api/mastercom/resourceconfig.rb +2 -2
- data/lib/mastercard/api/mastercom/retrievals.rb +14 -14
- data/lib/mastercard/api/mastercom/retrievalsdebitmastercardandeuropedualacquirer.rb +12 -12
- data/lib/mastercard/api/mastercom/transactions.rb +6 -6
- data/lib/mastercard/api/mastercom/transactionsdebitmastercardandeuropedualacquirer.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f05c6c2718efdd1c0c043ee3a79d7cf2042d172e34f8ded76f81600ca50f28a1
|
4
|
+
data.tar.gz: dfae585856dcd0b51549ef3f6785764e357a67da7f4591294e83fe6da1da9003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd26aee8bf8afe104538be121e96c4a38387a4821190db3396f00036ed95fe2461645f2f9f9f42c1c4052ef907941ec8a59b96eaae6023c09a4102f9fddaa635
|
7
|
+
data.tar.gz: 8972b451b4e8514add6d5886a18c759a53796406d2de7306232849e20e49e0ce878d306c72b6a567b969aeb1dac20bc26e58b620a9b3aac89a2b43e2d271544a
|
@@ -37,11 +37,12 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
40
|
+
'852b65eb-94b4-4715-b24b-7a9dc214c391' => OperationConfig.new("/mastercom/v6/cases", "create", [], []),
|
41
|
+
'327a11d5-ed49-4555-a886-e10ceaaf01bb' => OperationConfig.new("/mastercom/v6/cases/{case-id}/documents", "query", [], ["format","memo"]),
|
42
|
+
'8aa5352f-930f-4d7b-83de-af134e04059f' => OperationConfig.new("/mastercom/v6/cases/imagestatus", "update", [], []),
|
43
|
+
'8650be3f-80f6-482c-b4ca-540edc7fb53e' => OperationConfig.new("/mastercom/v6/cases/status", "update", [], []),
|
44
|
+
'fc603a0d-362b-4845-bfbb-4787d3fde374' => OperationConfig.new("/mastercom/v6/cases/retrieve/claims", "update", [], []),
|
45
|
+
'6a72e1ef-1f07-4ef0-9534-aa1e4fe6f433' => OperationConfig.new("/mastercom/v6/cases/{case-id}", "update", [], []),
|
45
46
|
|
46
47
|
}
|
47
48
|
|
@@ -68,7 +69,7 @@ module MasterCard
|
|
68
69
|
#@param Dict mapObj, containing the required parameters to create a new object
|
69
70
|
#@return [CaseFiling] of the response of created instance.
|
70
71
|
#@raise [APIException] an exception from the response status
|
71
|
-
return self.execute("
|
72
|
+
return self.execute("852b65eb-94b4-4715-b24b-7a9dc214c391", CaseFiling.new(mapObj))
|
72
73
|
end
|
73
74
|
|
74
75
|
|
@@ -90,7 +91,7 @@ module MasterCard
|
|
90
91
|
#@raise [APIException] an exception from the response status
|
91
92
|
#
|
92
93
|
|
93
|
-
return self.execute("
|
94
|
+
return self.execute("327a11d5-ed49-4555-a886-e10ceaaf01bb",CaseFiling.new(criteria))
|
94
95
|
end
|
95
96
|
|
96
97
|
|
@@ -102,7 +103,7 @@ module MasterCard
|
|
102
103
|
#@return [CaseFiling] object representing the response.
|
103
104
|
#@raise [APIException] an exception from the response status
|
104
105
|
#
|
105
|
-
return self.class.execute("
|
106
|
+
return self.class.execute("8aa5352f-930f-4d7b-83de-af134e04059f",self)
|
106
107
|
end
|
107
108
|
|
108
109
|
|
@@ -119,7 +120,24 @@ module MasterCard
|
|
119
120
|
#@return [CaseFiling] object representing the response.
|
120
121
|
#@raise [APIException] an exception from the response status
|
121
122
|
#
|
122
|
-
return self.class.execute("
|
123
|
+
return self.class.execute("8650be3f-80f6-482c-b4ca-540edc7fb53e",self)
|
124
|
+
end
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
def retrieve
|
134
|
+
#
|
135
|
+
#Updates an object of type CaseFiling
|
136
|
+
#
|
137
|
+
#@return [CaseFiling] object representing the response.
|
138
|
+
#@raise [APIException] an exception from the response status
|
139
|
+
#
|
140
|
+
return self.class.execute("fc603a0d-362b-4845-bfbb-4787d3fde374",self)
|
123
141
|
end
|
124
142
|
|
125
143
|
|
@@ -136,7 +154,7 @@ module MasterCard
|
|
136
154
|
#@return [CaseFiling] object representing the response.
|
137
155
|
#@raise [APIException] an exception from the response status
|
138
156
|
#
|
139
|
-
return self.class.execute("
|
157
|
+
return self.class.execute("6a72e1ef-1f07-4ef0-9534-aa1e4fe6f433",self)
|
140
158
|
end
|
141
159
|
|
142
160
|
|
@@ -37,14 +37,14 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
46
|
-
'
|
47
|
-
'
|
40
|
+
'a4ca54dc-ba89-418f-b38d-699f32bef089' => OperationConfig.new("/mastercom/v6/chargebacks/acknowledge", "update", [], []),
|
41
|
+
'a96bd620-a49d-4222-8065-c0410d980fc7' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks", "create", [], []),
|
42
|
+
'c6cc9f7b-e279-40ce-a9d2-dda490d12825' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/{chargeback-id}/reversal", "create", [], []),
|
43
|
+
'7c26acb2-a9cd-4c05-8314-7147dce0906a' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/{chargeback-id}/documents", "query", [], ["format"]),
|
44
|
+
'598dd945-f711-4cf9-8df1-a09579998850' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/loaddataforchargebacks", "create", [], []),
|
45
|
+
'f48cf894-b6b3-454c-b215-94eddabb931a' => OperationConfig.new("/mastercom/v6/chargebacks/imagestatus", "update", [], []),
|
46
|
+
'709d18c2-9fb9-4a29-9cd7-1dd39f26dd64' => OperationConfig.new("/mastercom/v6/chargebacks/status", "update", [], []),
|
47
|
+
'1e0acfea-d280-4feb-82e7-287e7c8edfc3' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/{chargeback-id}", "update", [], []),
|
48
48
|
|
49
49
|
}
|
50
50
|
|
@@ -72,7 +72,7 @@ module MasterCard
|
|
72
72
|
#@return [Chargebacks] object representing the response.
|
73
73
|
#@raise [APIException] an exception from the response status
|
74
74
|
#
|
75
|
-
return self.class.execute("
|
75
|
+
return self.class.execute("a4ca54dc-ba89-418f-b38d-699f32bef089",self)
|
76
76
|
end
|
77
77
|
|
78
78
|
|
@@ -88,7 +88,7 @@ module MasterCard
|
|
88
88
|
#@param Dict mapObj, containing the required parameters to create a new object
|
89
89
|
#@return [Chargebacks] of the response of created instance.
|
90
90
|
#@raise [APIException] an exception from the response status
|
91
|
-
return self.execute("
|
91
|
+
return self.execute("a96bd620-a49d-4222-8065-c0410d980fc7", Chargebacks.new(mapObj))
|
92
92
|
end
|
93
93
|
|
94
94
|
|
@@ -104,7 +104,7 @@ module MasterCard
|
|
104
104
|
#@param Dict mapObj, containing the required parameters to create a new object
|
105
105
|
#@return [Chargebacks] of the response of created instance.
|
106
106
|
#@raise [APIException] an exception from the response status
|
107
|
-
return self.execute("
|
107
|
+
return self.execute("c6cc9f7b-e279-40ce-a9d2-dda490d12825", Chargebacks.new(mapObj))
|
108
108
|
end
|
109
109
|
|
110
110
|
|
@@ -126,7 +126,7 @@ module MasterCard
|
|
126
126
|
#@raise [APIException] an exception from the response status
|
127
127
|
#
|
128
128
|
|
129
|
-
return self.execute("
|
129
|
+
return self.execute("7c26acb2-a9cd-4c05-8314-7147dce0906a",Chargebacks.new(criteria))
|
130
130
|
end
|
131
131
|
|
132
132
|
|
@@ -137,7 +137,7 @@ module MasterCard
|
|
137
137
|
#@param Dict mapObj, containing the required parameters to create a new object
|
138
138
|
#@return [Chargebacks] of the response of created instance.
|
139
139
|
#@raise [APIException] an exception from the response status
|
140
|
-
return self.execute("
|
140
|
+
return self.execute("598dd945-f711-4cf9-8df1-a09579998850", Chargebacks.new(mapObj))
|
141
141
|
end
|
142
142
|
|
143
143
|
|
@@ -154,7 +154,7 @@ module MasterCard
|
|
154
154
|
#@return [Chargebacks] object representing the response.
|
155
155
|
#@raise [APIException] an exception from the response status
|
156
156
|
#
|
157
|
-
return self.class.execute("
|
157
|
+
return self.class.execute("f48cf894-b6b3-454c-b215-94eddabb931a",self)
|
158
158
|
end
|
159
159
|
|
160
160
|
|
@@ -171,7 +171,7 @@ module MasterCard
|
|
171
171
|
#@return [Chargebacks] object representing the response.
|
172
172
|
#@raise [APIException] an exception from the response status
|
173
173
|
#
|
174
|
-
return self.class.execute("
|
174
|
+
return self.class.execute("709d18c2-9fb9-4a29-9cd7-1dd39f26dd64",self)
|
175
175
|
end
|
176
176
|
|
177
177
|
|
@@ -188,7 +188,7 @@ module MasterCard
|
|
188
188
|
#@return [Chargebacks] object representing the response.
|
189
189
|
#@raise [APIException] an exception from the response status
|
190
190
|
#
|
191
|
-
return self.class.execute("
|
191
|
+
return self.class.execute("1e0acfea-d280-4feb-82e7-287e7c8edfc3",self)
|
192
192
|
end
|
193
193
|
|
194
194
|
|
@@ -37,13 +37,13 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
46
|
-
'
|
40
|
+
'551f2e3e-f99b-430b-91df-2303e6487e0c' => OperationConfig.new("/mastercom/v6/chargebacks/debitmc/acknowledge", "update", [], []),
|
41
|
+
'd73251c2-0ee1-421c-bb94-79734a3155a5' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/debitmc", "create", [], []),
|
42
|
+
'a3b6f20d-cb3a-428a-a82f-a81b43d55cdb' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/debitmc/{chargeback-id}/reversal", "create", [], []),
|
43
|
+
'24a1f0a6-2baa-4cfb-871e-6448e9fb4dd8' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/debitmc/{chargeback-id}/documents", "query", [], ["format"]),
|
44
|
+
'3d626b5f-0326-4866-b8da-1501b549a249' => OperationConfig.new("/mastercom/v6/chargebacks/debitmc/imagestatus", "update", [], []),
|
45
|
+
'd89c4a9e-bf03-4004-89c5-10dfcf1a693c' => OperationConfig.new("/mastercom/v6/chargebacks/debitmc/status", "update", [], []),
|
46
|
+
'bc09e5e2-d1e5-47d2-a5ce-0bdf785a2fb1' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/chargebacks/debitmc/{chargeback-id}", "update", [], []),
|
47
47
|
|
48
48
|
}
|
49
49
|
|
@@ -71,7 +71,7 @@ module MasterCard
|
|
71
71
|
#@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response.
|
72
72
|
#@raise [APIException] an exception from the response status
|
73
73
|
#
|
74
|
-
return self.class.execute("
|
74
|
+
return self.class.execute("551f2e3e-f99b-430b-91df-2303e6487e0c",self)
|
75
75
|
end
|
76
76
|
|
77
77
|
|
@@ -87,7 +87,7 @@ module MasterCard
|
|
87
87
|
#@param Dict mapObj, containing the required parameters to create a new object
|
88
88
|
#@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
|
89
89
|
#@raise [APIException] an exception from the response status
|
90
|
-
return self.execute("
|
90
|
+
return self.execute("d73251c2-0ee1-421c-bb94-79734a3155a5", ChargebacksDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
|
91
91
|
end
|
92
92
|
|
93
93
|
|
@@ -103,7 +103,7 @@ module MasterCard
|
|
103
103
|
#@param Dict mapObj, containing the required parameters to create a new object
|
104
104
|
#@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
|
105
105
|
#@raise [APIException] an exception from the response status
|
106
|
-
return self.execute("
|
106
|
+
return self.execute("a3b6f20d-cb3a-428a-a82f-a81b43d55cdb", ChargebacksDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
|
107
107
|
end
|
108
108
|
|
109
109
|
|
@@ -125,7 +125,7 @@ module MasterCard
|
|
125
125
|
#@raise [APIException] an exception from the response status
|
126
126
|
#
|
127
127
|
|
128
|
-
return self.execute("
|
128
|
+
return self.execute("24a1f0a6-2baa-4cfb-871e-6448e9fb4dd8",ChargebacksDebitMasterCardAndEuropeDualAcquirer.new(criteria))
|
129
129
|
end
|
130
130
|
|
131
131
|
|
@@ -137,7 +137,7 @@ module MasterCard
|
|
137
137
|
#@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response.
|
138
138
|
#@raise [APIException] an exception from the response status
|
139
139
|
#
|
140
|
-
return self.class.execute("
|
140
|
+
return self.class.execute("3d626b5f-0326-4866-b8da-1501b549a249",self)
|
141
141
|
end
|
142
142
|
|
143
143
|
|
@@ -154,7 +154,7 @@ module MasterCard
|
|
154
154
|
#@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response.
|
155
155
|
#@raise [APIException] an exception from the response status
|
156
156
|
#
|
157
|
-
return self.class.execute("
|
157
|
+
return self.class.execute("d89c4a9e-bf03-4004-89c5-10dfcf1a693c",self)
|
158
158
|
end
|
159
159
|
|
160
160
|
|
@@ -171,7 +171,7 @@ module MasterCard
|
|
171
171
|
#@return [ChargebacksDebitMasterCardAndEuropeDualAcquirer] object representing the response.
|
172
172
|
#@raise [APIException] an exception from the response status
|
173
173
|
#
|
174
|
-
return self.class.execute("
|
174
|
+
return self.class.execute("bc09e5e2-d1e5-47d2-a5ce-0bdf785a2fb1",self)
|
175
175
|
end
|
176
176
|
|
177
177
|
|
@@ -37,9 +37,9 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
40
|
+
'd73cb7ae-7531-49c3-88af-fa3c7ea2829f' => OperationConfig.new("/mastercom/v6/claims", "create", [], []),
|
41
|
+
'4c9e96c4-4d25-458e-b52b-001695bf0a80' => OperationConfig.new("/mastercom/v6/claims/{claim-id}", "read", [], []),
|
42
|
+
'c0b378c9-b43d-4d4e-b190-5f6172a92130' => OperationConfig.new("/mastercom/v6/claims/{claim-id}", "update", [], []),
|
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 [Claims] of the response of created instance.
|
68
68
|
#@raise [APIException] an exception from the response status
|
69
|
-
return self.execute("
|
69
|
+
return self.execute("d73cb7ae-7531-49c3-88af-fa3c7ea2829f", Claims.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("
|
102
|
+
return self.execute("4c9e96c4-4d25-458e-b52b-001695bf0a80",Claims.new(mapObj))
|
103
103
|
end
|
104
104
|
|
105
105
|
|
@@ -112,7 +112,7 @@ module MasterCard
|
|
112
112
|
#@return [Claims] object representing the response.
|
113
113
|
#@raise [APIException] an exception from the response status
|
114
114
|
#
|
115
|
-
return self.class.execute("
|
115
|
+
return self.class.execute("c0b378c9-b43d-4d4e-b190-5f6172a92130",self)
|
116
116
|
end
|
117
117
|
|
118
118
|
|
@@ -37,8 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'f9726b83-6f84-453e-ade6-eb38fc782e9a' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/fee", "create", [], []),
|
41
|
+
'31520043-9256-4b9e-96e4-60c3db4568d8' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/fees/loaddataforfees", "create", [], []),
|
42
42
|
|
43
43
|
}
|
44
44
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@param Dict mapObj, containing the required parameters to create a new object
|
66
66
|
#@return [Fees] of the response of created instance.
|
67
67
|
#@raise [APIException] an exception from the response status
|
68
|
-
return self.execute("
|
68
|
+
return self.execute("f9726b83-6f84-453e-ade6-eb38fc782e9a", Fees.new(mapObj))
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -81,7 +81,7 @@ module MasterCard
|
|
81
81
|
#@param Dict mapObj, containing the required parameters to create a new object
|
82
82
|
#@return [Fees] of the response of created instance.
|
83
83
|
#@raise [APIException] an exception from the response status
|
84
|
-
return self.execute("
|
84
|
+
return self.execute("31520043-9256-4b9e-96e4-60c3db4568d8", Fees.new(mapObj))
|
85
85
|
end
|
86
86
|
|
87
87
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'2c10f819-45cf-46b7-8ec2-73da57cfaa5b' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/fee/debitmc", "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 [FeesDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
67
|
+
return self.execute("2c10f819-45cf-46b7-8ec2-73da57cfaa5b", FeesDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,8 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'1b9fd569-1901-4fbf-8ccb-f2487f63792a' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/fraud/mastercard", "create", [], []),
|
41
|
+
'b250732f-e090-48b2-8406-2770972948de' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/fraud/loaddataforfraud", "query", [], []),
|
42
42
|
|
43
43
|
}
|
44
44
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@param Dict mapObj, containing the required parameters to create a new object
|
66
66
|
#@return [Fraud] of the response of created instance.
|
67
67
|
#@raise [APIException] an exception from the response status
|
68
|
-
return self.execute("
|
68
|
+
return self.execute("1b9fd569-1901-4fbf-8ccb-f2487f63792a", Fraud.new(mapObj))
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -87,7 +87,7 @@ module MasterCard
|
|
87
87
|
#@raise [APIException] an exception from the response status
|
88
88
|
#
|
89
89
|
|
90
|
-
return self.execute("
|
90
|
+
return self.execute("b250732f-e090-48b2-8406-2770972948de",Fraud.new(criteria))
|
91
91
|
end
|
92
92
|
|
93
93
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'6e01fa71-5229-410a-aabd-9d11f5860adb' => OperationConfig.new("/mastercom/v6/healthcheck", "query", [], []),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -70,7 +70,7 @@ module MasterCard
|
|
70
70
|
#@raise [APIException] an exception from the response status
|
71
71
|
#
|
72
72
|
|
73
|
-
return self.execute("
|
73
|
+
return self.execute("6e01fa71-5229-410a-aabd-9d11f5860adb",HealthCheck.new(criteria))
|
74
74
|
end
|
75
75
|
|
76
76
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'd5c3c3cf-d7cb-4eeb-8914-29ec3dc4431c' => OperationConfig.new("/mastercom/v6/disputes/retrieve", "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 [MigratedDisputes] of the response of created instance.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
67
|
+
return self.execute("d5c3c3cf-d7cb-4eeb-8914-29ec3dc4431c", MigratedDisputes.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,8 +37,9 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'228a66d5-b6db-4045-8aa6-c212f87a506d' => OperationConfig.new("/mastercom/v6/queues", "list", [], ["queue-name"]),
|
41
|
+
'62a84f98-0ac5-41a7-b134-969420806817' => OperationConfig.new("/mastercom/v6/queues", "create", [], []),
|
42
|
+
'bbecac2b-5a38-40ae-a929-358254795900' => OperationConfig.new("/mastercom/v6/queues/names", "list", [], []),
|
42
43
|
|
43
44
|
}
|
44
45
|
|
@@ -69,15 +70,31 @@ module MasterCard
|
|
69
70
|
#@raise [APIException] an exception from the response status
|
70
71
|
|
71
72
|
if criteria.nil?
|
72
|
-
return self.execute("
|
73
|
+
return self.execute("228a66d5-b6db-4045-8aa6-c212f87a506d",Queues.new)
|
73
74
|
else
|
74
|
-
return self.execute("
|
75
|
+
return self.execute("228a66d5-b6db-4045-8aa6-c212f87a506d",Queues.new(criteria))
|
75
76
|
end
|
76
77
|
end
|
77
78
|
|
78
79
|
|
79
80
|
|
80
81
|
|
82
|
+
def self.retrieveClaimsFromQueueWithDateInterval(mapObj)
|
83
|
+
#
|
84
|
+
#Creates object of type Queues
|
85
|
+
#
|
86
|
+
#@param Dict mapObj, containing the required parameters to create a new object
|
87
|
+
#@return [Queues] of the response of created instance.
|
88
|
+
#@raise [APIException] an exception from the response status
|
89
|
+
return self.execute("62a84f98-0ac5-41a7-b134-969420806817", Queues.new(mapObj))
|
90
|
+
end
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
81
98
|
|
82
99
|
|
83
100
|
def self.retrieveQueueNames(criteria = nil)
|
@@ -89,9 +106,9 @@ module MasterCard
|
|
89
106
|
#@raise [APIException] an exception from the response status
|
90
107
|
|
91
108
|
if criteria.nil?
|
92
|
-
return self.execute("
|
109
|
+
return self.execute("bbecac2b-5a38-40ae-a929-358254795900",Queues.new)
|
93
110
|
else
|
94
|
-
return self.execute("
|
111
|
+
return self.execute("bbecac2b-5a38-40ae-a929-358254795900",Queues.new(criteria))
|
95
112
|
end
|
96
113
|
end
|
97
114
|
|
@@ -37,8 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'e4818cbd-5590-4c1c-9825-4ebae21aff5b' => OperationConfig.new("/mastercom/v6/reconreport/data/request", "create", [], []),
|
41
|
+
'624a3e08-fbe2-406d-a6c4-8038a666ec87' => OperationConfig.new("/mastercom/v6/reconreport/data/retrieval/{reportIdentifier}", "create", [], []),
|
42
42
|
|
43
43
|
}
|
44
44
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@param Dict mapObj, containing the required parameters to create a new object
|
66
66
|
#@return [Reconciliation] of the response of created instance.
|
67
67
|
#@raise [APIException] an exception from the response status
|
68
|
-
return self.execute("
|
68
|
+
return self.execute("e4818cbd-5590-4c1c-9825-4ebae21aff5b", Reconciliation.new(mapObj))
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -81,7 +81,7 @@ module MasterCard
|
|
81
81
|
#@param Dict mapObj, containing the required parameters to create a new object
|
82
82
|
#@return [Reconciliation] of the response of created instance.
|
83
83
|
#@raise [APIException] an exception from the response status
|
84
|
-
return self.execute("
|
84
|
+
return self.execute("624a3e08-fbe2-406d-a6c4-8038a666ec87", Reconciliation.new(mapObj))
|
85
85
|
end
|
86
86
|
|
87
87
|
|
@@ -37,13 +37,13 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
46
|
-
'
|
40
|
+
'2ea62802-968c-4849-89c0-36dd722292a8' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/{request-id}/fulfillments", "create", [], []),
|
41
|
+
'ae27698c-326c-4ab4-97b9-e4d943d07700' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests", "create", [], []),
|
42
|
+
'3433bb2e-a862-4c7b-998e-e0383149b5c1' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/loaddataforretrievalrequests", "query", [], []),
|
43
|
+
'abd937f5-a369-4d54-affa-11ad9dc41bed' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/{request-id}/documents", "query", [], ["format"]),
|
44
|
+
'f33b97f8-fa62-44b6-af19-31f76ce0975f' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/{request-id}/fulfillments/response", "create", [], []),
|
45
|
+
'c2be8087-eed2-4987-ae7a-b23a67804389' => OperationConfig.new("/mastercom/v6/retrievalrequests/imagestatus", "update", [], []),
|
46
|
+
'24de8e0b-a150-4897-90b3-c912ff2fd463' => OperationConfig.new("/mastercom/v6/retrievalrequests/status", "update", [], []),
|
47
47
|
|
48
48
|
}
|
49
49
|
|
@@ -70,7 +70,7 @@ module MasterCard
|
|
70
70
|
#@param Dict mapObj, containing the required parameters to create a new object
|
71
71
|
#@return [Retrievals] of the response of created instance.
|
72
72
|
#@raise [APIException] an exception from the response status
|
73
|
-
return self.execute("
|
73
|
+
return self.execute("2ea62802-968c-4849-89c0-36dd722292a8", Retrievals.new(mapObj))
|
74
74
|
end
|
75
75
|
|
76
76
|
|
@@ -86,7 +86,7 @@ module MasterCard
|
|
86
86
|
#@param Dict mapObj, containing the required parameters to create a new object
|
87
87
|
#@return [Retrievals] of the response of created instance.
|
88
88
|
#@raise [APIException] an exception from the response status
|
89
|
-
return self.execute("
|
89
|
+
return self.execute("ae27698c-326c-4ab4-97b9-e4d943d07700", Retrievals.new(mapObj))
|
90
90
|
end
|
91
91
|
|
92
92
|
|
@@ -108,7 +108,7 @@ module MasterCard
|
|
108
108
|
#@raise [APIException] an exception from the response status
|
109
109
|
#
|
110
110
|
|
111
|
-
return self.execute("
|
111
|
+
return self.execute("3433bb2e-a862-4c7b-998e-e0383149b5c1",Retrievals.new(criteria))
|
112
112
|
end
|
113
113
|
|
114
114
|
|
@@ -125,7 +125,7 @@ module MasterCard
|
|
125
125
|
#@raise [APIException] an exception from the response status
|
126
126
|
#
|
127
127
|
|
128
|
-
return self.execute("
|
128
|
+
return self.execute("abd937f5-a369-4d54-affa-11ad9dc41bed",Retrievals.new(criteria))
|
129
129
|
end
|
130
130
|
|
131
131
|
|
@@ -136,7 +136,7 @@ module MasterCard
|
|
136
136
|
#@param Dict mapObj, containing the required parameters to create a new object
|
137
137
|
#@return [Retrievals] of the response of created instance.
|
138
138
|
#@raise [APIException] an exception from the response status
|
139
|
-
return self.execute("
|
139
|
+
return self.execute("f33b97f8-fa62-44b6-af19-31f76ce0975f", Retrievals.new(mapObj))
|
140
140
|
end
|
141
141
|
|
142
142
|
|
@@ -153,7 +153,7 @@ module MasterCard
|
|
153
153
|
#@return [Retrievals] object representing the response.
|
154
154
|
#@raise [APIException] an exception from the response status
|
155
155
|
#
|
156
|
-
return self.class.execute("
|
156
|
+
return self.class.execute("c2be8087-eed2-4987-ae7a-b23a67804389",self)
|
157
157
|
end
|
158
158
|
|
159
159
|
|
@@ -170,7 +170,7 @@ module MasterCard
|
|
170
170
|
#@return [Retrievals] object representing the response.
|
171
171
|
#@raise [APIException] an exception from the response status
|
172
172
|
#
|
173
|
-
return self.class.execute("
|
173
|
+
return self.class.execute("24de8e0b-a150-4897-90b3-c912ff2fd463",self)
|
174
174
|
end
|
175
175
|
|
176
176
|
|
@@ -37,12 +37,12 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
40
|
+
'3e776b9e-a523-464a-bca8-6c864bc997d5' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/debitmc/{request-id}/fulfillments", "create", [], []),
|
41
|
+
'f9ed9ce3-932e-49d9-8be7-e9f0efee301d' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/debitmc", "create", [], []),
|
42
|
+
'e1e58ef2-4790-4ba4-afbb-acff59f08965' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/debitmc/{request-id}/documents", "query", [], ["format"]),
|
43
|
+
'a0a85d7a-3c1a-48ac-a325-d1871059a728' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/retrievalrequests/debitmc/{request-id}/fulfillments/response", "create", [], []),
|
44
|
+
'b9b23df9-beba-418d-8860-a4f366e93af1' => OperationConfig.new("/mastercom/v6/retrievalrequests/debitmc/imagestatus", "update", [], []),
|
45
|
+
'394df995-8759-46ef-9191-e37a1986ca67' => OperationConfig.new("/mastercom/v6/retrievalrequests/debitmc/status", "update", [], []),
|
46
46
|
|
47
47
|
}
|
48
48
|
|
@@ -69,7 +69,7 @@ module MasterCard
|
|
69
69
|
#@param Dict mapObj, containing the required parameters to create a new object
|
70
70
|
#@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
|
71
71
|
#@raise [APIException] an exception from the response status
|
72
|
-
return self.execute("
|
72
|
+
return self.execute("3e776b9e-a523-464a-bca8-6c864bc997d5", RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
|
73
73
|
end
|
74
74
|
|
75
75
|
|
@@ -85,7 +85,7 @@ module MasterCard
|
|
85
85
|
#@param Dict mapObj, containing the required parameters to create a new object
|
86
86
|
#@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
|
87
87
|
#@raise [APIException] an exception from the response status
|
88
|
-
return self.execute("
|
88
|
+
return self.execute("f9ed9ce3-932e-49d9-8be7-e9f0efee301d", RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
|
89
89
|
end
|
90
90
|
|
91
91
|
|
@@ -107,7 +107,7 @@ module MasterCard
|
|
107
107
|
#@raise [APIException] an exception from the response status
|
108
108
|
#
|
109
109
|
|
110
|
-
return self.execute("
|
110
|
+
return self.execute("e1e58ef2-4790-4ba4-afbb-acff59f08965",RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(criteria))
|
111
111
|
end
|
112
112
|
|
113
113
|
|
@@ -118,7 +118,7 @@ module MasterCard
|
|
118
118
|
#@param Dict mapObj, containing the required parameters to create a new object
|
119
119
|
#@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
|
120
120
|
#@raise [APIException] an exception from the response status
|
121
|
-
return self.execute("
|
121
|
+
return self.execute("a0a85d7a-3c1a-48ac-a325-d1871059a728", RetrievalsDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
|
122
122
|
end
|
123
123
|
|
124
124
|
|
@@ -135,7 +135,7 @@ module MasterCard
|
|
135
135
|
#@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] object representing the response.
|
136
136
|
#@raise [APIException] an exception from the response status
|
137
137
|
#
|
138
|
-
return self.class.execute("
|
138
|
+
return self.class.execute("b9b23df9-beba-418d-8860-a4f366e93af1",self)
|
139
139
|
end
|
140
140
|
|
141
141
|
|
@@ -152,7 +152,7 @@ module MasterCard
|
|
152
152
|
#@return [RetrievalsDebitMasterCardAndEuropeDualAcquirer] object representing the response.
|
153
153
|
#@raise [APIException] an exception from the response status
|
154
154
|
#
|
155
|
-
return self.class.execute("
|
155
|
+
return self.class.execute("394df995-8759-46ef-9191-e37a1986ca67",self)
|
156
156
|
end
|
157
157
|
|
158
158
|
|
@@ -37,9 +37,9 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
40
|
+
'bcd043b0-9b77-4455-8ad4-2bf606703c84' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/transactions/clearing/{transaction-id}", "read", [], []),
|
41
|
+
'9393bd03-87e5-49c0-b931-a4e54dc8ae97' => OperationConfig.new("/mastercom/v6/claims/{claim-id}/transactions/authorization/{transaction-id}", "read", [], []),
|
42
|
+
'1d5ea60a-6b52-4e2b-993c-b66aa11dec90' => OperationConfig.new("/mastercom/v6/transactions/search", "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("
|
86
|
+
return self.execute("bcd043b0-9b77-4455-8ad4-2bf606703c84",Transactions.new(mapObj))
|
87
87
|
end
|
88
88
|
|
89
89
|
|
@@ -112,7 +112,7 @@ module MasterCard
|
|
112
112
|
end
|
113
113
|
end
|
114
114
|
|
115
|
-
return self.execute("
|
115
|
+
return self.execute("9393bd03-87e5-49c0-b931-a4e54dc8ae97",Transactions.new(mapObj))
|
116
116
|
end
|
117
117
|
|
118
118
|
|
@@ -124,7 +124,7 @@ module MasterCard
|
|
124
124
|
#@param Dict mapObj, containing the required parameters to create a new object
|
125
125
|
#@return [Transactions] of the response of created instance.
|
126
126
|
#@raise [APIException] an exception from the response status
|
127
|
-
return self.execute("
|
127
|
+
return self.execute("1d5ea60a-6b52-4e2b-993c-b66aa11dec90", Transactions.new(mapObj))
|
128
128
|
end
|
129
129
|
|
130
130
|
|
@@ -37,8 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'f92e2c0a-a494-4548-8844-d1d852d4a1ce' => OperationConfig.new("/mastercom/v6/{claim-id}/transactions/debitmc/detail", "query", [], []),
|
41
|
+
'33e6c8c4-5752-4d79-9fde-7b72e609350c' => OperationConfig.new("/mastercom/v6/transactions/debitmc/search", "create", [], []),
|
42
42
|
|
43
43
|
}
|
44
44
|
|
@@ -71,7 +71,7 @@ module MasterCard
|
|
71
71
|
#@raise [APIException] an exception from the response status
|
72
72
|
#
|
73
73
|
|
74
|
-
return self.execute("
|
74
|
+
return self.execute("f92e2c0a-a494-4548-8844-d1d852d4a1ce",TransactionsDebitMasterCardAndEuropeDualAcquirer.new(criteria))
|
75
75
|
end
|
76
76
|
|
77
77
|
|
@@ -82,7 +82,7 @@ module MasterCard
|
|
82
82
|
#@param Dict mapObj, containing the required parameters to create a new object
|
83
83
|
#@return [TransactionsDebitMasterCardAndEuropeDualAcquirer] of the response of created instance.
|
84
84
|
#@raise [APIException] an exception from the response status
|
85
|
-
return self.execute("
|
85
|
+
return self.execute("33e6c8c4-5752-4d79-9fde-7b72e609350c", TransactionsDebitMasterCardAndEuropeDualAcquirer.new(mapObj))
|
86
86
|
end
|
87
87
|
|
88
88
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mastercard_mastercom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MasterCard Worldwide
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mastercard_api_core
|