mastercard_disbursements 1.0.4 → 1.0.5
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/disbursements/accountbalance.rb +4 -4
- data/lib/mastercard/api/disbursements/accountinfo.rb +2 -2
- data/lib/mastercard/api/disbursements/accountmapping.rb +2 -2
- data/lib/mastercard/api/disbursements/accountverification.rb +2 -2
- data/lib/mastercard/api/disbursements/consumer.rb +13 -13
- data/lib/mastercard/api/disbursements/consumeraccount.rb +11 -11
- data/lib/mastercard/api/disbursements/consumercontactid.rb +11 -11
- data/lib/mastercard/api/disbursements/consumergovernmentid.rb +11 -11
- data/lib/mastercard/api/disbursements/disbursement.rb +6 -6
- data/lib/mastercard/api/disbursements/resourceconfig.rb +1 -1
- data/lib/mastercard/api/disbursements/sanctionscreening.rb +2 -2
- data/lib/mastercard/api/disbursements/transfernotification.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82ea218d0206e8a91de58e0fab23b7a42fbf6dba
|
4
|
+
data.tar.gz: 410ab6f9579ec5d96ffb802b8d7f5b1163b982ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbd686e1a04e29630a88242a962fb8be933078baecee9590cfebe79547795c779a096ad24c4984693c00884f2da90c40521b28b9f2eafcd6a94853bd2348269c
|
7
|
+
data.tar.gz: 4fb3be08e46fcad6e885fbffe97c95fb82592d93d44cf287ad84c373bbc72b75a1697fce344afc517da9218cfd86090fb96984808f036be3b24469fdc40e9995
|
@@ -37,8 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'c23ea0db-0a74-4068-a991-459fdda1dd47' => OperationConfig.new("/send/v1/partners/{partnerId}/non-card-tokens/{non-card-tokens}/account-balance", "query", [], []),
|
41
|
+
'ef5bdb37-2858-442f-b435-0e4261a12213' => OperationConfig.new("/send/v1/partners/{partnerId}/account-balances", "query", [], []),
|
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("c23ea0db-0a74-4068-a991-459fdda1dd47",AccountBalance.new(criteria))
|
75
75
|
end
|
76
76
|
|
77
77
|
|
@@ -88,7 +88,7 @@ module MasterCard
|
|
88
88
|
#@raise [APIException] an exception from the response status
|
89
89
|
#
|
90
90
|
|
91
|
-
return self.execute("
|
91
|
+
return self.execute("ef5bdb37-2858-442f-b435-0e4261a12213",AccountBalance.new(criteria))
|
92
92
|
end
|
93
93
|
|
94
94
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'6884b6b6-c692-40f5-940c-70e638893387' => OperationConfig.new("/send/#env/v1/partners/{partnerId}/accounts/account-info", "update", [], ["fields"]),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@return [AccountInfo] object representing the response.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
67
|
#
|
68
|
-
return self.class.execute("
|
68
|
+
return self.class.execute("6884b6b6-c692-40f5-940c-70e638893387",self)
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'3940c774-41ed-482e-b678-289754cb2582' => OperationConfig.new("/send/v1/partners/{partnerId}/account-mapping", "update", [], []),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@return [AccountMapping] object representing the response.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
67
|
#
|
68
|
-
return self.class.execute("
|
68
|
+
return self.class.execute("3940c774-41ed-482e-b678-289754cb2582",self)
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'ec5ee1a2-524a-4bcd-86c8-40829e9e44ae' => OperationConfig.new("/send/#env/v1/partners/{partnerId}/accounts/account-verification", "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 [AccountVerification] of the response of created instance.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
67
|
+
return self.execute("ec5ee1a2-524a-4bcd-86c8-40829e9e44ae", AccountVerification.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,12 +37,12 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
40
|
+
'812eb7a6-1f1e-4614-9186-46d9f71cd632' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}", "delete", [], []),
|
41
|
+
'060a89d2-6b1e-4c2c-b9fa-015a2995e08a' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers", "create", [], []),
|
42
|
+
'ea1c313f-91b4-47cb-9ecc-85af9a19b4cb' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}", "read", [], []),
|
43
|
+
'c88785fc-be1a-4880-a652-ff3c2f12d57a' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers", "query", [], ["ref","contact_id_uri"]),
|
44
|
+
'781f8c6d-3a95-4428-a286-c6cd85e23cbc' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/search", "create", [], []),
|
45
|
+
'68aa19c2-4fdb-4ed4-8ed2-4fbd372fecc6' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}", "update", [], []),
|
46
46
|
|
47
47
|
}
|
48
48
|
|
@@ -86,7 +86,7 @@ module MasterCard
|
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
|
-
return self.execute("
|
89
|
+
return self.execute("812eb7a6-1f1e-4614-9186-46d9f71cd632", mapObj)
|
90
90
|
end
|
91
91
|
|
92
92
|
|
@@ -99,7 +99,7 @@ module MasterCard
|
|
99
99
|
#@raise [APIException] an exception from the response status
|
100
100
|
#
|
101
101
|
|
102
|
-
return self.class.execute("
|
102
|
+
return self.class.execute("812eb7a6-1f1e-4614-9186-46d9f71cd632", self)
|
103
103
|
end
|
104
104
|
|
105
105
|
|
@@ -112,7 +112,7 @@ module MasterCard
|
|
112
112
|
#@param Dict mapObj, containing the required parameters to create a new object
|
113
113
|
#@return [Consumer] of the response of created instance.
|
114
114
|
#@raise [APIException] an exception from the response status
|
115
|
-
return self.execute("
|
115
|
+
return self.execute("060a89d2-6b1e-4c2c-b9fa-015a2995e08a", Consumer.new(mapObj))
|
116
116
|
end
|
117
117
|
|
118
118
|
|
@@ -145,7 +145,7 @@ module MasterCard
|
|
145
145
|
end
|
146
146
|
end
|
147
147
|
|
148
|
-
return self.execute("
|
148
|
+
return self.execute("ea1c313f-91b4-47cb-9ecc-85af9a19b4cb",Consumer.new(mapObj))
|
149
149
|
end
|
150
150
|
|
151
151
|
|
@@ -163,7 +163,7 @@ module MasterCard
|
|
163
163
|
#@raise [APIException] an exception from the response status
|
164
164
|
#
|
165
165
|
|
166
|
-
return self.execute("
|
166
|
+
return self.execute("c88785fc-be1a-4880-a652-ff3c2f12d57a",Consumer.new(criteria))
|
167
167
|
end
|
168
168
|
|
169
169
|
|
@@ -174,7 +174,7 @@ module MasterCard
|
|
174
174
|
#@param Dict mapObj, containing the required parameters to create a new object
|
175
175
|
#@return [Consumer] of the response of created instance.
|
176
176
|
#@raise [APIException] an exception from the response status
|
177
|
-
return self.execute("
|
177
|
+
return self.execute("781f8c6d-3a95-4428-a286-c6cd85e23cbc", Consumer.new(mapObj))
|
178
178
|
end
|
179
179
|
|
180
180
|
|
@@ -191,7 +191,7 @@ module MasterCard
|
|
191
191
|
#@return [Consumer] object representing the response.
|
192
192
|
#@raise [APIException] an exception from the response status
|
193
193
|
#
|
194
|
-
return self.class.execute("
|
194
|
+
return self.class.execute("68aa19c2-4fdb-4ed4-8ed2-4fbd372fecc6",self)
|
195
195
|
end
|
196
196
|
|
197
197
|
|
@@ -37,11 +37,11 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
40
|
+
'04b16f75-0ef9-46ca-aee5-517ffb2e5609' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/accounts", "create", [], []),
|
41
|
+
'33425a3c-6efb-4d84-aaa6-376b0d5a395b' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/accounts/{accountId}", "delete", [], []),
|
42
|
+
'f2686f52-4353-47a8-b347-db7cf76880ce' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/accounts/{accountId}", "read", [], []),
|
43
|
+
'b520f4a3-26a4-4231-b913-aace08a3c25f' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/accounts", "query", [], ["ref"]),
|
44
|
+
'eb17f0cf-7a35-4423-b268-a296f065fe91' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/accounts/{accountId}", "update", [], []),
|
45
45
|
|
46
46
|
}
|
47
47
|
|
@@ -68,7 +68,7 @@ module MasterCard
|
|
68
68
|
#@param Dict mapObj, containing the required parameters to create a new object
|
69
69
|
#@return [ConsumerAccount] of the response of created instance.
|
70
70
|
#@raise [APIException] an exception from the response status
|
71
|
-
return self.execute("
|
71
|
+
return self.execute("04b16f75-0ef9-46ca-aee5-517ffb2e5609", ConsumerAccount.new(mapObj))
|
72
72
|
end
|
73
73
|
|
74
74
|
|
@@ -101,7 +101,7 @@ module MasterCard
|
|
101
101
|
end
|
102
102
|
end
|
103
103
|
|
104
|
-
return self.execute("
|
104
|
+
return self.execute("33425a3c-6efb-4d84-aaa6-376b0d5a395b", mapObj)
|
105
105
|
end
|
106
106
|
|
107
107
|
|
@@ -114,7 +114,7 @@ module MasterCard
|
|
114
114
|
#@raise [APIException] an exception from the response status
|
115
115
|
#
|
116
116
|
|
117
|
-
return self.class.execute("
|
117
|
+
return self.class.execute("33425a3c-6efb-4d84-aaa6-376b0d5a395b", self)
|
118
118
|
end
|
119
119
|
|
120
120
|
|
@@ -144,7 +144,7 @@ module MasterCard
|
|
144
144
|
end
|
145
145
|
end
|
146
146
|
|
147
|
-
return self.execute("
|
147
|
+
return self.execute("f2686f52-4353-47a8-b347-db7cf76880ce",ConsumerAccount.new(mapObj))
|
148
148
|
end
|
149
149
|
|
150
150
|
|
@@ -162,7 +162,7 @@ module MasterCard
|
|
162
162
|
#@raise [APIException] an exception from the response status
|
163
163
|
#
|
164
164
|
|
165
|
-
return self.execute("
|
165
|
+
return self.execute("b520f4a3-26a4-4231-b913-aace08a3c25f",ConsumerAccount.new(criteria))
|
166
166
|
end
|
167
167
|
|
168
168
|
|
@@ -174,7 +174,7 @@ module MasterCard
|
|
174
174
|
#@return [ConsumerAccount] object representing the response.
|
175
175
|
#@raise [APIException] an exception from the response status
|
176
176
|
#
|
177
|
-
return self.class.execute("
|
177
|
+
return self.class.execute("eb17f0cf-7a35-4423-b268-a296f065fe91",self)
|
178
178
|
end
|
179
179
|
|
180
180
|
|
@@ -37,11 +37,11 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
40
|
+
'57795a8d-8a16-4327-9c3a-ea3d849f19e6' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/contact_ids", "create", [], []),
|
41
|
+
'86cc8af0-9c9f-45af-b9e2-d385a8a3feea' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/contact_ids/{contactId}", "delete", [], []),
|
42
|
+
'2eec4850-b43c-4621-970b-83903e304748' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/contact_ids/{contactId}", "read", [], []),
|
43
|
+
'c9f54087-7efc-4951-bbfc-ed0f3890023f' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/contact_ids", "query", [], []),
|
44
|
+
'cd34abcd-0b8e-4871-8919-28042b12efbf' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/contact_ids/{contactId}", "update", [], []),
|
45
45
|
|
46
46
|
}
|
47
47
|
|
@@ -68,7 +68,7 @@ module MasterCard
|
|
68
68
|
#@param Dict mapObj, containing the required parameters to create a new object
|
69
69
|
#@return [ConsumerContactID] of the response of created instance.
|
70
70
|
#@raise [APIException] an exception from the response status
|
71
|
-
return self.execute("
|
71
|
+
return self.execute("57795a8d-8a16-4327-9c3a-ea3d849f19e6", ConsumerContactID.new(mapObj))
|
72
72
|
end
|
73
73
|
|
74
74
|
|
@@ -101,7 +101,7 @@ module MasterCard
|
|
101
101
|
end
|
102
102
|
end
|
103
103
|
|
104
|
-
return self.execute("
|
104
|
+
return self.execute("86cc8af0-9c9f-45af-b9e2-d385a8a3feea", mapObj)
|
105
105
|
end
|
106
106
|
|
107
107
|
|
@@ -114,7 +114,7 @@ module MasterCard
|
|
114
114
|
#@raise [APIException] an exception from the response status
|
115
115
|
#
|
116
116
|
|
117
|
-
return self.class.execute("
|
117
|
+
return self.class.execute("86cc8af0-9c9f-45af-b9e2-d385a8a3feea", self)
|
118
118
|
end
|
119
119
|
|
120
120
|
|
@@ -144,7 +144,7 @@ module MasterCard
|
|
144
144
|
end
|
145
145
|
end
|
146
146
|
|
147
|
-
return self.execute("
|
147
|
+
return self.execute("2eec4850-b43c-4621-970b-83903e304748",ConsumerContactID.new(mapObj))
|
148
148
|
end
|
149
149
|
|
150
150
|
|
@@ -162,7 +162,7 @@ module MasterCard
|
|
162
162
|
#@raise [APIException] an exception from the response status
|
163
163
|
#
|
164
164
|
|
165
|
-
return self.execute("
|
165
|
+
return self.execute("c9f54087-7efc-4951-bbfc-ed0f3890023f",ConsumerContactID.new(criteria))
|
166
166
|
end
|
167
167
|
|
168
168
|
|
@@ -174,7 +174,7 @@ module MasterCard
|
|
174
174
|
#@return [ConsumerContactID] object representing the response.
|
175
175
|
#@raise [APIException] an exception from the response status
|
176
176
|
#
|
177
|
-
return self.class.execute("
|
177
|
+
return self.class.execute("cd34abcd-0b8e-4871-8919-28042b12efbf",self)
|
178
178
|
end
|
179
179
|
|
180
180
|
|
@@ -37,11 +37,11 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
40
|
+
'55637535-fea5-4ca0-bbb5-dbc2e97b923e' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/government_ids", "create", [], []),
|
41
|
+
'cddc7e6b-6095-4d8c-8535-0f9e670b27a7' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/government_ids/{governmentId}", "delete", [], []),
|
42
|
+
'26bc0a45-8a40-4933-aeed-e0810825cec6' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/government_ids/{governmentId}", "read", [], []),
|
43
|
+
'31feb73f-3c40-4c46-8f19-6feb94d98817' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/government_ids", "query", [], []),
|
44
|
+
'b3cc30a7-6397-468f-a034-12a8192c5816' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/{consumerId}/government_ids/{governmentId}", "update", [], []),
|
45
45
|
|
46
46
|
}
|
47
47
|
|
@@ -68,7 +68,7 @@ module MasterCard
|
|
68
68
|
#@param Dict mapObj, containing the required parameters to create a new object
|
69
69
|
#@return [ConsumerGovernmentID] of the response of created instance.
|
70
70
|
#@raise [APIException] an exception from the response status
|
71
|
-
return self.execute("
|
71
|
+
return self.execute("55637535-fea5-4ca0-bbb5-dbc2e97b923e", ConsumerGovernmentID.new(mapObj))
|
72
72
|
end
|
73
73
|
|
74
74
|
|
@@ -101,7 +101,7 @@ module MasterCard
|
|
101
101
|
end
|
102
102
|
end
|
103
103
|
|
104
|
-
return self.execute("
|
104
|
+
return self.execute("cddc7e6b-6095-4d8c-8535-0f9e670b27a7", mapObj)
|
105
105
|
end
|
106
106
|
|
107
107
|
|
@@ -114,7 +114,7 @@ module MasterCard
|
|
114
114
|
#@raise [APIException] an exception from the response status
|
115
115
|
#
|
116
116
|
|
117
|
-
return self.class.execute("
|
117
|
+
return self.class.execute("cddc7e6b-6095-4d8c-8535-0f9e670b27a7", self)
|
118
118
|
end
|
119
119
|
|
120
120
|
|
@@ -144,7 +144,7 @@ module MasterCard
|
|
144
144
|
end
|
145
145
|
end
|
146
146
|
|
147
|
-
return self.execute("
|
147
|
+
return self.execute("26bc0a45-8a40-4933-aeed-e0810825cec6",ConsumerGovernmentID.new(mapObj))
|
148
148
|
end
|
149
149
|
|
150
150
|
|
@@ -162,7 +162,7 @@ module MasterCard
|
|
162
162
|
#@raise [APIException] an exception from the response status
|
163
163
|
#
|
164
164
|
|
165
|
-
return self.execute("
|
165
|
+
return self.execute("31feb73f-3c40-4c46-8f19-6feb94d98817",ConsumerGovernmentID.new(criteria))
|
166
166
|
end
|
167
167
|
|
168
168
|
|
@@ -174,7 +174,7 @@ module MasterCard
|
|
174
174
|
#@return [ConsumerGovernmentID] object representing the response.
|
175
175
|
#@raise [APIException] an exception from the response status
|
176
176
|
#
|
177
|
-
return self.class.execute("
|
177
|
+
return self.class.execute("b3cc30a7-6397-468f-a034-12a8192c5816",self)
|
178
178
|
end
|
179
179
|
|
180
180
|
|
@@ -37,9 +37,9 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
40
|
+
'e68fbe8c-cb94-4ba0-8a3a-18839336e982' => OperationConfig.new("/send/#env/v1/partners/{partnerId}/disbursements/{disbursementId}", "read", [], []),
|
41
|
+
'66ab18ea-060e-4467-8e1b-391a8163ff1f' => OperationConfig.new("/send/#env/v1/partners/{partnerId}/disbursements", "query", [], ["ref"]),
|
42
|
+
'7ce1c27d-6eae-44d0-b5db-01962d26b994' => OperationConfig.new("/send/#env/v1/partners/{partnerId}/disbursements/payment", "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("e68fbe8c-cb94-4ba0-8a3a-18839336e982",Disbursement.new(mapObj))
|
87
87
|
end
|
88
88
|
|
89
89
|
|
@@ -101,7 +101,7 @@ module MasterCard
|
|
101
101
|
#@raise [APIException] an exception from the response status
|
102
102
|
#
|
103
103
|
|
104
|
-
return self.execute("
|
104
|
+
return self.execute("66ab18ea-060e-4467-8e1b-391a8163ff1f",Disbursement.new(criteria))
|
105
105
|
end
|
106
106
|
|
107
107
|
|
@@ -112,7 +112,7 @@ module MasterCard
|
|
112
112
|
#@param Dict mapObj, containing the required parameters to create a new object
|
113
113
|
#@return [Disbursement] of the response of created instance.
|
114
114
|
#@raise [APIException] an exception from the response status
|
115
|
-
return self.execute("
|
115
|
+
return self.execute("7ce1c27d-6eae-44d0-b5db-01962d26b994", Disbursement.new(mapObj))
|
116
116
|
end
|
117
117
|
|
118
118
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'5e7f74e8-3dc4-4b11-afad-2289b71ce2a7' => OperationConfig.new("/send/v1/partners/{partnerId}/consumers/sanction_screening", "update", [], []),
|
41
41
|
|
42
42
|
}
|
43
43
|
|
@@ -65,7 +65,7 @@ module MasterCard
|
|
65
65
|
#@return [SanctionScreening] object representing the response.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
67
|
#
|
68
|
-
return self.class.execute("
|
68
|
+
return self.class.execute("5e7f74e8-3dc4-4b11-afad-2289b71ce2a7",self)
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'7902c32d-4450-45e7-ab13-8c13d6fa760c' => OperationConfig.new("/inbound/notification/v1/", "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 [TransferNotification] of the response of created instance.
|
66
66
|
#@raise [APIException] an exception from the response status
|
67
|
-
return self.execute("
|
67
|
+
return self.execute("7902c32d-4450-45e7-ab13-8c13d6fa760c", TransferNotification.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_disbursements
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MasterCard Worldwide
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mastercard_api_core
|