UNPKG

8.35 kBHTMLView Raw
1<!DOCTYPE html>
2
3<html lang="en">
4<head>
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width">
7 <title>GMO Client Library for Node.js Namespace: creditCard</title>
8
9 <!--[if lt IE 9]>
10 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11 <![endif]-->
12 <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
13
14 <link type="text/css" rel="stylesheet" href="styles/site.cosmo.css">
15
16</head>
17
18<body>
19
20<div class="navbar navbar-default navbar-fixed-top navbar-inverse">
21<div class="container">
22 <div class="navbar-header">
23 <a class="navbar-brand" href="index.html">GMO Client Library for Node.js</a>
24 <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
25 <span class="icon-bar"></span>
26 <span class="icon-bar"></span>
27 <span class="icon-bar"></span>
28 </button>
29 </div>
30 <div class="navbar-collapse collapse" id="topNavigation">
31 <ul class="nav navbar-nav">
32
33 <li class="dropdown">
34 <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a>
35 <ul class="dropdown-menu ">
36 <li><a href="error_badRequestError.html">error/badRequestError</a></li><li><a href="error_errors.html">error/errors</a></li><li><a href="factory.resultNotification.creditCard.html">factory.resultNotification.creditCard</a></li><li><a href="services_card.html">services/card</a></li><li><a href="services_credit.html">services/credit</a></li><li><a href="utils_util.html">utils/util</a></li>
37 </ul>
38 </li>
39
40 <li class="dropdown">
41 <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a>
42 <ul class="dropdown-menu ">
43 <li><a href="module-index.html">index</a></li>
44 </ul>
45 </li>
46
47 <li class="dropdown">
48 <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a>
49 <ul class="dropdown-menu ">
50 <li><a href="error_badRequestError.BadRequestError.html">error/badRequestError.BadRequestError</a></li>
51 </ul>
52 </li>
53
54 <li class="dropdown">
55 <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a>
56 <ul class="dropdown-menu ">
57 <li><a href="global.html#parseErrorMessage">parseErrorMessage</a></li>
58 </ul>
59 </li>
60
61 </ul>
62
63 <div class="col-sm-3 col-md-3">
64 <form class="navbar-form" role="search">
65 <div class="input-group">
66 <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
67 <div class="input-group-btn">
68 <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
69 </div>
70 </div>
71 </form>
72 </div>
73
74 </div>
75
76</div>
77</div>
78
79
80<div class="container" id="toc-content">
81<div class="row">
82
83
84 <div class="col-md-8">
85
86 <div id="main">
87
88
89 <h1 class="page-title">Namespace: creditCard</h1>
90<section>
91
92<header>
93
94 <h2>
95 creditCard
96 </h2>
97
98
99</header>
100
101
102<article>
103 <div class="container-overview">
104
105
106 <div class="description"><p>カード決済結果通知ファクトリー</p></div>
107
108
109
110<dl class="details">
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140 <dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
141 <dd class="tag-source">
142 <ul class="dummy">
143 <li>
144 <a href="factory_resultNotification_creditCard.js.html">factory/resultNotification/creditCard.js</a>,
145 <a href="factory_resultNotification_creditCard.js.html#sunlight-1-line-2">line 2</a>
146 </li>
147 </ul>
148 </dd>
149
150
151
152
153
154
155
156</dl>
157
158
159
160
161 </div>
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176 <h3 class="subsection-title">Methods</h3>
177
178 <dl>
179
180<hr>
181<dt>
182 <h4 class="name" id=".createFromRequestBody"><span class="type-signature">&lt;static> </span>createFromRequestBody(body)</h4>
183
184
185</dt>
186<dd>
187
188
189 <div class="description">
190 <p>結果通知本文をパースする</p>
191 </div>
192
193
194
195
196
197
198
199
200 <h5>Parameters:</h5>
201
202
203<table class="params table table-striped">
204 <thead>
205 <tr>
206
207 <th>Name</th>
208
209
210 <th>Type</th>
211
212
213
214
215
216 <th class="last">Description</th>
217 </tr>
218 </thead>
219
220 <tbody>
221
222
223 <tr>
224
225 <td class="name"><code>body</code></td>
226
227
228 <td class="type">
229
230 </td>
231
232
233
234
235
236 <td class="description last"><p>結果通知本文</p></td>
237 </tr>
238
239
240 </tbody>
241</table>
242
243
244
245
246<dl class="details">
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276 <dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
277 <dd class="tag-source">
278 <ul class="dummy">
279 <li>
280 <a href="factory_resultNotification_creditCard.js.html">factory/resultNotification/creditCard.js</a>,
281 <a href="factory_resultNotification_creditCard.js.html#sunlight-1-line-14">line 14</a>
282 </li>
283 </ul>
284 </dd>
285
286
287
288
289
290
291
292</dl>
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308</dd>
309
310 </dl>
311
312
313
314
315
316</article>
317
318</section>
319
320
321
322
323 </div>
324 </div>
325
326 <div class="clearfix"></div>
327
328
329 <div class="col-md-3">
330 <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
331 </div>
332
333
334</div>
335</div>
336
337
338 <div class="modal fade" id="searchResults">
339 <div class="modal-dialog">
340 <div class="modal-content">
341 <div class="modal-header">
342 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
343 <h4 class="modal-title">Search results</h4>
344 </div>
345 <div class="modal-body"></div>
346 <div class="modal-footer">
347 <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
348 </div>
349 </div><!-- /.modal-content -->
350 </div><!-- /.modal-dialog -->
351 </div>
352
353
354<footer>
355
356
357<span class="jsdoc-message">
358 Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
359
360 on Sat Oct 28th 2017
361
362 using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
363</span>
364</footer>
365
366<script src="scripts/docstrap.lib.js"></script>
367<script src="scripts/toc.js"></script>
368
369 <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
370
371
372<script>
373$( function () {
374 $( "[id*='$']" ).each( function () {
375 var $this = $( this );
376
377 $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
378 } );
379
380 $( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
381 var $this = $( this );
382
383 var example = $this.find( "code" );
384 exampleText = example.html();
385 var lang = /{@lang (.*?)}/.exec( exampleText );
386 if ( lang && lang[1] ) {
387 exampleText = exampleText.replace( lang[0], "" );
388 example.html( exampleText );
389 lang = lang[1];
390 } else {
391 var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
392 lang = langClassMatch ? langClassMatch[1] : "javascript";
393 }
394
395 if ( lang ) {
396
397 $this
398 .addClass( "sunlight-highlight-" + lang )
399 .addClass( "linenums" )
400 .html( example.html() );
401
402 }
403 } );
404
405 Sunlight.highlightAll( {
406 lineNumbers : true,
407 showMenu : true,
408 enableDoclinks : true
409 } );
410
411 $.catchAnchorLinks( {
412 navbarOffset: 10
413 } );
414 $( "#toc" ).toc( {
415 anchorName : function ( i, heading, prefix ) {
416 return $( heading ).attr( "id" ) || ( prefix + i );
417 },
418 selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
419 showAndHide : false,
420 smoothScrolling: true
421 } );
422
423 $( "#main span[id^='toc']" ).addClass( "toc-shim" );
424 $( '.dropdown-toggle' ).dropdown();
425
426 $( "table" ).each( function () {
427 var $this = $( this );
428 $this.addClass('table');
429 } );
430
431} );
432</script>
433
434
435
436<!--Navigation and Symbol Display-->
437
438
439<!--Google Analytics-->
440
441
442
443 <script type="text/javascript">
444 $(document).ready(function() {
445 SearcherDisplay.init();
446 });
447 </script>
448
449
450</body>
451</html>
\No newline at end of file