amazon-fps-ruby 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +1 -0
- data/History.txt +10 -0
- data/INSTALL +48 -0
- data/LICENSE +21 -0
- data/Manifest.txt +23 -0
- data/README.txt +38 -0
- data/Rakefile +20 -0
- data/TODO +3 -0
- data/cache/AmazonFPS.wsdl +579 -0
- data/cache/AmazonFPS.xsd +982 -0
- data/certs/afps-sdk-keystore.p12 +0 -0
- data/certs/aws.cer +16 -0
- data/certs/aws.cer.key +14 -0
- data/examples/README.txt +1 -0
- data/examples/generated_client.rb +349 -0
- data/lib/AmazonFPSClient.rb +360 -0
- data/lib/amazon_fps.rb +90 -0
- data/lib/aws_credentials.rb +41 -0
- data/lib/default.rb +1766 -0
- data/lib/defaultDriver.rb +273 -0
- data/lib/defaultMappingRegistry.rb +1364 -0
- data/lib/rexml_extensions.rb +17 -0
- data/test/test_amazon_fps.rb +85 -0
- metadata +108 -0
@@ -0,0 +1,273 @@
|
|
1
|
+
require 'default.rb'
|
2
|
+
require 'defaultMappingRegistry.rb'
|
3
|
+
require 'wss4r/rpc/wssdriver.rb'
|
4
|
+
|
5
|
+
# Auto-generated from wsdl2ruby.rb. Sets up the method bindings to map
|
6
|
+
# Amazon AWS methods to our AmazonFPS methods
|
7
|
+
class AmazonFPSPortType < ::SOAP::RPC::Driver
|
8
|
+
DefaultEndpointUrl = "https://fps.amazonaws.com"
|
9
|
+
|
10
|
+
Methods = [
|
11
|
+
[ "urn:InstallPaymentInstructionBatch",
|
12
|
+
"installPaymentInstructionBatch",
|
13
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "InstallPaymentInstructionBatchRequest"]],
|
14
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "InstallPaymentInstructionBatchResponse"]] ],
|
15
|
+
{ :request_style => :document, :request_use => :literal,
|
16
|
+
:response_style => :document, :response_use => :literal,
|
17
|
+
:faults => {} }
|
18
|
+
],
|
19
|
+
[ "urn:InstallPaymentInstruction",
|
20
|
+
"installPaymentInstruction",
|
21
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "InstallPaymentInstructionRequest"]],
|
22
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "InstallPaymentInstructionResponse"]] ],
|
23
|
+
{ :request_style => :document, :request_use => :literal,
|
24
|
+
:response_style => :document, :response_use => :literal,
|
25
|
+
:faults => {} }
|
26
|
+
],
|
27
|
+
[ "urn:GetTokenUsage",
|
28
|
+
"getTokenUsage",
|
29
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTokenUsageRequest"]],
|
30
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTokenUsageResponse"]] ],
|
31
|
+
{ :request_style => :document, :request_use => :literal,
|
32
|
+
:response_style => :document, :response_use => :literal,
|
33
|
+
:faults => {} }
|
34
|
+
],
|
35
|
+
[ "urn:GetPrepaidBalance",
|
36
|
+
"getPrepaidBalance",
|
37
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetPrepaidBalanceRequest"]],
|
38
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetPrepaidBalanceResponse"]] ],
|
39
|
+
{ :request_style => :document, :request_use => :literal,
|
40
|
+
:response_style => :document, :response_use => :literal,
|
41
|
+
:faults => {} }
|
42
|
+
],
|
43
|
+
[ "urn:GetDebtBalance",
|
44
|
+
"getDebtBalance",
|
45
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetDebtBalanceRequest"]],
|
46
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetDebtBalanceResponse"]] ],
|
47
|
+
{ :request_style => :document, :request_use => :literal,
|
48
|
+
:response_style => :document, :response_use => :literal,
|
49
|
+
:faults => {} }
|
50
|
+
],
|
51
|
+
[ "urn:GetTotalPrepaidLiability",
|
52
|
+
"getTotalPrepaidLiability",
|
53
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTotalPrepaidLiabilityRequest"]],
|
54
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTotalPrepaidLiabilityResponse"]] ],
|
55
|
+
{ :request_style => :document, :request_use => :literal,
|
56
|
+
:response_style => :document, :response_use => :literal,
|
57
|
+
:faults => {} }
|
58
|
+
],
|
59
|
+
[ "urn:GetOutstandingDebtBalance",
|
60
|
+
"getOutstandingDebtBalance",
|
61
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetOutstandingDebtBalanceRequest"]],
|
62
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetOutstandingDebtBalanceResponse"]] ],
|
63
|
+
{ :request_style => :document, :request_use => :literal,
|
64
|
+
:response_style => :document, :response_use => :literal,
|
65
|
+
:faults => {} }
|
66
|
+
],
|
67
|
+
[ "urn:SettleDebt",
|
68
|
+
"settleDebt",
|
69
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "SettleDebtRequest"]],
|
70
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "SettleDebtResponse"]] ],
|
71
|
+
{ :request_style => :document, :request_use => :literal,
|
72
|
+
:response_style => :document, :response_use => :literal,
|
73
|
+
:faults => {} }
|
74
|
+
],
|
75
|
+
[ "urn:WriteOffDebt",
|
76
|
+
"writeOffDebt",
|
77
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "WriteOffDebtRequest"]],
|
78
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "WriteOffDebtResponse"]] ],
|
79
|
+
{ :request_style => :document, :request_use => :literal,
|
80
|
+
:response_style => :document, :response_use => :literal,
|
81
|
+
:faults => {} }
|
82
|
+
],
|
83
|
+
[ "urn:FundPrepaid",
|
84
|
+
"fundPrepaid",
|
85
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "FundPrepaidRequest"]],
|
86
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "FundPrepaidResponse"]] ],
|
87
|
+
{ :request_style => :document, :request_use => :literal,
|
88
|
+
:response_style => :document, :response_use => :literal,
|
89
|
+
:faults => {} }
|
90
|
+
],
|
91
|
+
[ "urn:SubscribeForCallerNotification",
|
92
|
+
"subscribeForCallerNotification",
|
93
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "SubscribeForCallerNotificationRequest"]],
|
94
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "SubscribeForCallerNotificationResponse"]] ],
|
95
|
+
{ :request_style => :document, :request_use => :literal,
|
96
|
+
:response_style => :document, :response_use => :literal,
|
97
|
+
:faults => {} }
|
98
|
+
],
|
99
|
+
[ "urn:UnSubscribeForCallerNotification",
|
100
|
+
"unSubscribeForCallerNotification",
|
101
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "UnSubscribeForCallerNotificationRequest"]],
|
102
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "UnSubscribeForCallerNotificationResponse"]] ],
|
103
|
+
{ :request_style => :document, :request_use => :literal,
|
104
|
+
:response_style => :document, :response_use => :literal,
|
105
|
+
:faults => {} }
|
106
|
+
],
|
107
|
+
[ "urn:GetAllCreditInstruments",
|
108
|
+
"getAllCreditInstruments",
|
109
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAllCreditInstrumentsRequest"]],
|
110
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAllCreditInstrumentsResponse"]] ],
|
111
|
+
{ :request_style => :document, :request_use => :literal,
|
112
|
+
:response_style => :document, :response_use => :literal,
|
113
|
+
:faults => {} }
|
114
|
+
],
|
115
|
+
[ "urn:GetAllPrepaidInstruments",
|
116
|
+
"getAllPrepaidInstruments",
|
117
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAllPrepaidInstrumentsRequest"]],
|
118
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAllPrepaidInstrumentsResponse"]] ],
|
119
|
+
{ :request_style => :document, :request_use => :literal,
|
120
|
+
:response_style => :document, :response_use => :literal,
|
121
|
+
:faults => {} }
|
122
|
+
],
|
123
|
+
[ "urn:GetAccountBalance",
|
124
|
+
"getAccountBalance",
|
125
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAccountBalanceRequest"]],
|
126
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAccountBalanceResponse"]] ],
|
127
|
+
{ :request_style => :document, :request_use => :literal,
|
128
|
+
:response_style => :document, :response_use => :literal,
|
129
|
+
:faults => {} }
|
130
|
+
],
|
131
|
+
[ "urn:GetAccountActivity",
|
132
|
+
"getAccountActivity",
|
133
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAccountActivityRequest"]],
|
134
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetAccountActivityResponse"]] ],
|
135
|
+
{ :request_style => :document, :request_use => :literal,
|
136
|
+
:response_style => :document, :response_use => :literal,
|
137
|
+
:faults => {} }
|
138
|
+
],
|
139
|
+
[ "urn:GetTokens",
|
140
|
+
"getTokens",
|
141
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTokensRequest"]],
|
142
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTokensResponse"]] ],
|
143
|
+
{ :request_style => :document, :request_use => :literal,
|
144
|
+
:response_style => :document, :response_use => :literal,
|
145
|
+
:faults => {} }
|
146
|
+
],
|
147
|
+
[ "urn:GetPaymentInstruction",
|
148
|
+
"getPaymentInstruction",
|
149
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetPaymentInstructionRequest"]],
|
150
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetPaymentInstructionResponse"]] ],
|
151
|
+
{ :request_style => :document, :request_use => :literal,
|
152
|
+
:response_style => :document, :response_use => :literal,
|
153
|
+
:faults => {} }
|
154
|
+
],
|
155
|
+
[ "urn:CancelToken",
|
156
|
+
"cancelToken",
|
157
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "CancelTokenRequest"]],
|
158
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "CancelTokenResponse"]] ],
|
159
|
+
{ :request_style => :document, :request_use => :literal,
|
160
|
+
:response_style => :document, :response_use => :literal,
|
161
|
+
:faults => {} }
|
162
|
+
],
|
163
|
+
[ "urn:PayBatch",
|
164
|
+
"payBatch",
|
165
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "PayBatchRequest"]],
|
166
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "PayBatchResponse"]] ],
|
167
|
+
{ :request_style => :document, :request_use => :literal,
|
168
|
+
:response_style => :document, :response_use => :literal,
|
169
|
+
:faults => {} }
|
170
|
+
],
|
171
|
+
[ "urn:Pay",
|
172
|
+
"pay",
|
173
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "PayRequest"]],
|
174
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "PayResponse"]] ],
|
175
|
+
{ :request_style => :document, :request_use => :literal,
|
176
|
+
:response_style => :document, :response_use => :literal,
|
177
|
+
:faults => {} }
|
178
|
+
],
|
179
|
+
[ "urn:Reserve",
|
180
|
+
"reserve",
|
181
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "ReserveRequest"]],
|
182
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "ReserveResponse"]] ],
|
183
|
+
{ :request_style => :document, :request_use => :literal,
|
184
|
+
:response_style => :document, :response_use => :literal,
|
185
|
+
:faults => {} }
|
186
|
+
],
|
187
|
+
[ "urn:Settle",
|
188
|
+
"settle",
|
189
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "SettleRequest"]],
|
190
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "SettleResponse"]] ],
|
191
|
+
{ :request_style => :document, :request_use => :literal,
|
192
|
+
:response_style => :document, :response_use => :literal,
|
193
|
+
:faults => {} }
|
194
|
+
],
|
195
|
+
[ "urn:Refund",
|
196
|
+
"refund",
|
197
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "RefundRequest"]],
|
198
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "RefundResponse"]] ],
|
199
|
+
{ :request_style => :document, :request_use => :literal,
|
200
|
+
:response_style => :document, :response_use => :literal,
|
201
|
+
:faults => {} }
|
202
|
+
],
|
203
|
+
[ "urn:GetResults",
|
204
|
+
"getResults",
|
205
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetResultsRequest"]],
|
206
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetResultsResponse"]] ],
|
207
|
+
{ :request_style => :document, :request_use => :literal,
|
208
|
+
:response_style => :document, :response_use => :literal,
|
209
|
+
:faults => {} }
|
210
|
+
],
|
211
|
+
[ "urn:DiscardResults",
|
212
|
+
"discardResults",
|
213
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "DiscardResultsRequest"]],
|
214
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "DiscardResultsResponse"]] ],
|
215
|
+
{ :request_style => :document, :request_use => :literal,
|
216
|
+
:response_style => :document, :response_use => :literal,
|
217
|
+
:faults => {} }
|
218
|
+
],
|
219
|
+
[ "urn:GetTransaction",
|
220
|
+
"getTransaction",
|
221
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTransactionRequest"]],
|
222
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTransactionResponse"]] ],
|
223
|
+
{ :request_style => :document, :request_use => :literal,
|
224
|
+
:response_style => :document, :response_use => :literal,
|
225
|
+
:faults => {} }
|
226
|
+
],
|
227
|
+
[ "urn:RetryTransaction",
|
228
|
+
"retryTransaction",
|
229
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "RetryTransactionRequest"]],
|
230
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "RetryTransactionResponse"]] ],
|
231
|
+
{ :request_style => :document, :request_use => :literal,
|
232
|
+
:response_style => :document, :response_use => :literal,
|
233
|
+
:faults => {} }
|
234
|
+
],
|
235
|
+
[ "urn:GetTokenByCaller",
|
236
|
+
"getTokenByCaller",
|
237
|
+
[ ["in", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTokenByCallerRequest"]],
|
238
|
+
["out", "body", ["::SOAP::SOAPElement", "http://fps.amazonaws.com/doc/2007-01-08/", "GetTokenByCallerResponse"]] ],
|
239
|
+
{ :request_style => :document, :request_use => :literal,
|
240
|
+
:response_style => :document, :response_use => :literal,
|
241
|
+
:faults => {} }
|
242
|
+
]
|
243
|
+
]
|
244
|
+
|
245
|
+
def initialize(endpoint_url = nil)
|
246
|
+
endpoint_url ||= DefaultEndpointUrl
|
247
|
+
super(endpoint_url, nil)
|
248
|
+
self.mapping_registry = DefaultMappingRegistry::EncodedRegistry
|
249
|
+
self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry
|
250
|
+
init_methods
|
251
|
+
end
|
252
|
+
|
253
|
+
private
|
254
|
+
|
255
|
+
def init_methods
|
256
|
+
Methods.each do |definitions|
|
257
|
+
opt = definitions.last
|
258
|
+
if opt[:request_style] == :document
|
259
|
+
add_document_operation(*definitions)
|
260
|
+
else
|
261
|
+
add_rpc_operation(*definitions)
|
262
|
+
qname = definitions[0]
|
263
|
+
name = definitions[2]
|
264
|
+
if qname.name != name and qname.name.capitalize == name.capitalize
|
265
|
+
::SOAP::Mapping.define_singleton_method(self, qname.name) do |*arg|
|
266
|
+
__send__(name, *arg)
|
267
|
+
end
|
268
|
+
end
|
269
|
+
end
|
270
|
+
end
|
271
|
+
end
|
272
|
+
end
|
273
|
+
|
@@ -0,0 +1,1364 @@
|
|
1
|
+
require 'default.rb'
|
2
|
+
require 'soap/mapping'
|
3
|
+
|
4
|
+
# Auto-generated from wsdl2ruby.rb. Defines all the data type mappings
|
5
|
+
# soap4r needs to map the AWS output to objects.
|
6
|
+
module DefaultMappingRegistry
|
7
|
+
EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
|
8
|
+
LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
|
9
|
+
NsC_20070108 = "http://fps.amazonaws.com/doc/2007-01-08/"
|
10
|
+
|
11
|
+
EncodedRegistry.register(
|
12
|
+
:class => TokenUsageLimit,
|
13
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TokenUsageLimit"),
|
14
|
+
:schema_element => [
|
15
|
+
["count", ["SOAP::SOAPInteger", XSD::QName.new(nil, "Count")], [0, 1]],
|
16
|
+
["amount", ["Amount", XSD::QName.new(nil, "Amount")], [0, 1]],
|
17
|
+
["lastResetCount", ["SOAP::SOAPInteger", XSD::QName.new(nil, "LastResetCount")], [0, 1]],
|
18
|
+
["lastResetAmount", ["Amount", XSD::QName.new(nil, "LastResetAmount")], [0, 1]],
|
19
|
+
["lastResetTimeStamp", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "LastResetTimeStamp")], [0, 1]]
|
20
|
+
]
|
21
|
+
)
|
22
|
+
|
23
|
+
EncodedRegistry.register(
|
24
|
+
:class => StatusChange,
|
25
|
+
:schema_type => XSD::QName.new(NsC_20070108, "StatusChange"),
|
26
|
+
:schema_element => [
|
27
|
+
["date", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "Date")]],
|
28
|
+
["status", ["TransactionStatus", XSD::QName.new(nil, "Status")]],
|
29
|
+
["amount", ["Amount", XSD::QName.new(nil, "Amount")]]
|
30
|
+
]
|
31
|
+
)
|
32
|
+
|
33
|
+
EncodedRegistry.register(
|
34
|
+
:class => Amount,
|
35
|
+
:schema_type => XSD::QName.new(NsC_20070108, "Amount"),
|
36
|
+
:schema_element => [
|
37
|
+
["currencyCode", ["CurrencyCode", XSD::QName.new(nil, "CurrencyCode")]],
|
38
|
+
["amount", ["SOAP::SOAPString", XSD::QName.new(nil, "Amount")]]
|
39
|
+
]
|
40
|
+
)
|
41
|
+
|
42
|
+
EncodedRegistry.register(
|
43
|
+
:class => TransactionPart,
|
44
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionPart"),
|
45
|
+
:schema_element => [
|
46
|
+
["accountId", [nil, XSD::QName.new(nil, "AccountId")]],
|
47
|
+
["instrumentId", [nil, XSD::QName.new(nil, "InstrumentId")], [0, 1]],
|
48
|
+
["role", ["TransactionalRole", XSD::QName.new(nil, "Role")]],
|
49
|
+
["name", ["SOAP::SOAPString", XSD::QName.new(nil, "Name")], [0, 1]],
|
50
|
+
["reference", ["SOAP::SOAPString", XSD::QName.new(nil, "Reference")], [0, 1]],
|
51
|
+
["description", ["SOAP::SOAPString", XSD::QName.new(nil, "Description")], [0, 1]],
|
52
|
+
["feePaid", ["Amount", XSD::QName.new(nil, "FeePaid")], [0, 1]]
|
53
|
+
]
|
54
|
+
)
|
55
|
+
|
56
|
+
EncodedRegistry.register(
|
57
|
+
:class => Token,
|
58
|
+
:schema_type => XSD::QName.new(NsC_20070108, "Token"),
|
59
|
+
:schema_element => [
|
60
|
+
["tokenId", [nil, XSD::QName.new(nil, "TokenId")]],
|
61
|
+
["friendlyName", ["SOAP::SOAPString", XSD::QName.new(nil, "FriendlyName")]],
|
62
|
+
["status", ["TokenStatus", XSD::QName.new(nil, "Status")]],
|
63
|
+
["dateInstalled", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateInstalled")]],
|
64
|
+
["callerInstalled", [nil, XSD::QName.new(nil, "CallerInstalled")]],
|
65
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
66
|
+
["tokenType", ["TokenType", XSD::QName.new(nil, "TokenType")]],
|
67
|
+
["oldTokenId", [nil, XSD::QName.new(nil, "OldTokenId")], [0, 1]],
|
68
|
+
["paymentReason", ["SOAP::SOAPString", XSD::QName.new(nil, "PaymentReason")], [0, 1]]
|
69
|
+
]
|
70
|
+
)
|
71
|
+
|
72
|
+
EncodedRegistry.register(
|
73
|
+
:class => TransactionResult,
|
74
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionResult"),
|
75
|
+
:schema_element => [
|
76
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
77
|
+
["operation", ["FPSOperation", XSD::QName.new(nil, "Operation")]],
|
78
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
79
|
+
["status", ["TransactionResultStatus", XSD::QName.new(nil, "Status")]]
|
80
|
+
]
|
81
|
+
)
|
82
|
+
|
83
|
+
EncodedRegistry.register(
|
84
|
+
:class => ServiceError,
|
85
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ServiceError"),
|
86
|
+
:schema_element => [
|
87
|
+
["errorType", ["ErrorType", XSD::QName.new(nil, "ErrorType")]],
|
88
|
+
["isRetriable", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "IsRetriable")]],
|
89
|
+
["errorCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorCode")]],
|
90
|
+
["reasonText", ["SOAP::SOAPString", XSD::QName.new(nil, "ReasonText")]]
|
91
|
+
]
|
92
|
+
)
|
93
|
+
|
94
|
+
EncodedRegistry.register(
|
95
|
+
:class => ServiceErrors,
|
96
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ServiceErrors"),
|
97
|
+
:schema_element => [
|
98
|
+
["errors", ["ServiceError[]", XSD::QName.new(nil, "Errors")], [1, nil]]
|
99
|
+
]
|
100
|
+
)
|
101
|
+
|
102
|
+
EncodedRegistry.register(
|
103
|
+
:class => PrepaidBalance,
|
104
|
+
:schema_type => XSD::QName.new(NsC_20070108, "PrepaidBalance"),
|
105
|
+
:schema_element => [
|
106
|
+
["availableBalance", ["Amount", XSD::QName.new(nil, "AvailableBalance")]],
|
107
|
+
["pendingInBalance", ["Amount", XSD::QName.new(nil, "PendingInBalance")], [0, 1]]
|
108
|
+
]
|
109
|
+
)
|
110
|
+
|
111
|
+
EncodedRegistry.register(
|
112
|
+
:class => OutstandingPrepaidLiability,
|
113
|
+
:schema_type => XSD::QName.new(NsC_20070108, "OutstandingPrepaidLiability"),
|
114
|
+
:schema_element => [
|
115
|
+
["outstandingBalance", ["Amount", XSD::QName.new(nil, "OutstandingBalance")]],
|
116
|
+
["pendingInBalance", ["Amount", XSD::QName.new(nil, "PendingInBalance")], [0, 1]]
|
117
|
+
]
|
118
|
+
)
|
119
|
+
|
120
|
+
EncodedRegistry.register(
|
121
|
+
:class => DebtBalance,
|
122
|
+
:schema_type => XSD::QName.new(NsC_20070108, "DebtBalance"),
|
123
|
+
:schema_element => [
|
124
|
+
["availableBalance", ["Amount", XSD::QName.new(nil, "AvailableBalance")]],
|
125
|
+
["pendingOutBalance", ["Amount", XSD::QName.new(nil, "PendingOutBalance")], [0, 1]]
|
126
|
+
]
|
127
|
+
)
|
128
|
+
|
129
|
+
EncodedRegistry.register(
|
130
|
+
:class => OutstandingDebtBalance,
|
131
|
+
:schema_type => XSD::QName.new(NsC_20070108, "OutstandingDebtBalance"),
|
132
|
+
:schema_element => [
|
133
|
+
["outstandingBalance", ["Amount", XSD::QName.new(nil, "OutstandingBalance")]],
|
134
|
+
["pendingOutBalance", ["Amount", XSD::QName.new(nil, "PendingOutBalance")], [0, 1]]
|
135
|
+
]
|
136
|
+
)
|
137
|
+
|
138
|
+
EncodedRegistry.register(
|
139
|
+
:class => TransactionDetail,
|
140
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionDetail"),
|
141
|
+
:schema_element => [
|
142
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
143
|
+
["callerTransactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "CallerTransactionDate")]],
|
144
|
+
["dateReceived", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateReceived")]],
|
145
|
+
["dateCompleted", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateCompleted")], [0, 1]],
|
146
|
+
["transactionAmount", ["Amount", XSD::QName.new(nil, "TransactionAmount")]],
|
147
|
+
["fees", ["Amount", XSD::QName.new(nil, "Fees")]],
|
148
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")], [0, 1]],
|
149
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")], [0, 1]],
|
150
|
+
["recipientTokenId", [nil, XSD::QName.new(nil, "RecipientTokenId")], [0, 1]],
|
151
|
+
["prepaidInstrumentId", [nil, XSD::QName.new(nil, "PrepaidInstrumentId")], [0, 1]],
|
152
|
+
["creditInstrumentId", [nil, XSD::QName.new(nil, "CreditInstrumentId")], [0, 1]],
|
153
|
+
["operation", ["FPSOperation", XSD::QName.new(nil, "Operation")]],
|
154
|
+
["paymentMethod", ["PaymentMethod", XSD::QName.new(nil, "PaymentMethod")]],
|
155
|
+
["status", ["TransactionStatus", XSD::QName.new(nil, "Status")]],
|
156
|
+
["errorCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorCode")], [0, 1]],
|
157
|
+
["errorMessage", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorMessage")], [0, 1]],
|
158
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
159
|
+
["senderName", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderName")], [0, 1]],
|
160
|
+
["callerName", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerName")]],
|
161
|
+
["recipientName", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientName")], [0, 1]],
|
162
|
+
["transactionParts", ["TransactionPart[]", XSD::QName.new(nil, "TransactionParts")], [1, nil]],
|
163
|
+
["relatedTransactions", ["RelatedTransaction[]", XSD::QName.new(nil, "RelatedTransactions")], [0, nil]],
|
164
|
+
["statusHistory", ["StatusChange[]", XSD::QName.new(nil, "StatusHistory")], [1, nil]]
|
165
|
+
]
|
166
|
+
)
|
167
|
+
|
168
|
+
EncodedRegistry.register(
|
169
|
+
:class => RelatedTransaction,
|
170
|
+
:schema_type => XSD::QName.new(NsC_20070108, "RelatedTransaction"),
|
171
|
+
:schema_element => [
|
172
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]]
|
173
|
+
]
|
174
|
+
)
|
175
|
+
|
176
|
+
EncodedRegistry.register(
|
177
|
+
:class => DescriptorPolicy,
|
178
|
+
:schema_type => XSD::QName.new(NsC_20070108, "DescriptorPolicy"),
|
179
|
+
:schema_element => [
|
180
|
+
["softDescriptorType", ["SoftDescriptorType", XSD::QName.new(nil, "SoftDescriptorType")], [0, 1]],
|
181
|
+
["cSNumberOf", ["CSNumberOf", XSD::QName.new(nil, "CSNumberOf")], [0, 1]]
|
182
|
+
]
|
183
|
+
)
|
184
|
+
|
185
|
+
EncodedRegistry.register(
|
186
|
+
:class => TemporaryDeclinePolicy,
|
187
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TemporaryDeclinePolicy"),
|
188
|
+
:schema_element => [
|
189
|
+
["temporaryDeclinePolicyType", ["TemporaryDeclinePolicyType", XSD::QName.new(nil, "TemporaryDeclinePolicyType")]],
|
190
|
+
["implicitRetryTimeoutInMins", ["SOAP::SOAPInteger", XSD::QName.new(nil, "ImplicitRetryTimeoutInMins")], [0, 1]]
|
191
|
+
]
|
192
|
+
)
|
193
|
+
|
194
|
+
EncodedRegistry.register(
|
195
|
+
:class => AvailableBalances,
|
196
|
+
:schema_type => XSD::QName.new(NsC_20070108, "AvailableBalances"),
|
197
|
+
:schema_element => [
|
198
|
+
["disburseBalance", ["Amount", XSD::QName.new(nil, "DisburseBalance")]],
|
199
|
+
["refundBalance", ["Amount", XSD::QName.new(nil, "RefundBalance")]]
|
200
|
+
]
|
201
|
+
)
|
202
|
+
|
203
|
+
EncodedRegistry.register(
|
204
|
+
:class => AccountBalance,
|
205
|
+
:schema_type => XSD::QName.new(NsC_20070108, "AccountBalance"),
|
206
|
+
:schema_element => [
|
207
|
+
["totalBalance", ["Amount", XSD::QName.new(nil, "TotalBalance")]],
|
208
|
+
["pendingInBalance", ["Amount", XSD::QName.new(nil, "PendingInBalance")]],
|
209
|
+
["pendingOutBalance", ["Amount", XSD::QName.new(nil, "PendingOutBalance")]],
|
210
|
+
["availableBalances", ["AvailableBalances", XSD::QName.new(nil, "AvailableBalances")]]
|
211
|
+
]
|
212
|
+
)
|
213
|
+
|
214
|
+
EncodedRegistry.register(
|
215
|
+
:class => Transaction,
|
216
|
+
:schema_type => XSD::QName.new(NsC_20070108, "Transaction"),
|
217
|
+
:schema_element => [
|
218
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
219
|
+
["callerTransactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "CallerTransactionDate")]],
|
220
|
+
["dateReceived", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateReceived")]],
|
221
|
+
["dateCompleted", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateCompleted")], [0, 1]],
|
222
|
+
["transactionAmount", ["Amount", XSD::QName.new(nil, "TransactionAmount")]],
|
223
|
+
["operation", ["FPSOperation", XSD::QName.new(nil, "Operation")]],
|
224
|
+
["status", ["TransactionStatus", XSD::QName.new(nil, "Status")]],
|
225
|
+
["errorMessage", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorMessage")], [0, 1]],
|
226
|
+
["errorCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorCode")], [0, 1]],
|
227
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
228
|
+
["originalTransactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "OriginalTransactionId")], [0, 1]],
|
229
|
+
["transactionParts", ["TransactionPart[]", XSD::QName.new(nil, "TransactionParts")], [1, nil]],
|
230
|
+
["paymentMethod", ["PaymentMethod", XSD::QName.new(nil, "PaymentMethod")]],
|
231
|
+
["senderName", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderName")], [0, 1]],
|
232
|
+
["callerName", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerName")]],
|
233
|
+
["recipientName", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientName")], [0, 1]],
|
234
|
+
["fees", ["Amount", XSD::QName.new(nil, "Fees")]],
|
235
|
+
["balance", ["Amount", XSD::QName.new(nil, "Balance")]],
|
236
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")], [0, 1]],
|
237
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")], [0, 1]],
|
238
|
+
["recipientTokenId", [nil, XSD::QName.new(nil, "RecipientTokenId")], [0, 1]]
|
239
|
+
]
|
240
|
+
)
|
241
|
+
|
242
|
+
EncodedRegistry.register(
|
243
|
+
:class => ResponseStatus,
|
244
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ResponseStatus")
|
245
|
+
)
|
246
|
+
|
247
|
+
EncodedRegistry.register(
|
248
|
+
:class => InstrumentStatus,
|
249
|
+
:schema_type => XSD::QName.new(NsC_20070108, "InstrumentStatus")
|
250
|
+
)
|
251
|
+
|
252
|
+
EncodedRegistry.register(
|
253
|
+
:class => InstrumentState,
|
254
|
+
:schema_type => XSD::QName.new(NsC_20070108, "InstrumentState")
|
255
|
+
)
|
256
|
+
|
257
|
+
EncodedRegistry.register(
|
258
|
+
:class => SortOrder,
|
259
|
+
:schema_type => XSD::QName.new(NsC_20070108, "SortOrder")
|
260
|
+
)
|
261
|
+
|
262
|
+
EncodedRegistry.register(
|
263
|
+
:class => ChargeFeeTo,
|
264
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ChargeFeeTo")
|
265
|
+
)
|
266
|
+
|
267
|
+
EncodedRegistry.register(
|
268
|
+
:class => TransactionStatus,
|
269
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionStatus")
|
270
|
+
)
|
271
|
+
|
272
|
+
EncodedRegistry.register(
|
273
|
+
:class => TransactionStatusFilter,
|
274
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionStatusFilter")
|
275
|
+
)
|
276
|
+
|
277
|
+
EncodedRegistry.register(
|
278
|
+
:class => GetAccountActivityResponseGroup,
|
279
|
+
:schema_type => XSD::QName.new(NsC_20070108, "GetAccountActivityResponseGroup")
|
280
|
+
)
|
281
|
+
|
282
|
+
EncodedRegistry.register(
|
283
|
+
:class => TokenType,
|
284
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TokenType")
|
285
|
+
)
|
286
|
+
|
287
|
+
EncodedRegistry.register(
|
288
|
+
:class => CurrencyCode,
|
289
|
+
:schema_type => XSD::QName.new(NsC_20070108, "CurrencyCode")
|
290
|
+
)
|
291
|
+
|
292
|
+
EncodedRegistry.register(
|
293
|
+
:class => NotificationEventType,
|
294
|
+
:schema_type => XSD::QName.new(NsC_20070108, "NotificationEventType")
|
295
|
+
)
|
296
|
+
|
297
|
+
EncodedRegistry.register(
|
298
|
+
:class => FPSOperation,
|
299
|
+
:schema_type => XSD::QName.new(NsC_20070108, "FPSOperation")
|
300
|
+
)
|
301
|
+
|
302
|
+
EncodedRegistry.register(
|
303
|
+
:class => FPSOperationFilter,
|
304
|
+
:schema_type => XSD::QName.new(NsC_20070108, "FPSOperationFilter")
|
305
|
+
)
|
306
|
+
|
307
|
+
EncodedRegistry.register(
|
308
|
+
:class => TokenStatus,
|
309
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TokenStatus")
|
310
|
+
)
|
311
|
+
|
312
|
+
EncodedRegistry.register(
|
313
|
+
:class => TransactionalRole,
|
314
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionalRole")
|
315
|
+
)
|
316
|
+
|
317
|
+
EncodedRegistry.register(
|
318
|
+
:class => TransactionalRoleFilter,
|
319
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionalRoleFilter")
|
320
|
+
)
|
321
|
+
|
322
|
+
EncodedRegistry.register(
|
323
|
+
:class => PaymentMethod,
|
324
|
+
:schema_type => XSD::QName.new(NsC_20070108, "PaymentMethod")
|
325
|
+
)
|
326
|
+
|
327
|
+
EncodedRegistry.register(
|
328
|
+
:class => TransactionResultStatus,
|
329
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionResultStatus")
|
330
|
+
)
|
331
|
+
|
332
|
+
EncodedRegistry.register(
|
333
|
+
:class => ErrorType,
|
334
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ErrorType")
|
335
|
+
)
|
336
|
+
|
337
|
+
EncodedRegistry.register(
|
338
|
+
:class => CSNumberOf,
|
339
|
+
:schema_type => XSD::QName.new(NsC_20070108, "CSNumberOf")
|
340
|
+
)
|
341
|
+
|
342
|
+
EncodedRegistry.register(
|
343
|
+
:class => SoftDescriptorType,
|
344
|
+
:schema_type => XSD::QName.new(NsC_20070108, "SoftDescriptorType")
|
345
|
+
)
|
346
|
+
|
347
|
+
EncodedRegistry.register(
|
348
|
+
:class => TemporaryDeclinePolicyType,
|
349
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TemporaryDeclinePolicyType")
|
350
|
+
)
|
351
|
+
|
352
|
+
EncodedRegistry.register(
|
353
|
+
:class => MarketplaceRefundPolicy,
|
354
|
+
:schema_type => XSD::QName.new(NsC_20070108, "MarketplaceRefundPolicy")
|
355
|
+
)
|
356
|
+
|
357
|
+
LiteralRegistry.register(
|
358
|
+
:class => TokenUsageLimit,
|
359
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TokenUsageLimit"),
|
360
|
+
:schema_element => [
|
361
|
+
["count", ["SOAP::SOAPInteger", XSD::QName.new(nil, "Count")], [0, 1]],
|
362
|
+
["amount", ["Amount", XSD::QName.new(nil, "Amount")], [0, 1]],
|
363
|
+
["lastResetCount", ["SOAP::SOAPInteger", XSD::QName.new(nil, "LastResetCount")], [0, 1]],
|
364
|
+
["lastResetAmount", ["Amount", XSD::QName.new(nil, "LastResetAmount")], [0, 1]],
|
365
|
+
["lastResetTimeStamp", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "LastResetTimeStamp")], [0, 1]]
|
366
|
+
]
|
367
|
+
)
|
368
|
+
|
369
|
+
LiteralRegistry.register(
|
370
|
+
:class => StatusChange,
|
371
|
+
:schema_type => XSD::QName.new(NsC_20070108, "StatusChange"),
|
372
|
+
:schema_element => [
|
373
|
+
["date", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "Date")]],
|
374
|
+
["status", ["TransactionStatus", XSD::QName.new(nil, "Status")]],
|
375
|
+
["amount", ["Amount", XSD::QName.new(nil, "Amount")]]
|
376
|
+
]
|
377
|
+
)
|
378
|
+
|
379
|
+
LiteralRegistry.register(
|
380
|
+
:class => Amount,
|
381
|
+
:schema_type => XSD::QName.new(NsC_20070108, "Amount"),
|
382
|
+
:schema_element => [
|
383
|
+
["currencyCode", ["CurrencyCode", XSD::QName.new(nil, "CurrencyCode")]],
|
384
|
+
["amount", ["SOAP::SOAPString", XSD::QName.new(nil, "Amount")]]
|
385
|
+
]
|
386
|
+
)
|
387
|
+
|
388
|
+
LiteralRegistry.register(
|
389
|
+
:class => TransactionPart,
|
390
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionPart"),
|
391
|
+
:schema_element => [
|
392
|
+
["accountId", [nil, XSD::QName.new(nil, "AccountId")]],
|
393
|
+
["instrumentId", [nil, XSD::QName.new(nil, "InstrumentId")], [0, 1]],
|
394
|
+
["role", ["TransactionalRole", XSD::QName.new(nil, "Role")]],
|
395
|
+
["name", ["SOAP::SOAPString", XSD::QName.new(nil, "Name")], [0, 1]],
|
396
|
+
["reference", ["SOAP::SOAPString", XSD::QName.new(nil, "Reference")], [0, 1]],
|
397
|
+
["description", ["SOAP::SOAPString", XSD::QName.new(nil, "Description")], [0, 1]],
|
398
|
+
["feePaid", ["Amount", XSD::QName.new(nil, "FeePaid")], [0, 1]]
|
399
|
+
]
|
400
|
+
)
|
401
|
+
|
402
|
+
LiteralRegistry.register(
|
403
|
+
:class => Token,
|
404
|
+
:schema_type => XSD::QName.new(NsC_20070108, "Token"),
|
405
|
+
:schema_element => [
|
406
|
+
["tokenId", [nil, XSD::QName.new(nil, "TokenId")]],
|
407
|
+
["friendlyName", ["SOAP::SOAPString", XSD::QName.new(nil, "FriendlyName")]],
|
408
|
+
["status", ["TokenStatus", XSD::QName.new(nil, "Status")]],
|
409
|
+
["dateInstalled", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateInstalled")]],
|
410
|
+
["callerInstalled", [nil, XSD::QName.new(nil, "CallerInstalled")]],
|
411
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
412
|
+
["tokenType", ["TokenType", XSD::QName.new(nil, "TokenType")]],
|
413
|
+
["oldTokenId", [nil, XSD::QName.new(nil, "OldTokenId")], [0, 1]],
|
414
|
+
["paymentReason", ["SOAP::SOAPString", XSD::QName.new(nil, "PaymentReason")], [0, 1]]
|
415
|
+
]
|
416
|
+
)
|
417
|
+
|
418
|
+
LiteralRegistry.register(
|
419
|
+
:class => TransactionResult,
|
420
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionResult"),
|
421
|
+
:schema_element => [
|
422
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
423
|
+
["operation", ["FPSOperation", XSD::QName.new(nil, "Operation")]],
|
424
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
425
|
+
["status", ["TransactionResultStatus", XSD::QName.new(nil, "Status")]]
|
426
|
+
]
|
427
|
+
)
|
428
|
+
|
429
|
+
LiteralRegistry.register(
|
430
|
+
:class => ServiceError,
|
431
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ServiceError"),
|
432
|
+
:schema_element => [
|
433
|
+
["errorType", ["ErrorType", XSD::QName.new(nil, "ErrorType")]],
|
434
|
+
["isRetriable", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "IsRetriable")]],
|
435
|
+
["errorCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorCode")]],
|
436
|
+
["reasonText", ["SOAP::SOAPString", XSD::QName.new(nil, "ReasonText")]]
|
437
|
+
]
|
438
|
+
)
|
439
|
+
|
440
|
+
LiteralRegistry.register(
|
441
|
+
:class => ServiceErrors,
|
442
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ServiceErrors"),
|
443
|
+
:schema_element => [
|
444
|
+
["errors", ["ServiceError[]", XSD::QName.new(nil, "Errors")], [1, nil]]
|
445
|
+
]
|
446
|
+
)
|
447
|
+
|
448
|
+
LiteralRegistry.register(
|
449
|
+
:class => PrepaidBalance,
|
450
|
+
:schema_type => XSD::QName.new(NsC_20070108, "PrepaidBalance"),
|
451
|
+
:schema_element => [
|
452
|
+
["availableBalance", ["Amount", XSD::QName.new(nil, "AvailableBalance")]],
|
453
|
+
["pendingInBalance", ["Amount", XSD::QName.new(nil, "PendingInBalance")], [0, 1]]
|
454
|
+
]
|
455
|
+
)
|
456
|
+
|
457
|
+
LiteralRegistry.register(
|
458
|
+
:class => OutstandingPrepaidLiability,
|
459
|
+
:schema_type => XSD::QName.new(NsC_20070108, "OutstandingPrepaidLiability"),
|
460
|
+
:schema_element => [
|
461
|
+
["outstandingBalance", ["Amount", XSD::QName.new(nil, "OutstandingBalance")]],
|
462
|
+
["pendingInBalance", ["Amount", XSD::QName.new(nil, "PendingInBalance")], [0, 1]]
|
463
|
+
]
|
464
|
+
)
|
465
|
+
|
466
|
+
LiteralRegistry.register(
|
467
|
+
:class => DebtBalance,
|
468
|
+
:schema_type => XSD::QName.new(NsC_20070108, "DebtBalance"),
|
469
|
+
:schema_element => [
|
470
|
+
["availableBalance", ["Amount", XSD::QName.new(nil, "AvailableBalance")]],
|
471
|
+
["pendingOutBalance", ["Amount", XSD::QName.new(nil, "PendingOutBalance")], [0, 1]]
|
472
|
+
]
|
473
|
+
)
|
474
|
+
|
475
|
+
LiteralRegistry.register(
|
476
|
+
:class => OutstandingDebtBalance,
|
477
|
+
:schema_type => XSD::QName.new(NsC_20070108, "OutstandingDebtBalance"),
|
478
|
+
:schema_element => [
|
479
|
+
["outstandingBalance", ["Amount", XSD::QName.new(nil, "OutstandingBalance")]],
|
480
|
+
["pendingOutBalance", ["Amount", XSD::QName.new(nil, "PendingOutBalance")], [0, 1]]
|
481
|
+
]
|
482
|
+
)
|
483
|
+
|
484
|
+
LiteralRegistry.register(
|
485
|
+
:class => TransactionDetail,
|
486
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionDetail"),
|
487
|
+
:schema_element => [
|
488
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
489
|
+
["callerTransactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "CallerTransactionDate")]],
|
490
|
+
["dateReceived", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateReceived")]],
|
491
|
+
["dateCompleted", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateCompleted")], [0, 1]],
|
492
|
+
["transactionAmount", ["Amount", XSD::QName.new(nil, "TransactionAmount")]],
|
493
|
+
["fees", ["Amount", XSD::QName.new(nil, "Fees")]],
|
494
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")], [0, 1]],
|
495
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")], [0, 1]],
|
496
|
+
["recipientTokenId", [nil, XSD::QName.new(nil, "RecipientTokenId")], [0, 1]],
|
497
|
+
["prepaidInstrumentId", [nil, XSD::QName.new(nil, "PrepaidInstrumentId")], [0, 1]],
|
498
|
+
["creditInstrumentId", [nil, XSD::QName.new(nil, "CreditInstrumentId")], [0, 1]],
|
499
|
+
["operation", ["FPSOperation", XSD::QName.new(nil, "Operation")]],
|
500
|
+
["paymentMethod", ["PaymentMethod", XSD::QName.new(nil, "PaymentMethod")]],
|
501
|
+
["status", ["TransactionStatus", XSD::QName.new(nil, "Status")]],
|
502
|
+
["errorCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorCode")], [0, 1]],
|
503
|
+
["errorMessage", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorMessage")], [0, 1]],
|
504
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
505
|
+
["senderName", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderName")], [0, 1]],
|
506
|
+
["callerName", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerName")]],
|
507
|
+
["recipientName", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientName")], [0, 1]],
|
508
|
+
["transactionParts", ["TransactionPart[]", XSD::QName.new(nil, "TransactionParts")], [1, nil]],
|
509
|
+
["relatedTransactions", ["RelatedTransaction[]", XSD::QName.new(nil, "RelatedTransactions")], [0, nil]],
|
510
|
+
["statusHistory", ["StatusChange[]", XSD::QName.new(nil, "StatusHistory")], [1, nil]]
|
511
|
+
]
|
512
|
+
)
|
513
|
+
|
514
|
+
LiteralRegistry.register(
|
515
|
+
:class => RelatedTransaction,
|
516
|
+
:schema_type => XSD::QName.new(NsC_20070108, "RelatedTransaction"),
|
517
|
+
:schema_element => [
|
518
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]]
|
519
|
+
]
|
520
|
+
)
|
521
|
+
|
522
|
+
LiteralRegistry.register(
|
523
|
+
:class => DescriptorPolicy,
|
524
|
+
:schema_type => XSD::QName.new(NsC_20070108, "DescriptorPolicy"),
|
525
|
+
:schema_element => [
|
526
|
+
["softDescriptorType", ["SoftDescriptorType", XSD::QName.new(nil, "SoftDescriptorType")], [0, 1]],
|
527
|
+
["cSNumberOf", ["CSNumberOf", XSD::QName.new(nil, "CSNumberOf")], [0, 1]]
|
528
|
+
]
|
529
|
+
)
|
530
|
+
|
531
|
+
LiteralRegistry.register(
|
532
|
+
:class => TemporaryDeclinePolicy,
|
533
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TemporaryDeclinePolicy"),
|
534
|
+
:schema_element => [
|
535
|
+
["temporaryDeclinePolicyType", ["TemporaryDeclinePolicyType", XSD::QName.new(nil, "TemporaryDeclinePolicyType")]],
|
536
|
+
["implicitRetryTimeoutInMins", ["SOAP::SOAPInteger", XSD::QName.new(nil, "ImplicitRetryTimeoutInMins")], [0, 1]]
|
537
|
+
]
|
538
|
+
)
|
539
|
+
|
540
|
+
LiteralRegistry.register(
|
541
|
+
:class => AvailableBalances,
|
542
|
+
:schema_type => XSD::QName.new(NsC_20070108, "AvailableBalances"),
|
543
|
+
:schema_element => [
|
544
|
+
["disburseBalance", ["Amount", XSD::QName.new(nil, "DisburseBalance")]],
|
545
|
+
["refundBalance", ["Amount", XSD::QName.new(nil, "RefundBalance")]]
|
546
|
+
]
|
547
|
+
)
|
548
|
+
|
549
|
+
LiteralRegistry.register(
|
550
|
+
:class => AccountBalance,
|
551
|
+
:schema_type => XSD::QName.new(NsC_20070108, "AccountBalance"),
|
552
|
+
:schema_element => [
|
553
|
+
["totalBalance", ["Amount", XSD::QName.new(nil, "TotalBalance")]],
|
554
|
+
["pendingInBalance", ["Amount", XSD::QName.new(nil, "PendingInBalance")]],
|
555
|
+
["pendingOutBalance", ["Amount", XSD::QName.new(nil, "PendingOutBalance")]],
|
556
|
+
["availableBalances", ["AvailableBalances", XSD::QName.new(nil, "AvailableBalances")]]
|
557
|
+
]
|
558
|
+
)
|
559
|
+
|
560
|
+
LiteralRegistry.register(
|
561
|
+
:class => Transaction,
|
562
|
+
:schema_type => XSD::QName.new(NsC_20070108, "Transaction"),
|
563
|
+
:schema_element => [
|
564
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
565
|
+
["callerTransactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "CallerTransactionDate")]],
|
566
|
+
["dateReceived", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateReceived")]],
|
567
|
+
["dateCompleted", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "DateCompleted")], [0, 1]],
|
568
|
+
["transactionAmount", ["Amount", XSD::QName.new(nil, "TransactionAmount")]],
|
569
|
+
["operation", ["FPSOperation", XSD::QName.new(nil, "Operation")]],
|
570
|
+
["status", ["TransactionStatus", XSD::QName.new(nil, "Status")]],
|
571
|
+
["errorMessage", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorMessage")], [0, 1]],
|
572
|
+
["errorCode", ["SOAP::SOAPString", XSD::QName.new(nil, "ErrorCode")], [0, 1]],
|
573
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
574
|
+
["originalTransactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "OriginalTransactionId")], [0, 1]],
|
575
|
+
["transactionParts", ["TransactionPart[]", XSD::QName.new(nil, "TransactionParts")], [1, nil]],
|
576
|
+
["paymentMethod", ["PaymentMethod", XSD::QName.new(nil, "PaymentMethod")]],
|
577
|
+
["senderName", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderName")], [0, 1]],
|
578
|
+
["callerName", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerName")]],
|
579
|
+
["recipientName", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientName")], [0, 1]],
|
580
|
+
["fees", ["Amount", XSD::QName.new(nil, "Fees")]],
|
581
|
+
["balance", ["Amount", XSD::QName.new(nil, "Balance")]],
|
582
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")], [0, 1]],
|
583
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")], [0, 1]],
|
584
|
+
["recipientTokenId", [nil, XSD::QName.new(nil, "RecipientTokenId")], [0, 1]]
|
585
|
+
]
|
586
|
+
)
|
587
|
+
|
588
|
+
LiteralRegistry.register(
|
589
|
+
:class => ResponseStatus,
|
590
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ResponseStatus")
|
591
|
+
)
|
592
|
+
|
593
|
+
LiteralRegistry.register(
|
594
|
+
:class => InstrumentStatus,
|
595
|
+
:schema_type => XSD::QName.new(NsC_20070108, "InstrumentStatus")
|
596
|
+
)
|
597
|
+
|
598
|
+
LiteralRegistry.register(
|
599
|
+
:class => InstrumentState,
|
600
|
+
:schema_type => XSD::QName.new(NsC_20070108, "InstrumentState")
|
601
|
+
)
|
602
|
+
|
603
|
+
LiteralRegistry.register(
|
604
|
+
:class => SortOrder,
|
605
|
+
:schema_type => XSD::QName.new(NsC_20070108, "SortOrder")
|
606
|
+
)
|
607
|
+
|
608
|
+
LiteralRegistry.register(
|
609
|
+
:class => ChargeFeeTo,
|
610
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ChargeFeeTo")
|
611
|
+
)
|
612
|
+
|
613
|
+
LiteralRegistry.register(
|
614
|
+
:class => TransactionStatus,
|
615
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionStatus")
|
616
|
+
)
|
617
|
+
|
618
|
+
LiteralRegistry.register(
|
619
|
+
:class => TransactionStatusFilter,
|
620
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionStatusFilter")
|
621
|
+
)
|
622
|
+
|
623
|
+
LiteralRegistry.register(
|
624
|
+
:class => GetAccountActivityResponseGroup,
|
625
|
+
:schema_type => XSD::QName.new(NsC_20070108, "GetAccountActivityResponseGroup")
|
626
|
+
)
|
627
|
+
|
628
|
+
LiteralRegistry.register(
|
629
|
+
:class => TokenType,
|
630
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TokenType")
|
631
|
+
)
|
632
|
+
|
633
|
+
LiteralRegistry.register(
|
634
|
+
:class => CurrencyCode,
|
635
|
+
:schema_type => XSD::QName.new(NsC_20070108, "CurrencyCode")
|
636
|
+
)
|
637
|
+
|
638
|
+
LiteralRegistry.register(
|
639
|
+
:class => NotificationEventType,
|
640
|
+
:schema_type => XSD::QName.new(NsC_20070108, "NotificationEventType")
|
641
|
+
)
|
642
|
+
|
643
|
+
LiteralRegistry.register(
|
644
|
+
:class => FPSOperation,
|
645
|
+
:schema_type => XSD::QName.new(NsC_20070108, "FPSOperation")
|
646
|
+
)
|
647
|
+
|
648
|
+
LiteralRegistry.register(
|
649
|
+
:class => FPSOperationFilter,
|
650
|
+
:schema_type => XSD::QName.new(NsC_20070108, "FPSOperationFilter")
|
651
|
+
)
|
652
|
+
|
653
|
+
LiteralRegistry.register(
|
654
|
+
:class => TokenStatus,
|
655
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TokenStatus")
|
656
|
+
)
|
657
|
+
|
658
|
+
LiteralRegistry.register(
|
659
|
+
:class => TransactionalRole,
|
660
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionalRole")
|
661
|
+
)
|
662
|
+
|
663
|
+
LiteralRegistry.register(
|
664
|
+
:class => TransactionalRoleFilter,
|
665
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionalRoleFilter")
|
666
|
+
)
|
667
|
+
|
668
|
+
LiteralRegistry.register(
|
669
|
+
:class => PaymentMethod,
|
670
|
+
:schema_type => XSD::QName.new(NsC_20070108, "PaymentMethod")
|
671
|
+
)
|
672
|
+
|
673
|
+
LiteralRegistry.register(
|
674
|
+
:class => TransactionResultStatus,
|
675
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TransactionResultStatus")
|
676
|
+
)
|
677
|
+
|
678
|
+
LiteralRegistry.register(
|
679
|
+
:class => ErrorType,
|
680
|
+
:schema_type => XSD::QName.new(NsC_20070108, "ErrorType")
|
681
|
+
)
|
682
|
+
|
683
|
+
LiteralRegistry.register(
|
684
|
+
:class => CSNumberOf,
|
685
|
+
:schema_type => XSD::QName.new(NsC_20070108, "CSNumberOf")
|
686
|
+
)
|
687
|
+
|
688
|
+
LiteralRegistry.register(
|
689
|
+
:class => SoftDescriptorType,
|
690
|
+
:schema_type => XSD::QName.new(NsC_20070108, "SoftDescriptorType")
|
691
|
+
)
|
692
|
+
|
693
|
+
LiteralRegistry.register(
|
694
|
+
:class => TemporaryDeclinePolicyType,
|
695
|
+
:schema_type => XSD::QName.new(NsC_20070108, "TemporaryDeclinePolicyType")
|
696
|
+
)
|
697
|
+
|
698
|
+
LiteralRegistry.register(
|
699
|
+
:class => MarketplaceRefundPolicy,
|
700
|
+
:schema_type => XSD::QName.new(NsC_20070108, "MarketplaceRefundPolicy")
|
701
|
+
)
|
702
|
+
|
703
|
+
LiteralRegistry.register(
|
704
|
+
:class => GetTokenUsageRequest,
|
705
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTokenUsageRequest"),
|
706
|
+
:schema_element => [
|
707
|
+
["tokenId", [nil, XSD::QName.new(nil, "TokenId")]]
|
708
|
+
]
|
709
|
+
)
|
710
|
+
|
711
|
+
LiteralRegistry.register(
|
712
|
+
:class => GetPrepaidBalanceRequest,
|
713
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetPrepaidBalanceRequest"),
|
714
|
+
:schema_element => [
|
715
|
+
["prepaidInstrumentId", [nil, XSD::QName.new(nil, "PrepaidInstrumentId")]]
|
716
|
+
]
|
717
|
+
)
|
718
|
+
|
719
|
+
LiteralRegistry.register(
|
720
|
+
:class => GetDebtBalanceRequest,
|
721
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetDebtBalanceRequest"),
|
722
|
+
:schema_element => [
|
723
|
+
["creditInstrumentId", [nil, XSD::QName.new(nil, "CreditInstrumentId")]]
|
724
|
+
]
|
725
|
+
)
|
726
|
+
|
727
|
+
LiteralRegistry.register(
|
728
|
+
:class => GetTotalPrepaidLiabilityRequest,
|
729
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTotalPrepaidLiabilityRequest"),
|
730
|
+
:schema_element => []
|
731
|
+
)
|
732
|
+
|
733
|
+
LiteralRegistry.register(
|
734
|
+
:class => GetOutstandingDebtBalanceRequest,
|
735
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetOutstandingDebtBalanceRequest"),
|
736
|
+
:schema_element => []
|
737
|
+
)
|
738
|
+
|
739
|
+
LiteralRegistry.register(
|
740
|
+
:class => SettleDebtRequest,
|
741
|
+
:schema_name => XSD::QName.new(NsC_20070108, "SettleDebtRequest"),
|
742
|
+
:schema_element => [
|
743
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")]],
|
744
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")]],
|
745
|
+
["creditInstrumentId", [nil, XSD::QName.new(nil, "CreditInstrumentId")]],
|
746
|
+
["settlementAmount", ["Amount", XSD::QName.new(nil, "SettlementAmount")]],
|
747
|
+
["transactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "TransactionDate")], [0, 1]],
|
748
|
+
["senderReference", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderReference")], [0, 1]],
|
749
|
+
["recipientReference", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientReference")], [0, 1]],
|
750
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
751
|
+
["chargeFeeTo", ["ChargeFeeTo", XSD::QName.new(nil, "ChargeFeeTo")]],
|
752
|
+
["senderDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderDescription")], [0, 1]],
|
753
|
+
["recipientDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientDescription")], [0, 1]],
|
754
|
+
["callerDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerDescription")], [0, 1]],
|
755
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
756
|
+
["temporaryDeclinePolicy", ["TemporaryDeclinePolicy", XSD::QName.new(nil, "TemporaryDeclinePolicy")], [0, 1]],
|
757
|
+
["descriptorPolicy", ["DescriptorPolicy", XSD::QName.new(nil, "DescriptorPolicy")], [0, 1]]
|
758
|
+
]
|
759
|
+
)
|
760
|
+
|
761
|
+
LiteralRegistry.register(
|
762
|
+
:class => WriteOffDebtRequest,
|
763
|
+
:schema_name => XSD::QName.new(NsC_20070108, "WriteOffDebtRequest"),
|
764
|
+
:schema_element => [
|
765
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")]],
|
766
|
+
["creditInstrumentId", [nil, XSD::QName.new(nil, "CreditInstrumentId")]],
|
767
|
+
["adjustmentAmount", ["Amount", XSD::QName.new(nil, "AdjustmentAmount")]],
|
768
|
+
["transactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "TransactionDate")], [0, 1]],
|
769
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
770
|
+
["recipientReference", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientReference")], [0, 1]],
|
771
|
+
["callerDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerDescription")], [0, 1]],
|
772
|
+
["recipientDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientDescription")], [0, 1]],
|
773
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
774
|
+
["senderReference", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderReference")], [0, 1]],
|
775
|
+
["senderDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderDescription")], [0, 1]]
|
776
|
+
]
|
777
|
+
)
|
778
|
+
|
779
|
+
LiteralRegistry.register(
|
780
|
+
:class => FundPrepaidRequest,
|
781
|
+
:schema_name => XSD::QName.new(NsC_20070108, "FundPrepaidRequest"),
|
782
|
+
:schema_element => [
|
783
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")]],
|
784
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")]],
|
785
|
+
["prepaidInstrumentId", [nil, XSD::QName.new(nil, "PrepaidInstrumentId")]],
|
786
|
+
["fundingAmount", ["Amount", XSD::QName.new(nil, "FundingAmount")]],
|
787
|
+
["transactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "TransactionDate")], [0, 1]],
|
788
|
+
["senderReference", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderReference")], [0, 1]],
|
789
|
+
["recipientReference", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientReference")], [0, 1]],
|
790
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
791
|
+
["chargeFeeTo", ["ChargeFeeTo", XSD::QName.new(nil, "ChargeFeeTo")]],
|
792
|
+
["senderDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderDescription")], [0, 1]],
|
793
|
+
["recipientDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientDescription")], [0, 1]],
|
794
|
+
["callerDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerDescription")], [0, 1]],
|
795
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
796
|
+
["temporaryDeclinePolicy", ["TemporaryDeclinePolicy", XSD::QName.new(nil, "TemporaryDeclinePolicy")], [0, 1]],
|
797
|
+
["descriptorPolicy", ["DescriptorPolicy", XSD::QName.new(nil, "DescriptorPolicy")], [0, 1]]
|
798
|
+
]
|
799
|
+
)
|
800
|
+
|
801
|
+
LiteralRegistry.register(
|
802
|
+
:class => SubscribeForCallerNotificationRequest,
|
803
|
+
:schema_name => XSD::QName.new(NsC_20070108, "SubscribeForCallerNotificationRequest"),
|
804
|
+
:schema_element => [
|
805
|
+
["notificationOperationName", ["SOAP::SOAPString", XSD::QName.new(nil, "NotificationOperationName")]],
|
806
|
+
["webServiceAPIURL", ["SOAP::SOAPAnyURI", XSD::QName.new(nil, "WebServiceAPIURL")]]
|
807
|
+
]
|
808
|
+
)
|
809
|
+
|
810
|
+
LiteralRegistry.register(
|
811
|
+
:class => UnSubscribeForCallerNotificationRequest,
|
812
|
+
:schema_name => XSD::QName.new(NsC_20070108, "UnSubscribeForCallerNotificationRequest"),
|
813
|
+
:schema_element => [
|
814
|
+
["notificationOperationName", ["SOAP::SOAPString", XSD::QName.new(nil, "NotificationOperationName")]]
|
815
|
+
]
|
816
|
+
)
|
817
|
+
|
818
|
+
LiteralRegistry.register(
|
819
|
+
:class => GetAllPrepaidInstrumentsRequest,
|
820
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAllPrepaidInstrumentsRequest"),
|
821
|
+
:schema_element => [
|
822
|
+
["instrumentStatus", ["InstrumentStatus", XSD::QName.new(nil, "InstrumentStatus")], [0, 1]]
|
823
|
+
]
|
824
|
+
)
|
825
|
+
|
826
|
+
LiteralRegistry.register(
|
827
|
+
:class => GetAccountBalanceRequest,
|
828
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAccountBalanceRequest"),
|
829
|
+
:schema_element => []
|
830
|
+
)
|
831
|
+
|
832
|
+
LiteralRegistry.register(
|
833
|
+
:class => GetAccountActivityRequest,
|
834
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAccountActivityRequest"),
|
835
|
+
:schema_element => [
|
836
|
+
["operation", ["FPSOperationFilter", XSD::QName.new(nil, "Operation")], [0, 1]],
|
837
|
+
["paymentMethod", ["PaymentMethod", XSD::QName.new(nil, "PaymentMethod")], [0, 1]],
|
838
|
+
["maxBatchSize", ["SOAP::SOAPInteger", XSD::QName.new(nil, "MaxBatchSize")], [0, 1]],
|
839
|
+
["startDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "StartDate")]],
|
840
|
+
["endDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "EndDate")], [0, 1]],
|
841
|
+
["responseGroup", ["GetAccountActivityResponseGroup", XSD::QName.new(nil, "ResponseGroup")], [0, 1]],
|
842
|
+
["sortOrderByDate", ["SortOrder", XSD::QName.new(nil, "SortOrderByDate")], [0, 1]],
|
843
|
+
["role", ["TransactionalRoleFilter[]", XSD::QName.new(nil, "Role")], [0, nil]],
|
844
|
+
["status", ["TransactionStatusFilter", XSD::QName.new(nil, "Status")], [0, 1]]
|
845
|
+
]
|
846
|
+
)
|
847
|
+
|
848
|
+
LiteralRegistry.register(
|
849
|
+
:class => GetTokensRequest,
|
850
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTokensRequest"),
|
851
|
+
:schema_element => [
|
852
|
+
["tokenFriendlyName", ["SOAP::SOAPString", XSD::QName.new(nil, "TokenFriendlyName")], [0, 1]],
|
853
|
+
["tokenStatus", ["TokenStatus", XSD::QName.new(nil, "TokenStatus")], [0, 1]],
|
854
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")], [0, 1]]
|
855
|
+
]
|
856
|
+
)
|
857
|
+
|
858
|
+
LiteralRegistry.register(
|
859
|
+
:class => GetAllCreditInstrumentsRequest,
|
860
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAllCreditInstrumentsRequest"),
|
861
|
+
:schema_element => [
|
862
|
+
["instrumentStatus", ["InstrumentStatus", XSD::QName.new(nil, "InstrumentStatus")], [0, 1]]
|
863
|
+
]
|
864
|
+
)
|
865
|
+
|
866
|
+
LiteralRegistry.register(
|
867
|
+
:class => GetPaymentInstructionRequest,
|
868
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetPaymentInstructionRequest"),
|
869
|
+
:schema_element => [
|
870
|
+
["tokenId", [nil, XSD::QName.new(nil, "TokenId")]]
|
871
|
+
]
|
872
|
+
)
|
873
|
+
|
874
|
+
LiteralRegistry.register(
|
875
|
+
:class => ReserveRequest,
|
876
|
+
:schema_name => XSD::QName.new(NsC_20070108, "ReserveRequest"),
|
877
|
+
:schema_element => [
|
878
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")]],
|
879
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")]],
|
880
|
+
["recipientTokenId", [nil, XSD::QName.new(nil, "RecipientTokenId")]],
|
881
|
+
["transactionAmount", ["Amount", XSD::QName.new(nil, "TransactionAmount")]],
|
882
|
+
["transactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "TransactionDate")], [0, 1]],
|
883
|
+
["chargeFeeTo", ["ChargeFeeTo", XSD::QName.new(nil, "ChargeFeeTo")]],
|
884
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
885
|
+
["senderReference", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderReference")], [0, 1]],
|
886
|
+
["recipientReference", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientReference")], [0, 1]],
|
887
|
+
["callerDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerDescription")], [0, 1]],
|
888
|
+
["senderDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderDescription")], [0, 1]],
|
889
|
+
["recipientDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientDescription")], [0, 1]],
|
890
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
891
|
+
["marketplaceFixedFee", ["Amount", XSD::QName.new(nil, "MarketplaceFixedFee")], [0, 1]],
|
892
|
+
["marketplaceVariableFee", ["SOAP::SOAPDecimal", XSD::QName.new(nil, "MarketplaceVariableFee")], [0, 1]],
|
893
|
+
["temporaryDeclinePolicy", ["TemporaryDeclinePolicy", XSD::QName.new(nil, "TemporaryDeclinePolicy")], [0, 1]],
|
894
|
+
["descriptorPolicy", ["DescriptorPolicy", XSD::QName.new(nil, "DescriptorPolicy")], [0, 1]]
|
895
|
+
]
|
896
|
+
)
|
897
|
+
|
898
|
+
LiteralRegistry.register(
|
899
|
+
:class => SettleRequest,
|
900
|
+
:schema_name => XSD::QName.new(NsC_20070108, "SettleRequest"),
|
901
|
+
:schema_element => [
|
902
|
+
["reserveTransactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "ReserveTransactionId")]],
|
903
|
+
["transactionAmount", ["Amount", XSD::QName.new(nil, "TransactionAmount")], [0, 1]],
|
904
|
+
["transactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "TransactionDate")], [0, 1]],
|
905
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]]
|
906
|
+
]
|
907
|
+
)
|
908
|
+
|
909
|
+
LiteralRegistry.register(
|
910
|
+
:class => RefundRequest,
|
911
|
+
:schema_name => XSD::QName.new(NsC_20070108, "RefundRequest"),
|
912
|
+
:schema_element => [
|
913
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")]],
|
914
|
+
["refundSenderTokenId", [nil, XSD::QName.new(nil, "RefundSenderTokenId")], [0, 1]],
|
915
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
916
|
+
["refundAmount", ["Amount", XSD::QName.new(nil, "RefundAmount")], [0, 1]],
|
917
|
+
["chargeFeeTo", ["ChargeFeeTo", XSD::QName.new(nil, "ChargeFeeTo")], [0, 1]],
|
918
|
+
["transactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "TransactionDate")], [0, 1]],
|
919
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
920
|
+
["refundSenderReference", ["SOAP::SOAPString", XSD::QName.new(nil, "RefundSenderReference")], [0, 1]],
|
921
|
+
["refundRecipientReference", ["SOAP::SOAPString", XSD::QName.new(nil, "RefundRecipientReference")], [0, 1]],
|
922
|
+
["callerDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerDescription")], [0, 1]],
|
923
|
+
["refundSenderDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "RefundSenderDescription")], [0, 1]],
|
924
|
+
["refundRecipientDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "RefundRecipientDescription")], [0, 1]],
|
925
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
926
|
+
["marketplaceRefundPolicy", ["MarketplaceRefundPolicy", XSD::QName.new(nil, "MarketplaceRefundPolicy")], [0, 1]]
|
927
|
+
]
|
928
|
+
)
|
929
|
+
|
930
|
+
LiteralRegistry.register(
|
931
|
+
:class => GetResultsRequest,
|
932
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetResultsRequest"),
|
933
|
+
:schema_element => [
|
934
|
+
["operation", ["FPSOperation", XSD::QName.new(nil, "Operation")], [0, 1]],
|
935
|
+
["maxResultsCount", ["SOAP::SOAPInteger", XSD::QName.new(nil, "MaxResultsCount")], [0, 1]]
|
936
|
+
]
|
937
|
+
)
|
938
|
+
|
939
|
+
LiteralRegistry.register(
|
940
|
+
:class => DiscardResultsRequest,
|
941
|
+
:schema_name => XSD::QName.new(NsC_20070108, "DiscardResultsRequest"),
|
942
|
+
:schema_element => [
|
943
|
+
["transactionIds", ["SOAP::SOAPString[]", XSD::QName.new(nil, "TransactionIds")], [1, nil]],
|
944
|
+
["unused", ["SOAP::SOAPString", XSD::QName.new(nil, "Unused")], [0, 1]]
|
945
|
+
]
|
946
|
+
)
|
947
|
+
|
948
|
+
LiteralRegistry.register(
|
949
|
+
:class => GetTransactionRequest,
|
950
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTransactionRequest"),
|
951
|
+
:schema_element => [
|
952
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]]
|
953
|
+
]
|
954
|
+
)
|
955
|
+
|
956
|
+
LiteralRegistry.register(
|
957
|
+
:class => RetryTransactionRequest,
|
958
|
+
:schema_name => XSD::QName.new(NsC_20070108, "RetryTransactionRequest"),
|
959
|
+
:schema_element => [
|
960
|
+
["originalTransactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "OriginalTransactionId")]]
|
961
|
+
]
|
962
|
+
)
|
963
|
+
|
964
|
+
LiteralRegistry.register(
|
965
|
+
:class => GetTokenByCallerRequest,
|
966
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTokenByCallerRequest"),
|
967
|
+
:schema_element => [
|
968
|
+
["tokenId", [nil, XSD::QName.new(nil, "TokenId")], [0, 1]],
|
969
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")], [0, 1]]
|
970
|
+
]
|
971
|
+
)
|
972
|
+
|
973
|
+
LiteralRegistry.register(
|
974
|
+
:class => CancelTokenRequest,
|
975
|
+
:schema_name => XSD::QName.new(NsC_20070108, "CancelTokenRequest"),
|
976
|
+
:schema_element => [
|
977
|
+
["tokenId", [nil, XSD::QName.new(nil, "TokenId")]],
|
978
|
+
["reasonText", ["SOAP::SOAPString", XSD::QName.new(nil, "ReasonText")], [0, 1]]
|
979
|
+
]
|
980
|
+
)
|
981
|
+
|
982
|
+
LiteralRegistry.register(
|
983
|
+
:class => GetTokenUsageResponse,
|
984
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTokenUsageResponse"),
|
985
|
+
:schema_element => [
|
986
|
+
["tokenUsageLimits", ["TokenUsageLimit[]", XSD::QName.new(nil, "TokenUsageLimits")], [0, 3]],
|
987
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
988
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
989
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
990
|
+
]
|
991
|
+
)
|
992
|
+
|
993
|
+
LiteralRegistry.register(
|
994
|
+
:class => GetPrepaidBalanceResponse,
|
995
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetPrepaidBalanceResponse"),
|
996
|
+
:schema_element => [
|
997
|
+
["prepaidBalance", ["PrepaidBalance", XSD::QName.new(nil, "PrepaidBalance")], [0, 1]],
|
998
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
999
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1000
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1001
|
+
]
|
1002
|
+
)
|
1003
|
+
|
1004
|
+
LiteralRegistry.register(
|
1005
|
+
:class => GetDebtBalanceResponse,
|
1006
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetDebtBalanceResponse"),
|
1007
|
+
:schema_element => [
|
1008
|
+
["debtBalance", ["DebtBalance", XSD::QName.new(nil, "DebtBalance")], [0, 1]],
|
1009
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1010
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1011
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1012
|
+
]
|
1013
|
+
)
|
1014
|
+
|
1015
|
+
LiteralRegistry.register(
|
1016
|
+
:class => GetTotalPrepaidLiabilityResponse,
|
1017
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTotalPrepaidLiabilityResponse"),
|
1018
|
+
:schema_element => [
|
1019
|
+
["outstandingPrepaidLiability", ["OutstandingPrepaidLiability", XSD::QName.new(nil, "OutstandingPrepaidLiability")], [0, 1]],
|
1020
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1021
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1022
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1023
|
+
]
|
1024
|
+
)
|
1025
|
+
|
1026
|
+
LiteralRegistry.register(
|
1027
|
+
:class => GetOutstandingDebtBalanceResponse,
|
1028
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetOutstandingDebtBalanceResponse"),
|
1029
|
+
:schema_element => [
|
1030
|
+
["outstandingDebt", ["OutstandingDebtBalance", XSD::QName.new(nil, "OutstandingDebt")], [0, 1]],
|
1031
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1032
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1033
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1034
|
+
]
|
1035
|
+
)
|
1036
|
+
|
1037
|
+
LiteralRegistry.register(
|
1038
|
+
:class => TransactionResponse,
|
1039
|
+
:schema_name => XSD::QName.new(NsC_20070108, "TransactionResponse"),
|
1040
|
+
:schema_element => [
|
1041
|
+
["transactionId", ["SOAP::SOAPString", XSD::QName.new(nil, "TransactionId")]],
|
1042
|
+
["status", ["TransactionStatus", XSD::QName.new(nil, "Status")]],
|
1043
|
+
["statusDetail", ["SOAP::SOAPString", XSD::QName.new(nil, "StatusDetail")], [0, 1]],
|
1044
|
+
["newSenderTokenUsage", ["TokenUsageLimit[]", XSD::QName.new(nil, "NewSenderTokenUsage")], [0, 3]]
|
1045
|
+
]
|
1046
|
+
)
|
1047
|
+
|
1048
|
+
LiteralRegistry.register(
|
1049
|
+
:class => SettleDebtResponse,
|
1050
|
+
:schema_name => XSD::QName.new(NsC_20070108, "SettleDebtResponse"),
|
1051
|
+
:schema_element => [
|
1052
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1053
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1054
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1055
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1056
|
+
]
|
1057
|
+
)
|
1058
|
+
|
1059
|
+
LiteralRegistry.register(
|
1060
|
+
:class => WriteOffDebtResponse,
|
1061
|
+
:schema_name => XSD::QName.new(NsC_20070108, "WriteOffDebtResponse"),
|
1062
|
+
:schema_element => [
|
1063
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1064
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1065
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1066
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1067
|
+
]
|
1068
|
+
)
|
1069
|
+
|
1070
|
+
LiteralRegistry.register(
|
1071
|
+
:class => FundPrepaidResponse,
|
1072
|
+
:schema_name => XSD::QName.new(NsC_20070108, "FundPrepaidResponse"),
|
1073
|
+
:schema_element => [
|
1074
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1075
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1076
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1077
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1078
|
+
]
|
1079
|
+
)
|
1080
|
+
|
1081
|
+
LiteralRegistry.register(
|
1082
|
+
:class => SubscribeForCallerNotificationResponse,
|
1083
|
+
:schema_name => XSD::QName.new(NsC_20070108, "SubscribeForCallerNotificationResponse"),
|
1084
|
+
:schema_element => [
|
1085
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1086
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1087
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1088
|
+
]
|
1089
|
+
)
|
1090
|
+
|
1091
|
+
LiteralRegistry.register(
|
1092
|
+
:class => UnSubscribeForCallerNotificationResponse,
|
1093
|
+
:schema_name => XSD::QName.new(NsC_20070108, "UnSubscribeForCallerNotificationResponse"),
|
1094
|
+
:schema_element => [
|
1095
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1096
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1097
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1098
|
+
]
|
1099
|
+
)
|
1100
|
+
|
1101
|
+
LiteralRegistry.register(
|
1102
|
+
:class => GetAllPrepaidInstrumentsResponse,
|
1103
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAllPrepaidInstrumentsResponse"),
|
1104
|
+
:schema_element => [
|
1105
|
+
["prepaidInstrumentIds", ["[]", XSD::QName.new(nil, "PrepaidInstrumentIds")], [0, nil]],
|
1106
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1107
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1108
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1109
|
+
]
|
1110
|
+
)
|
1111
|
+
|
1112
|
+
LiteralRegistry.register(
|
1113
|
+
:class => GetAccountBalanceResponse,
|
1114
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAccountBalanceResponse"),
|
1115
|
+
:schema_element => [
|
1116
|
+
["accountBalance", ["AccountBalance", XSD::QName.new(nil, "AccountBalance")], [0, 1]],
|
1117
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1118
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1119
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1120
|
+
]
|
1121
|
+
)
|
1122
|
+
|
1123
|
+
LiteralRegistry.register(
|
1124
|
+
:class => GetAccountActivityResponse,
|
1125
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAccountActivityResponse"),
|
1126
|
+
:schema_element => [
|
1127
|
+
["responseBatchSize", ["SOAP::SOAPInteger", XSD::QName.new(nil, "ResponseBatchSize")], [0, 1]],
|
1128
|
+
["transactions", ["Transaction[]", XSD::QName.new(nil, "Transactions")], [0, nil]],
|
1129
|
+
["startTimeForNextTransaction", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "StartTimeForNextTransaction")], [0, 1]],
|
1130
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1131
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1132
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1133
|
+
]
|
1134
|
+
)
|
1135
|
+
|
1136
|
+
LiteralRegistry.register(
|
1137
|
+
:class => InstallPaymentInstructionResponse,
|
1138
|
+
:schema_name => XSD::QName.new(NsC_20070108, "InstallPaymentInstructionResponse"),
|
1139
|
+
:schema_element => [
|
1140
|
+
["tokenId", [nil, XSD::QName.new(nil, "TokenId")], [0, 1]],
|
1141
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1142
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1143
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1144
|
+
]
|
1145
|
+
)
|
1146
|
+
|
1147
|
+
LiteralRegistry.register(
|
1148
|
+
:class => InstallPaymentInstructionBatchRequest,
|
1149
|
+
:schema_name => XSD::QName.new(NsC_20070108, "InstallPaymentInstructionBatchRequest"),
|
1150
|
+
:schema_element => [
|
1151
|
+
["installPaymentInstructionRequest", ["InstallPaymentInstructionRequest[]", XSD::QName.new(NsC_20070108, "InstallPaymentInstructionRequest")], [2, 3]],
|
1152
|
+
["unused", ["SOAP::SOAPString", XSD::QName.new(nil, "Unused")], [0, 1]]
|
1153
|
+
]
|
1154
|
+
)
|
1155
|
+
|
1156
|
+
LiteralRegistry.register(
|
1157
|
+
:class => InstallPaymentInstructionBatchResponse,
|
1158
|
+
:schema_name => XSD::QName.new(NsC_20070108, "InstallPaymentInstructionBatchResponse"),
|
1159
|
+
:schema_element => [
|
1160
|
+
["installPaymentInstructionResponse", ["InstallPaymentInstructionResponse[]", XSD::QName.new(NsC_20070108, "InstallPaymentInstructionResponse")], [2, 3]],
|
1161
|
+
["unused", ["SOAP::SOAPString", XSD::QName.new(nil, "Unused")], [0, 1]]
|
1162
|
+
]
|
1163
|
+
)
|
1164
|
+
|
1165
|
+
LiteralRegistry.register(
|
1166
|
+
:class => InstallPaymentInstructionRequest,
|
1167
|
+
:schema_name => XSD::QName.new(NsC_20070108, "InstallPaymentInstructionRequest"),
|
1168
|
+
:schema_element => [
|
1169
|
+
["paymentInstruction", ["SOAP::SOAPString", XSD::QName.new(nil, "PaymentInstruction")]],
|
1170
|
+
["tokenFriendlyName", ["SOAP::SOAPString", XSD::QName.new(nil, "TokenFriendlyName")], [0, 1]],
|
1171
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
1172
|
+
["tokenType", ["TokenType", XSD::QName.new(nil, "TokenType")]],
|
1173
|
+
["paymentReason", ["SOAP::SOAPString", XSD::QName.new(nil, "PaymentReason")], [0, 1]]
|
1174
|
+
]
|
1175
|
+
)
|
1176
|
+
|
1177
|
+
LiteralRegistry.register(
|
1178
|
+
:class => GetTokensResponse,
|
1179
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTokensResponse"),
|
1180
|
+
:schema_element => [
|
1181
|
+
["tokens", ["Token[]", XSD::QName.new(nil, "Tokens")], [0, nil]],
|
1182
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1183
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1184
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1185
|
+
]
|
1186
|
+
)
|
1187
|
+
|
1188
|
+
LiteralRegistry.register(
|
1189
|
+
:class => GetAllCreditInstrumentsResponse,
|
1190
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetAllCreditInstrumentsResponse"),
|
1191
|
+
:schema_element => [
|
1192
|
+
["creditInstrumentIds", ["[]", XSD::QName.new(nil, "CreditInstrumentIds")], [0, nil]],
|
1193
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1194
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1195
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1196
|
+
]
|
1197
|
+
)
|
1198
|
+
|
1199
|
+
LiteralRegistry.register(
|
1200
|
+
:class => GetPaymentInstructionResponse,
|
1201
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetPaymentInstructionResponse"),
|
1202
|
+
:schema_element => [
|
1203
|
+
["token", ["Token", XSD::QName.new(nil, "Token")], [0, 1]],
|
1204
|
+
["paymentInstruction", ["SOAP::SOAPString", XSD::QName.new(nil, "PaymentInstruction")], [0, 1]],
|
1205
|
+
["accountId", [nil, XSD::QName.new(nil, "AccountId")], [0, 1]],
|
1206
|
+
["tokenFriendlyName", ["SOAP::SOAPString", XSD::QName.new(nil, "TokenFriendlyName")], [0, 1]],
|
1207
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1208
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1209
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1210
|
+
]
|
1211
|
+
)
|
1212
|
+
|
1213
|
+
LiteralRegistry.register(
|
1214
|
+
:class => PayResponse,
|
1215
|
+
:schema_name => XSD::QName.new(NsC_20070108, "PayResponse"),
|
1216
|
+
:schema_element => [
|
1217
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1218
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1219
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1220
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1221
|
+
]
|
1222
|
+
)
|
1223
|
+
|
1224
|
+
LiteralRegistry.register(
|
1225
|
+
:class => PayRequest,
|
1226
|
+
:schema_name => XSD::QName.new(NsC_20070108, "PayRequest"),
|
1227
|
+
:schema_element => [
|
1228
|
+
["callerTokenId", [nil, XSD::QName.new(nil, "CallerTokenId")]],
|
1229
|
+
["senderTokenId", [nil, XSD::QName.new(nil, "SenderTokenId")]],
|
1230
|
+
["recipientTokenId", [nil, XSD::QName.new(nil, "RecipientTokenId")]],
|
1231
|
+
["transactionAmount", ["Amount", XSD::QName.new(nil, "TransactionAmount")]],
|
1232
|
+
["transactionDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "TransactionDate")], [0, 1]],
|
1233
|
+
["chargeFeeTo", ["ChargeFeeTo", XSD::QName.new(nil, "ChargeFeeTo")]],
|
1234
|
+
["callerReference", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerReference")]],
|
1235
|
+
["senderReference", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderReference")], [0, 1]],
|
1236
|
+
["recipientReference", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientReference")], [0, 1]],
|
1237
|
+
["callerDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "CallerDescription")], [0, 1]],
|
1238
|
+
["senderDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "SenderDescription")], [0, 1]],
|
1239
|
+
["recipientDescription", ["SOAP::SOAPString", XSD::QName.new(nil, "RecipientDescription")], [0, 1]],
|
1240
|
+
["metaData", ["SOAP::SOAPString", XSD::QName.new(nil, "MetaData")], [0, 1]],
|
1241
|
+
["marketplaceFixedFee", ["Amount", XSD::QName.new(nil, "MarketplaceFixedFee")], [0, 1]],
|
1242
|
+
["marketplaceVariableFee", ["SOAP::SOAPDecimal", XSD::QName.new(nil, "MarketplaceVariableFee")], [0, 1]],
|
1243
|
+
["temporaryDeclinePolicy", ["TemporaryDeclinePolicy", XSD::QName.new(nil, "TemporaryDeclinePolicy")], [0, 1]],
|
1244
|
+
["descriptorPolicy", ["DescriptorPolicy", XSD::QName.new(nil, "DescriptorPolicy")], [0, 1]]
|
1245
|
+
]
|
1246
|
+
)
|
1247
|
+
|
1248
|
+
LiteralRegistry.register(
|
1249
|
+
:class => PayBatchRequest,
|
1250
|
+
:schema_name => XSD::QName.new(NsC_20070108, "PayBatchRequest"),
|
1251
|
+
:schema_element => [
|
1252
|
+
["payRequest", ["PayRequest[]", XSD::QName.new(NsC_20070108, "PayRequest")], [2, 3]],
|
1253
|
+
["unused", ["SOAP::SOAPString", XSD::QName.new(nil, "Unused")], [0, 1]]
|
1254
|
+
]
|
1255
|
+
)
|
1256
|
+
|
1257
|
+
LiteralRegistry.register(
|
1258
|
+
:class => PayBatchResponse,
|
1259
|
+
:schema_name => XSD::QName.new(NsC_20070108, "PayBatchResponse"),
|
1260
|
+
:schema_element => [
|
1261
|
+
["payResponse", ["PayResponse[]", XSD::QName.new(NsC_20070108, "PayResponse")], [2, 3]],
|
1262
|
+
["unused", ["SOAP::SOAPString", XSD::QName.new(nil, "Unused")], [0, 1]]
|
1263
|
+
]
|
1264
|
+
)
|
1265
|
+
|
1266
|
+
LiteralRegistry.register(
|
1267
|
+
:class => ReserveResponse,
|
1268
|
+
:schema_name => XSD::QName.new(NsC_20070108, "ReserveResponse"),
|
1269
|
+
:schema_element => [
|
1270
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1271
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1272
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1273
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1274
|
+
]
|
1275
|
+
)
|
1276
|
+
|
1277
|
+
LiteralRegistry.register(
|
1278
|
+
:class => SettleResponse,
|
1279
|
+
:schema_name => XSD::QName.new(NsC_20070108, "SettleResponse"),
|
1280
|
+
:schema_element => [
|
1281
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1282
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1283
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1284
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1285
|
+
]
|
1286
|
+
)
|
1287
|
+
|
1288
|
+
LiteralRegistry.register(
|
1289
|
+
:class => RefundResponse,
|
1290
|
+
:schema_name => XSD::QName.new(NsC_20070108, "RefundResponse"),
|
1291
|
+
:schema_element => [
|
1292
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1293
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1294
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1295
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1296
|
+
]
|
1297
|
+
)
|
1298
|
+
|
1299
|
+
LiteralRegistry.register(
|
1300
|
+
:class => DiscardResultsResponse,
|
1301
|
+
:schema_name => XSD::QName.new(NsC_20070108, "DiscardResultsResponse"),
|
1302
|
+
:schema_element => [
|
1303
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1304
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1305
|
+
["discardErrors", ["SOAP::SOAPString[]", XSD::QName.new(nil, "DiscardErrors")], [0, nil]],
|
1306
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1307
|
+
]
|
1308
|
+
)
|
1309
|
+
|
1310
|
+
LiteralRegistry.register(
|
1311
|
+
:class => GetResultsResponse,
|
1312
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetResultsResponse"),
|
1313
|
+
:schema_element => [
|
1314
|
+
["transactionResults", ["TransactionResult[]", XSD::QName.new(nil, "TransactionResults")], [0, nil]],
|
1315
|
+
["numberPending", ["SOAP::SOAPInteger", XSD::QName.new(nil, "NumberPending")], [0, 1]],
|
1316
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1317
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1318
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1319
|
+
]
|
1320
|
+
)
|
1321
|
+
|
1322
|
+
LiteralRegistry.register(
|
1323
|
+
:class => GetTransactionResponse,
|
1324
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTransactionResponse"),
|
1325
|
+
:schema_element => [
|
1326
|
+
["transaction", ["TransactionDetail", XSD::QName.new(nil, "Transaction")], [0, 1]],
|
1327
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1328
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1329
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1330
|
+
]
|
1331
|
+
)
|
1332
|
+
|
1333
|
+
LiteralRegistry.register(
|
1334
|
+
:class => RetryTransactionResponse,
|
1335
|
+
:schema_name => XSD::QName.new(NsC_20070108, "RetryTransactionResponse"),
|
1336
|
+
:schema_element => [
|
1337
|
+
["transactionResponse", ["TransactionResponse", XSD::QName.new(NsC_20070108, "TransactionResponse")], [0, 1]],
|
1338
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1339
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1340
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1341
|
+
]
|
1342
|
+
)
|
1343
|
+
|
1344
|
+
LiteralRegistry.register(
|
1345
|
+
:class => GetTokenByCallerResponse,
|
1346
|
+
:schema_name => XSD::QName.new(NsC_20070108, "GetTokenByCallerResponse"),
|
1347
|
+
:schema_element => [
|
1348
|
+
["token", ["Token", XSD::QName.new(nil, "Token")], [0, 1]],
|
1349
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1350
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1351
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1352
|
+
]
|
1353
|
+
)
|
1354
|
+
|
1355
|
+
LiteralRegistry.register(
|
1356
|
+
:class => CancelTokenResponse,
|
1357
|
+
:schema_name => XSD::QName.new(NsC_20070108, "CancelTokenResponse"),
|
1358
|
+
:schema_element => [
|
1359
|
+
["status", ["ResponseStatus", XSD::QName.new(nil, "Status")]],
|
1360
|
+
["errors", ["ServiceErrors", XSD::QName.new(nil, "Errors")], [0, 1]],
|
1361
|
+
["requestId", ["SOAP::SOAPString", XSD::QName.new(nil, "RequestId")]]
|
1362
|
+
]
|
1363
|
+
)
|
1364
|
+
end
|