mastercard_disbursements 1.0.6 → 1.0.7
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/disbursement.rb +6 -6
- data/lib/mastercard/api/disbursements/resourceconfig.rb +1 -1
- data/lib/mastercard/api/disbursements/transfernotification.rb +2 -2
- 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: b2c364a6c2602a13bc9767f5ec4578ed5dc817fd330277f00bda84d56129904e
|
4
|
+
data.tar.gz: e772a0b104b1fd0cd364881eadec0ff9614d3f5e84527f4444a1e353ec41daf8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0ae81213372ad62b249e05cc35f2e1c7317b79f9ac553fc24bdad76638fc0ea9e698c6992104615d19b5a58a5c6eb3b6b2233d8e978235b0704e01ea637db50
|
7
|
+
data.tar.gz: b79513e5c2d4b0f1f64f707b41ee0c4f36754677168c89675eeab3820e2d4fa0671d5ee427f47c6404fe1ccf46bb47daf0ee280396760508d3896a6916c4d5e3
|
@@ -37,8 +37,8 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
40
|
+
'e8790d95-8064-42fb-b6fc-ba12d2e8272f' => OperationConfig.new("/send/v1/partners/{partnerId}/non-card-tokens/{nonCardToken}/account-balance", "query", [], []),
|
41
|
+
'4bb7d502-36c3-4875-a8e2-a8cf8a1f96ad' => 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("e8790d95-8064-42fb-b6fc-ba12d2e8272f",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("4bb7d502-36c3-4875-a8e2-a8cf8a1f96ad",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
|
+
'b3cb4fc3-1abb-44a3-bb8f-fcd9c4602b72' => 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("b3cb4fc3-1abb-44a3-bb8f-fcd9c4602b72",self)
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'849bb4fc-a04c-4ebc-9ad1-f70023979027' => 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("849bb4fc-a04c-4ebc-9ad1-f70023979027",self)
|
69
69
|
end
|
70
70
|
|
71
71
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'3c404629-e8fe-41d4-8bd4-5d37b6a3a470' => 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("3c404629-e8fe-41d4-8bd4-5d37b6a3a470", AccountVerification.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,9 +37,9 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
40
|
+
'd018ef6c-ee84-488f-bec5-92bf2958ce1a' => OperationConfig.new("/send/#env/v1/partners/{partnerId}/disbursements/{disbursementId}", "read", [], []),
|
41
|
+
'35a14322-0aba-4976-bbd3-9652b9f77c31' => OperationConfig.new("/send/#env/v1/partners/{partnerId}/disbursements", "query", [], ["ref"]),
|
42
|
+
'f12ff652-6ede-43e6-bce5-d3f973b474dc' => 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("d018ef6c-ee84-488f-bec5-92bf2958ce1a",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("35a14322-0aba-4976-bbd3-9652b9f77c31",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("f12ff652-6ede-43e6-bce5-d3f973b474dc", 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
|
+
'f11399f5-9aa1-49b2-aa36-caac057739bf' => 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("f11399f5-9aa1-49b2-aa36-caac057739bf", 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.7
|
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-05-
|
11
|
+
date: 2019-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mastercard_api_core
|