@paydock/client-sdk 1.11.9-beta → 1.11.12-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +726 -726
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -233,16 +233,16 @@ This example shows how you can use a lot of other methods to settings your form
233
233
  ## Classes
234
234
 
235
235
  <dl>
236
- <dt><a href="#w_HtmlWidget">HtmlWidget</a> ⇐ <code><a href="#w_HtmlMultiWidget">HtmlMultiWidget</a></code></dt>
236
+ <dt><a href="#user-content-w_HtmlWidget">HtmlWidget</a> ⇐ <code><a href="#user-content-w_HtmlMultiWidget">HtmlMultiWidget</a></code></dt>
237
237
  <dd><p>Class Widget include method for working on html and include extended by HtmlMultiWidget methods</p>
238
238
  </dd>
239
- <dt><a href="#w_HtmlMultiWidget">HtmlMultiWidget</a> ⇐ <code><a href="#w_MultiWidget">MultiWidget</a></code></dt>
239
+ <dt><a href="#user-content-w_HtmlMultiWidget">HtmlMultiWidget</a> ⇐ <code><a href="#user-content-w_MultiWidget">MultiWidget</a></code></dt>
240
240
  <dd><p>Class HtmlMultiWidget include method for working with html</p>
241
241
  </dd>
242
- <dt><a href="#w_Configuration">Configuration</a></dt>
242
+ <dt><a href="#user-content-w_Configuration">Configuration</a></dt>
243
243
  <dd><p>Class Configuration include methods for creating configuration token</p>
244
244
  </dd>
245
- <dt><a href="#w_MultiWidget">MultiWidget</a></dt>
245
+ <dt><a href="#user-content-w_MultiWidget">MultiWidget</a></dt>
246
246
  <dd><p>Class MultiWidget include method for for creating iframe url</p>
247
247
  </dd>
248
248
  </dl>
@@ -250,40 +250,40 @@ This example shows how you can use a lot of other methods to settings your form
250
250
  ## Constants
251
251
 
252
252
  <dl>
253
- <dt><a href="#w_EVENT">EVENT</a> : <code>object</code></dt>
253
+ <dt><a href="#user-content-w_EVENT">EVENT</a> : <code>object</code></dt>
254
254
  <dd><p>List of available event&#39;s name</p>
255
255
  </dd>
256
- <dt><a href="#w_VAULT_DISPLAY_EVENT">VAULT_DISPLAY_EVENT</a> : <code>object</code></dt>
256
+ <dt><a href="#user-content-w_VAULT_DISPLAY_EVENT">VAULT_DISPLAY_EVENT</a> : <code>object</code></dt>
257
257
  <dd><p>List of available event&#39;s name</p>
258
258
  </dd>
259
- <dt><a href="#w_PAYMENT_TYPE">PAYMENT_TYPE</a> : <code>object</code></dt>
259
+ <dt><a href="#user-content-w_PAYMENT_TYPE">PAYMENT_TYPE</a> : <code>object</code></dt>
260
260
  <dd><p>List of available payment source types</p>
261
261
  </dd>
262
- <dt><a href="#w_PURPOSE">PURPOSE</a> : <code>object</code></dt>
262
+ <dt><a href="#user-content-w_PURPOSE">PURPOSE</a> : <code>object</code></dt>
263
263
  <dd><p>Purposes</p>
264
264
  </dd>
265
- <dt><a href="#w_FORM_FIELD">FORM_FIELD</a> : <code>object</code></dt>
265
+ <dt><a href="#user-content-w_FORM_FIELD">FORM_FIELD</a> : <code>object</code></dt>
266
266
  <dd><p>Current constant include available type of fields which can be included to widget</p>
267
267
  </dd>
268
- <dt><a href="#w_STYLE">STYLE</a> : <code>object</code></dt>
268
+ <dt><a href="#user-content-w_STYLE">STYLE</a> : <code>object</code></dt>
269
269
  <dd><p>List of available style params for widget</p>
270
270
  </dd>
271
- <dt><a href="#w_TEXT">TEXT</a> : <code>object</code></dt>
271
+ <dt><a href="#user-content-w_TEXT">TEXT</a> : <code>object</code></dt>
272
272
  <dd><p>List of available text item params for widget</p>
273
273
  </dd>
274
- <dt><a href="#w_ELEMENT">ELEMENT</a> : <code>object</code></dt>
274
+ <dt><a href="#user-content-w_ELEMENT">ELEMENT</a> : <code>object</code></dt>
275
275
  <dd><p>List of available params for hide elements</p>
276
276
  </dd>
277
- <dt><a href="#w_SUPPORTED_CARD_TYPES">SUPPORTED_CARD_TYPES</a> : <code>object</code></dt>
277
+ <dt><a href="#user-content-w_SUPPORTED_CARD_TYPES">SUPPORTED_CARD_TYPES</a> : <code>object</code></dt>
278
278
  <dd><p>The list of available parameters for showing card icons</p>
279
279
  </dd>
280
- <dt><a href="#w_STYLABLE_ELEMENT">STYLABLE_ELEMENT</a> : <code>object</code></dt>
280
+ <dt><a href="#user-content-w_STYLABLE_ELEMENT">STYLABLE_ELEMENT</a> : <code>object</code></dt>
281
281
  <dd><p>Current constant include available type of element for styling</p>
282
282
  </dd>
283
- <dt><a href="#w_STYLABLE_ELEMENT_STATE">STYLABLE_ELEMENT_STATE</a> : <code>object</code></dt>
283
+ <dt><a href="#user-content-w_STYLABLE_ELEMENT_STATE">STYLABLE_ELEMENT_STATE</a> : <code>object</code></dt>
284
284
  <dd><p>Current constant include available states of element for styling</p>
285
285
  </dd>
286
- <dt><a href="#w_TRIGGER">TRIGGER</a> : <code>object</code></dt>
286
+ <dt><a href="#user-content-w_TRIGGER">TRIGGER</a> : <code>object</code></dt>
287
287
  <dd><p>List of available triggers</p>
288
288
  </dd>
289
289
  </dl>
@@ -291,51 +291,51 @@ This example shows how you can use a lot of other methods to settings your form
291
291
  ## Interfaces
292
292
 
293
293
  <dl>
294
- <dt><a href="#w_IFormValidation">IFormValidation</a></dt>
294
+ <dt><a href="#user-content-w_IFormValidation">IFormValidation</a></dt>
295
295
  <dd><p>Interface of data from validation event.</p>
296
296
  </dd>
297
- <dt><a href="#w_IEventMetaData">IEventMetaData</a></dt>
297
+ <dt><a href="#user-content-w_IEventMetaData">IEventMetaData</a></dt>
298
298
  <dd><p>Interface of data from event.</p>
299
299
  </dd>
300
- <dt><a href="#w_IEventAfterLoadData">IEventAfterLoadData</a></dt>
300
+ <dt><a href="#user-content-w_IEventAfterLoadData">IEventAfterLoadData</a></dt>
301
301
  <dd><p>Interface of data from event.</p>
302
302
  </dd>
303
- <dt><a href="#w_IEventFinishData">IEventFinishData</a></dt>
303
+ <dt><a href="#user-content-w_IEventFinishData">IEventFinishData</a></dt>
304
304
  <dd><p>Interface of data from event.</p>
305
305
  </dd>
306
- <dt><a href="#w_IPayPalMeta">IPayPalMeta</a></dt>
306
+ <dt><a href="#user-content-w_IPayPalMeta">IPayPalMeta</a></dt>
307
307
  <dd><p>Interface for PayPal checkout meta information</p>
308
308
  </dd>
309
- <dt><a href="#w_IBamboraMeta">IBamboraMeta</a></dt>
309
+ <dt><a href="#user-content-w_IBamboraMeta">IBamboraMeta</a></dt>
310
310
  <dd><p>Interface for Bamboora meta information</p>
311
311
  </dd>
312
- <dt><a href="#w_IStyles">IStyles</a></dt>
312
+ <dt><a href="#user-content-w_IStyles">IStyles</a></dt>
313
313
  <dd><p>Interface for classes that represent widget&#39;s styles.</p>
314
314
  </dd>
315
- <dt><a href="#w_ITexts">ITexts</a></dt>
315
+ <dt><a href="#user-content-w_ITexts">ITexts</a></dt>
316
316
  <dd><p>Interface for classes that represent widget&#39;s text.</p>
317
317
  </dd>
318
- <dt><a href="#w_IElementStyleInput">IElementStyleInput</a></dt>
318
+ <dt><a href="#user-content-w_IElementStyleInput">IElementStyleInput</a></dt>
319
319
  <dd><p>Interface for styling input element.</p>
320
320
  </dd>
321
- <dt><a href="#w_IElementStyleSubmitButton">IElementStyleSubmitButton</a></dt>
321
+ <dt><a href="#user-content-w_IElementStyleSubmitButton">IElementStyleSubmitButton</a></dt>
322
322
  <dd><p>Interface for styling submit_button element.</p>
323
323
  </dd>
324
- <dt><a href="#w_IElementStyleLabel">IElementStyleLabel</a></dt>
324
+ <dt><a href="#user-content-w_IElementStyleLabel">IElementStyleLabel</a></dt>
325
325
  <dd><p>Interface for styling label element.</p>
326
326
  </dd>
327
- <dt><a href="#w_IElementStyleTitle">IElementStyleTitle</a></dt>
327
+ <dt><a href="#user-content-w_IElementStyleTitle">IElementStyleTitle</a></dt>
328
328
  <dd><p>Interface for styling title element.</p>
329
329
  </dd>
330
- <dt><a href="#w_IElementStyleTitleDescription">IElementStyleTitleDescription</a></dt>
330
+ <dt><a href="#user-content-w_IElementStyleTitleDescription">IElementStyleTitleDescription</a></dt>
331
331
  <dd><p>Interface for styling title_description element.</p>
332
332
  </dd>
333
- <dt><a href="#w_ITriggerData">ITriggerData</a></dt>
333
+ <dt><a href="#user-content-w_ITriggerData">ITriggerData</a></dt>
334
334
  <dd><p>Interface for classes that represent a trigger data.</p>
335
335
  </dd>
336
336
  </dl>
337
337
 
338
- <a name="w_IFormValidation" id="w_IFormValidation" class="anchor" aria-hidden="true" href="IFormValidation">&nbsp;</a>
338
+ <a name="w_IFormValidation" id="w_IFormValidation" href="#user-content-w_IFormValidation">&nbsp;</a>
339
339
 
340
340
  ## IFormValidation
341
341
  Interface of data from validation event.
@@ -353,7 +353,7 @@ Interface of data from validation event.
353
353
  | [invalid_showed_fields] | <code>array</code> | List of fields on which the error is already displayed |
354
354
  | [validators] | <code>array</code> | List of validators with fields |
355
355
 
356
- <a name="w_IEventMetaData" id="w_IEventMetaData" class="anchor" aria-hidden="true" href="IEventMetaData">&nbsp;</a>
356
+ <a name="w_IEventMetaData" id="w_IEventMetaData" href="#user-content-w_IEventMetaData">&nbsp;</a>
357
357
 
358
358
  ## IEventMetaData
359
359
  Interface of data from event.
@@ -375,7 +375,7 @@ Interface of data from event.
375
375
  | [account_name] | <code>string</code> | Bank account account name |
376
376
  | [account_number] | <code>string</code> | Bank account account number |
377
377
 
378
- <a name="w_IEventAfterLoadData" id="w_IEventAfterLoadData" class="anchor" aria-hidden="true" href="IEventAfterLoadData">&nbsp;</a>
378
+ <a name="w_IEventAfterLoadData" id="w_IEventAfterLoadData" href="#user-content-w_IEventAfterLoadData">&nbsp;</a>
379
379
 
380
380
  ## IEventAfterLoadData
381
381
  Interface of data from event.
@@ -389,7 +389,7 @@ Interface of data from event.
389
389
  | message_source | <code>string</code> | System variable. Event source |
390
390
  | [ref_id] | <code>string</code> | Custom value for identify result of processed operation |
391
391
 
392
- <a name="w_IEventFinishData" id="w_IEventFinishData" class="anchor" aria-hidden="true" href="IEventFinishData">&nbsp;</a>
392
+ <a name="w_IEventFinishData" id="w_IEventFinishData" href="#user-content-w_IEventFinishData">&nbsp;</a>
393
393
 
394
394
  ## IEventFinishData
395
395
  Interface of data from event.
@@ -404,7 +404,7 @@ Interface of data from event.
404
404
  | [ref_id] | <code>string</code> | Custom value for identify result of processed operation |
405
405
  | payment_source | <code>string</code> | One time token. Result from this endpoint [API docs](https://docs.paydock.com/#tokens) |
406
406
 
407
- <a name="w_IPayPalMeta" id="w_IPayPalMeta" class="anchor" aria-hidden="true" href="IPayPalMeta">&nbsp;</a>
407
+ <a name="w_IPayPalMeta" id="w_IPayPalMeta" href="#user-content-w_IPayPalMeta">&nbsp;</a>
408
408
 
409
409
  ## IPayPalMeta
410
410
  Interface for PayPal checkout meta information
@@ -431,7 +431,7 @@ Interface for PayPal checkout meta information
431
431
  | [phone] | <code>string</code> | The consumer’s phone number in E.164 international notation (Example: +12345678901) |
432
432
  | [hide_shipping_address] | <code>boolean</code> | Determines whether PayPal displays shipping address fields on the PayPal pages |
433
433
 
434
- <a name="w_IBamboraMeta" id="w_IBamboraMeta" class="anchor" aria-hidden="true" href="IBamboraMeta">&nbsp;</a>
434
+ <a name="w_IBamboraMeta" id="w_IBamboraMeta" href="#user-content-w_IBamboraMeta">&nbsp;</a>
435
435
 
436
436
  ## IBamboraMeta
437
437
  Interface for Bamboora meta information
@@ -443,7 +443,7 @@ Interface for Bamboora meta information
443
443
  | [customer_storage_number] | <code>string</code> | Customer storage number |
444
444
  | [tokenise_algorithm] | <code>number</code> | Tokenise algorithm |
445
445
 
446
- <a name="w_IStyles" id="w_IStyles" class="anchor" aria-hidden="true" href="IStyles">&nbsp;</a>
446
+ <a name="w_IStyles" id="w_IStyles" href="#user-content-w_IStyles">&nbsp;</a>
447
447
 
448
448
  ## IStyles
449
449
  Interface for classes that represent widget's styles.
@@ -461,7 +461,7 @@ Interface for classes that represent widget's styles.
461
461
  | [font_size] | <code>string</code> |
462
462
  | [font_family] | <code>string</code> |
463
463
 
464
- <a name="w_ITexts" id="w_ITexts" class="anchor" aria-hidden="true" href="ITexts">&nbsp;</a>
464
+ <a name="w_ITexts" id="w_ITexts" href="#user-content-w_ITexts">&nbsp;</a>
465
465
 
466
466
  ## ITexts
467
467
  Interface for classes that represent widget's text.
@@ -482,7 +482,7 @@ Interface for classes that represent widget's text.
482
482
  | [submit_button] | <code>string</code> |
483
483
  | [submit_button_processing] | <code>string</code> |
484
484
 
485
- <a name="w_IElementStyleInput" id="w_IElementStyleInput" class="anchor" aria-hidden="true" href="IElementStyleInput">&nbsp;</a>
485
+ <a name="w_IElementStyleInput" id="w_IElementStyleInput" href="#user-content-w_IElementStyleInput">&nbsp;</a>
486
486
 
487
487
  ## IElementStyleInput
488
488
  Interface for styling input element.
@@ -505,7 +505,7 @@ Interface for styling input element.
505
505
  | [padding] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) |
506
506
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
507
507
 
508
- <a name="w_IElementStyleSubmitButton" id="w_IElementStyleSubmitButton" class="anchor" aria-hidden="true" href="IElementStyleSubmitButton">&nbsp;</a>
508
+ <a name="w_IElementStyleSubmitButton" id="w_IElementStyleSubmitButton" href="#user-content-w_IElementStyleSubmitButton">&nbsp;</a>
509
509
 
510
510
  ## IElementStyleSubmitButton
511
511
  Interface for styling submit_button element.
@@ -528,7 +528,7 @@ Interface for styling submit_button element.
528
528
  | [font_weight] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight) |
529
529
  | [opacity] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/opacity) |
530
530
 
531
- <a name="w_IElementStyleLabel" id="w_IElementStyleLabel" class="anchor" aria-hidden="true" href="IElementStyleLabel">&nbsp;</a>
531
+ <a name="w_IElementStyleLabel" id="w_IElementStyleLabel" href="#user-content-w_IElementStyleLabel">&nbsp;</a>
532
532
 
533
533
  ## IElementStyleLabel
534
534
  Interface for styling label element.
@@ -546,7 +546,7 @@ Interface for styling label element.
546
546
  | [padding] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) |
547
547
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
548
548
 
549
- <a name="w_IElementStyleTitle" id="w_IElementStyleTitle" class="anchor" aria-hidden="true" href="IElementStyleTitle">&nbsp;</a>
549
+ <a name="w_IElementStyleTitle" id="w_IElementStyleTitle" href="#user-content-w_IElementStyleTitle">&nbsp;</a>
550
550
 
551
551
  ## IElementStyleTitle
552
552
  Interface for styling title element.
@@ -565,7 +565,7 @@ Interface for styling title element.
565
565
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
566
566
  | ['text-align',] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align) |
567
567
 
568
- <a name="w_IElementStyleTitleDescription" id="w_IElementStyleTitleDescription" class="anchor" aria-hidden="true" href="IElementStyleTitleDescription">&nbsp;</a>
568
+ <a name="w_IElementStyleTitleDescription" id="w_IElementStyleTitleDescription" href="#user-content-w_IElementStyleTitleDescription">&nbsp;</a>
569
569
 
570
570
  ## IElementStyleTitleDescription
571
571
  Interface for styling title_description element.
@@ -584,7 +584,7 @@ Interface for styling title_description element.
584
584
  | [margin] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/margin) |
585
585
  | ['text-align',] | <code>string</code> | Look more [mozilla.org/color](https://developer.mozilla.org/en-US/docs/Web/CSS/text-align) |
586
586
 
587
- <a name="w_ITriggerData" id="w_ITriggerData" class="anchor" aria-hidden="true" href="ITriggerData">&nbsp;</a>
587
+ <a name="w_ITriggerData" id="w_ITriggerData" href="#user-content-w_ITriggerData">&nbsp;</a>
588
588
 
589
589
  ## ITriggerData
590
590
  Interface for classes that represent a trigger data.
@@ -598,57 +598,57 @@ Interface for classes that represent a trigger data.
598
598
  | [elements] | <code>string</code> |
599
599
  | [form_values] | <code>string</code> |
600
600
 
601
- <a name="w_HtmlWidget" id="w_HtmlWidget" class="anchor" aria-hidden="true" href="HtmlWidget">&nbsp;</a>
601
+ <a name="w_HtmlWidget" id="w_HtmlWidget" href="#user-content-w_HtmlWidget">&nbsp;</a>
602
602
 
603
- ## HtmlWidget ⇐ [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
603
+ ## HtmlWidget ⇐ [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
604
604
  Class Widget include method for working on html and include extended by HtmlMultiWidget methods
605
605
 
606
606
  **Kind**: global class
607
- **Extends**: [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget), [<code>MultiWidget</code>](#w_MultiWidget)
608
-
609
- * [HtmlWidget](#w_HtmlWidget) ⇐ [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
610
- * [new exports.HtmlWidget(selector, publicKey, [gatewayID], [paymentType], [purpose])](#w_new_HtmlWidget_new)
611
- * [.setWebHookDestination(url)](#w_HtmlWidget+setWebHookDestination)
612
- * [.setSuccessRedirectUrl(url)](#w_HtmlWidget+setSuccessRedirectUrl)
613
- * [.setErrorRedirectUrl(url)](#w_HtmlWidget+setErrorRedirectUrl)
614
- * [.setFormFields(fields)](#w_HtmlWidget+setFormFields)
615
- * [.setFormElements(elements)](#w_HtmlWidget+setFormElements)
616
- * [.setMeta(object)](#w_HtmlWidget+setMeta)
617
- * [.load()](#w_HtmlMultiWidget+load)
618
- * [.on(eventName, [cb])](#w_HtmlMultiWidget+on) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
619
- * [.trigger(triggers, data)](#w_HtmlMultiWidget+trigger)
620
- * [.getValidationState()](#w_HtmlMultiWidget+getValidationState) ⇒ [<code>IFormValidation</code>](#w_IFormValidation)
621
- * [.isValidForm()](#w_HtmlMultiWidget+isValidForm) ⇒ <code>boolean</code>
622
- * [.isInvalidField(field)](#w_HtmlMultiWidget+isInvalidField) ⇒ <code>boolean</code>
623
- * [.isFieldErrorShowed(field)](#w_HtmlMultiWidget+isFieldErrorShowed) ⇒ <code>boolean</code>
624
- * [.isInvalidFieldByValidator(field, validator)](#w_HtmlMultiWidget+isInvalidFieldByValidator) ⇒ <code>boolean</code>
625
- * [.hide([saveSize])](#w_HtmlMultiWidget+hide)
626
- * [.show()](#w_HtmlMultiWidget+show)
627
- * [.reload()](#w_HtmlMultiWidget+reload)
628
- * [.hideElements(elements)](#w_HtmlMultiWidget+hideElements)
629
- * [.showElements(elements)](#w_HtmlMultiWidget+showElements)
630
- * [.updateFormValues(fieldValues)](#w_HtmlMultiWidget+updateFormValues)
631
- * [.onFinishInsert(selector, dataType)](#w_HtmlMultiWidget+onFinishInsert)
632
- * [.interceptSubmitForm(selector)](#w_HtmlMultiWidget+interceptSubmitForm)
633
- * [.useCheckoutAutoSubmit()](#w_HtmlMultiWidget+useCheckoutAutoSubmit)
634
- * [.useAutoResize()](#w_HtmlMultiWidget+useAutoResize)
635
- * [.setStyles(fields)](#w_MultiWidget+setStyles)
636
- * [.usePhoneCountryMask([options])](#w_MultiWidget+usePhoneCountryMask)
637
- * [.setTexts(fields)](#w_MultiWidget+setTexts)
638
- * [.setElementStyle(element, [state], styles)](#w_MultiWidget+setElementStyle)
639
- * [.setFormValues(fieldValues)](#w_MultiWidget+setFormValues)
640
- * [.setFormLabels(fieldLabels)](#w_MultiWidget+setFormLabels)
641
- * [.setFormPlaceholders(fieldPlaceholders)](#w_MultiWidget+setFormPlaceholders)
642
- * [.setIcons()](#w_MultiWidget+setIcons)
643
- * [.setHiddenElements(elements)](#w_MultiWidget+setHiddenElements)
644
- * [.setRefId(refId)](#w_MultiWidget+setRefId)
645
- * [.useGatewayFieldValidation()](#w_MultiWidget+useGatewayFieldValidation)
646
- * [.setSupportedCardIcons(elements, validateCardNumberInput)](#w_MultiWidget+setSupportedCardIcons)
647
- * [.setEnv(env, [alias])](#w_MultiWidget+setEnv)
648
- * [.loadIFrameUrl()](#w_MultiWidget+loadIFrameUrl)
649
- * [.setLanguage(code)](#w_MultiWidget+setLanguage)
650
-
651
- <a name="w_new_HtmlWidget_new" id="w_new_HtmlWidget_new" class="anchor" aria-hidden="true" href="new_HtmlWidget_new">&nbsp;</a>
607
+ **Extends**: [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget), [<code>MultiWidget</code>](#user-content-w_MultiWidget)
608
+
609
+ * [HtmlWidget](#user-content-w_HtmlWidget) ⇐ [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
610
+ * [new exports.HtmlWidget(selector, publicKey, [gatewayID], [paymentType], [purpose])](#user-content-w_new_HtmlWidget_new)
611
+ * [.setWebHookDestination(url)](#user-content-w_HtmlWidget+setWebHookDestination)
612
+ * [.setSuccessRedirectUrl(url)](#user-content-w_HtmlWidget+setSuccessRedirectUrl)
613
+ * [.setErrorRedirectUrl(url)](#user-content-w_HtmlWidget+setErrorRedirectUrl)
614
+ * [.setFormFields(fields)](#user-content-w_HtmlWidget+setFormFields)
615
+ * [.setFormElements(elements)](#user-content-w_HtmlWidget+setFormElements)
616
+ * [.setMeta(object)](#user-content-w_HtmlWidget+setMeta)
617
+ * [.load()](#user-content-w_HtmlMultiWidget+load)
618
+ * [.on(eventName, [cb])](#user-content-w_HtmlMultiWidget+on) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
619
+ * [.trigger(triggers, data)](#user-content-w_HtmlMultiWidget+trigger)
620
+ * [.getValidationState()](#user-content-w_HtmlMultiWidget+getValidationState) ⇒ [<code>IFormValidation</code>](#user-content-w_IFormValidation)
621
+ * [.isValidForm()](#user-content-w_HtmlMultiWidget+isValidForm) ⇒ <code>boolean</code>
622
+ * [.isInvalidField(field)](#user-content-w_HtmlMultiWidget+isInvalidField) ⇒ <code>boolean</code>
623
+ * [.isFieldErrorShowed(field)](#user-content-w_HtmlMultiWidget+isFieldErrorShowed) ⇒ <code>boolean</code>
624
+ * [.isInvalidFieldByValidator(field, validator)](#user-content-w_HtmlMultiWidget+isInvalidFieldByValidator) ⇒ <code>boolean</code>
625
+ * [.hide([saveSize])](#user-content-w_HtmlMultiWidget+hide)
626
+ * [.show()](#user-content-w_HtmlMultiWidget+show)
627
+ * [.reload()](#user-content-w_HtmlMultiWidget+reload)
628
+ * [.hideElements(elements)](#user-content-w_HtmlMultiWidget+hideElements)
629
+ * [.showElements(elements)](#user-content-w_HtmlMultiWidget+showElements)
630
+ * [.updateFormValues(fieldValues)](#user-content-w_HtmlMultiWidget+updateFormValues)
631
+ * [.onFinishInsert(selector, dataType)](#user-content-w_HtmlMultiWidget+onFinishInsert)
632
+ * [.interceptSubmitForm(selector)](#user-content-w_HtmlMultiWidget+interceptSubmitForm)
633
+ * [.useCheckoutAutoSubmit()](#user-content-w_HtmlMultiWidget+useCheckoutAutoSubmit)
634
+ * [.useAutoResize()](#user-content-w_HtmlMultiWidget+useAutoResize)
635
+ * [.setStyles(fields)](#user-content-w_MultiWidget+setStyles)
636
+ * [.usePhoneCountryMask([options])](#user-content-w_MultiWidget+usePhoneCountryMask)
637
+ * [.setTexts(fields)](#user-content-w_MultiWidget+setTexts)
638
+ * [.setElementStyle(element, [state], styles)](#user-content-w_MultiWidget+setElementStyle)
639
+ * [.setFormValues(fieldValues)](#user-content-w_MultiWidget+setFormValues)
640
+ * [.setFormLabels(fieldLabels)](#user-content-w_MultiWidget+setFormLabels)
641
+ * [.setFormPlaceholders(fieldPlaceholders)](#user-content-w_MultiWidget+setFormPlaceholders)
642
+ * [.setIcons()](#user-content-w_MultiWidget+setIcons)
643
+ * [.setHiddenElements(elements)](#user-content-w_MultiWidget+setHiddenElements)
644
+ * [.setRefId(refId)](#user-content-w_MultiWidget+setRefId)
645
+ * [.useGatewayFieldValidation()](#user-content-w_MultiWidget+useGatewayFieldValidation)
646
+ * [.setSupportedCardIcons(elements, validateCardNumberInput)](#user-content-w_MultiWidget+setSupportedCardIcons)
647
+ * [.setEnv(env, [alias])](#user-content-w_MultiWidget+setEnv)
648
+ * [.loadIFrameUrl()](#user-content-w_MultiWidget+loadIFrameUrl)
649
+ * [.setLanguage(code)](#user-content-w_MultiWidget+setLanguage)
650
+
651
+ <a name="w_new_HtmlWidget_new" id="w_new_HtmlWidget_new" href="#user-content-w_new_HtmlWidget_new">&nbsp;</a>
652
652
 
653
653
  ### new exports.HtmlWidget(selector, publicKey, [gatewayID], [paymentType], [purpose])
654
654
 
@@ -669,13 +669,13 @@ var widget = new HtmlWidget('#widget', 'publicKey', 'gatewayID', 'bank_account',
669
669
 
670
670
  var widget = new HtmlWidget('#widget', 'publicKey', 'not_configured'); // without gateway
671
671
  ```
672
- <a name="w_HtmlWidget+setWebHookDestination" id="w_HtmlWidget+setWebHookDestination" class="anchor" aria-hidden="true" href="HtmlWidget+setWebHookDestination">&nbsp;</a>
672
+ <a name="w_HtmlWidget+setWebHookDestination" id="w_HtmlWidget+setWebHookDestination" href="#user-content-w_HtmlWidget+setWebHookDestination">&nbsp;</a>
673
673
 
674
674
  ### htmlWidget.setWebHookDestination(url)
675
675
  Destination, where customer will receive all successful responses.
676
676
  Response will contain “data” object with “payment_source” or other parameters, in depending on 'purpose'
677
677
 
678
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
678
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
679
679
 
680
680
  | Param | Type | Description |
681
681
  | --- | --- | --- |
@@ -686,12 +686,12 @@ Response will contain “data” object with “payment_source” or other param
686
686
  ```javascript
687
687
  widget.setWebHookDestination('http://google.com');
688
688
  ```
689
- <a name="w_HtmlWidget+setSuccessRedirectUrl" id="w_HtmlWidget+setSuccessRedirectUrl" class="anchor" aria-hidden="true" href="HtmlWidget+setSuccessRedirectUrl">&nbsp;</a>
689
+ <a name="w_HtmlWidget+setSuccessRedirectUrl" id="w_HtmlWidget+setSuccessRedirectUrl" href="#user-content-w_HtmlWidget+setSuccessRedirectUrl">&nbsp;</a>
690
690
 
691
691
  ### htmlWidget.setSuccessRedirectUrl(url)
692
692
  URL to which the Customer will be redirected to after the success finish
693
693
 
694
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
694
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
695
695
 
696
696
  | Param | Type |
697
697
  | --- | --- |
@@ -702,12 +702,12 @@ URL to which the Customer will be redirected to after the success finish
702
702
  ```javascript
703
703
  widget.setSuccessRedirectUrl('google.com/search?q=success');
704
704
  ```
705
- <a name="w_HtmlWidget+setErrorRedirectUrl" id="w_HtmlWidget+setErrorRedirectUrl" class="anchor" aria-hidden="true" href="HtmlWidget+setErrorRedirectUrl">&nbsp;</a>
705
+ <a name="w_HtmlWidget+setErrorRedirectUrl" id="w_HtmlWidget+setErrorRedirectUrl" href="#user-content-w_HtmlWidget+setErrorRedirectUrl">&nbsp;</a>
706
706
 
707
707
  ### htmlWidget.setErrorRedirectUrl(url)
708
708
  URL to which the Customer will be redirected to if an error is triggered in the process of operation
709
709
 
710
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
710
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
711
711
 
712
712
  | Param | Type |
713
713
  | --- | --- |
@@ -718,35 +718,35 @@ URL to which the Customer will be redirected to if an error is triggered in the
718
718
  ```javascript
719
719
  widget.setErrorRedirectUrl('google.com/search?q=error');
720
720
  ```
721
- <a name="w_HtmlWidget+setFormFields" id="w_HtmlWidget+setFormFields" class="anchor" aria-hidden="true" href="HtmlWidget+setFormFields">&nbsp;</a>
721
+ <a name="w_HtmlWidget+setFormFields" id="w_HtmlWidget+setFormFields" href="#user-content-w_HtmlWidget+setFormFields">&nbsp;</a>
722
722
 
723
723
  ### htmlWidget.setFormFields(fields)
724
724
  Set list with widget form field, which will be shown in form. Also you can set the required validation for these fields
725
725
 
726
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
726
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
727
727
 
728
728
  | Param | Type | Description |
729
729
  | --- | --- | --- |
730
- | fields | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | name of fields which can be shown in a widget. If after a name of a field, you put “*”, this field will be required on client-side. (For validation, you can specify any fields, even those that are shown by default: card_number, expiration, etc... ) [FORM_FIELD](#w_FORM_FIELD) |
730
+ | fields | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | name of fields which can be shown in a widget. If after a name of a field, you put “*”, this field will be required on client-side. (For validation, you can specify any fields, even those that are shown by default: card_number, expiration, etc... ) [FORM_FIELD](#user-content-w_FORM_FIELD) |
731
731
 
732
732
  **Example**
733
733
 
734
734
  ```javascript
735
735
  widget.setFormFields(['phone', 'email', 'first_name*']);
736
736
  ```
737
- <a name="w_HtmlWidget+setFormElements" id="w_HtmlWidget+setFormElements" class="anchor" aria-hidden="true" href="HtmlWidget+setFormElements">&nbsp;</a>
737
+ <a name="w_HtmlWidget+setFormElements" id="w_HtmlWidget+setFormElements" href="#user-content-w_HtmlWidget+setFormElements">&nbsp;</a>
738
738
 
739
739
  ### htmlWidget.setFormElements(elements)
740
740
  The method to set the full configuration for the all specific form elements (visibility, required, label, placeholder, value)
741
741
  You can also use the other method for the partial configuration like: setFormFields, setFormValues, setFormPlaceholder, setFormLabel
742
742
 
743
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
744
- **Overrides**: [<code>setFormElements</code>](#w_MultiWidget+setFormElements)
743
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
744
+ **Overrides**: [<code>setFormElements</code>](#user-content-w_MultiWidget+setFormElements)
745
745
 
746
746
  | Param | Type | Description |
747
747
  | --- | --- | --- |
748
748
  | elements | <code>[ &#x27;Array&#x27; ].&lt;Object&gt;</code> | List of elements |
749
- | elements[].field | <code>string</code> | Field name of element. If after a name of a field, you put “*”, this field will be required on client-side. (For validation, you can specify any fields, even those that are shown by default: card_number, expiration, etc... ) [FORM_FIELD](#w_FORM_FIELD) |
749
+ | elements[].field | <code>string</code> | Field name of element. If after a name of a field, you put “*”, this field will be required on client-side. (For validation, you can specify any fields, even those that are shown by default: card_number, expiration, etc... ) [FORM_FIELD](#user-content-w_FORM_FIELD) |
750
750
  | elements[].placeholder | <code>string</code> | Set custom placeholders in form fields |
751
751
  | elements[].label | <code>string</code> | Set a custom labels near the form field |
752
752
  | elements[].value | <code>string</code> | Set predefined values for the form field |
@@ -769,16 +769,16 @@ widget.setFormElements([
769
769
  },
770
770
  ])
771
771
  ```
772
- <a name="w_HtmlWidget+setMeta" id="w_HtmlWidget+setMeta" class="anchor" aria-hidden="true" href="HtmlWidget+setMeta">&nbsp;</a>
772
+ <a name="w_HtmlWidget+setMeta" id="w_HtmlWidget+setMeta" href="#user-content-w_HtmlWidget+setMeta">&nbsp;</a>
773
773
 
774
774
  ### htmlWidget.setMeta(object)
775
775
  The method to set meta information for the checkout page
776
776
 
777
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
777
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
778
778
 
779
779
  | Param | Type | Description |
780
780
  | --- | --- | --- |
781
- | object | [<code>IPayPalMeta</code>](#w_IPayPalMeta) \| [<code>IBamboraMeta</code>](#w_IBamboraMeta) | data which can be shown on checkout page [IPayPalMeta](#w_IPayPalMeta) [IBamboraMeta](#w_IBamboraMeta) |
781
+ | object | [<code>IPayPalMeta</code>](#user-content-w_IPayPalMeta) \| [<code>IBamboraMeta</code>](#user-content-w_IBamboraMeta) | data which can be shown on checkout page [IPayPalMeta](#user-content-w_IPayPalMeta) [IBamboraMeta](#user-content-w_IBamboraMeta) |
782
782
 
783
783
  **Example**
784
784
 
@@ -789,22 +789,22 @@ config.setMeta({
789
789
  email: 'wault@paydock.com'
790
790
  });
791
791
  ```
792
- <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load" class="anchor" aria-hidden="true" href="HtmlMultiWidget+load">&nbsp;</a>
792
+ <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load" href="#user-content-w_HtmlMultiWidget+load">&nbsp;</a>
793
793
 
794
794
  ### htmlWidget.load()
795
795
  The final method to beginning, the load process of widget to html
796
796
 
797
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
798
- <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on" class="anchor" aria-hidden="true" href="HtmlMultiWidget+on">&nbsp;</a>
797
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
798
+ <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on" href="#user-content-w_HtmlMultiWidget+on">&nbsp;</a>
799
799
 
800
800
  ### htmlWidget.on(eventName, [cb]) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
801
801
  Listen to events of widget
802
802
 
803
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
803
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
804
804
 
805
805
  | Param | Type | Description |
806
806
  | --- | --- | --- |
807
- | eventName | <code>string</code> | Available event names [EVENT](#w_EVENT) |
807
+ | eventName | <code>string</code> | Available event names [EVENT](#user-content-w_EVENT) |
808
808
  | [cb] | <code>listener</code> | |
809
809
 
810
810
  **Example**
@@ -818,62 +818,62 @@ widget.on('form_submit', function (data) {
818
818
  console.log(data);
819
819
  });
820
820
  ```
821
- <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger" class="anchor" aria-hidden="true" href="HtmlMultiWidget+trigger">&nbsp;</a>
821
+ <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger" href="#user-content-w_HtmlMultiWidget+trigger">&nbsp;</a>
822
822
 
823
823
  ### htmlWidget.trigger(triggers, data)
824
824
  This callback will be called for every trigger
825
825
 
826
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
826
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
827
827
 
828
828
  | Param | Type | Description |
829
829
  | --- | --- | --- |
830
830
  | triggers | <code>triggerName</code> | submit_form, tab |
831
- | data | [<code>ITriggerData</code>](#w_ITriggerData) | which will be sending to widget |
831
+ | data | [<code>ITriggerData</code>](#user-content-w_ITriggerData) | which will be sending to widget |
832
832
 
833
- <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState" class="anchor" aria-hidden="true" href="HtmlMultiWidget+getValidationState">&nbsp;</a>
833
+ <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState" href="#user-content-w_HtmlMultiWidget+getValidationState">&nbsp;</a>
834
834
 
835
- ### htmlWidget.getValidationState() ⇒ [<code>IFormValidation</code>](#w_IFormValidation)
835
+ ### htmlWidget.getValidationState() ⇒ [<code>IFormValidation</code>](#user-content-w_IFormValidation)
836
836
  Using this method you can get validation state information
837
837
 
838
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
839
- **Returns**: [<code>IFormValidation</code>](#w_IFormValidation) - Form validation object
840
- <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isValidForm">&nbsp;</a>
838
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
839
+ **Returns**: [<code>IFormValidation</code>](#user-content-w_IFormValidation) - Form validation object
840
+ <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm" href="#user-content-w_HtmlMultiWidget+isValidForm">&nbsp;</a>
841
841
 
842
842
  ### htmlWidget.isValidForm() ⇒ <code>boolean</code>
843
843
  Using this method you can check if the form is valid
844
844
 
845
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
845
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
846
846
  **Returns**: <code>boolean</code> - Form is valid
847
- <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidField">&nbsp;</a>
847
+ <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField" href="#user-content-w_HtmlMultiWidget+isInvalidField">&nbsp;</a>
848
848
 
849
849
  ### htmlWidget.isInvalidField(field) ⇒ <code>boolean</code>
850
850
  Using this method you can check if a specific form field is invalid
851
851
 
852
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
852
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
853
853
  **Returns**: <code>boolean</code> - Field is invalid
854
854
 
855
855
  | Param | Type | Description |
856
856
  | --- | --- | --- |
857
857
  | field | <code>string</code> | Field name |
858
858
 
859
- <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isFieldErrorShowed">&nbsp;</a>
859
+ <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed" href="#user-content-w_HtmlMultiWidget+isFieldErrorShowed">&nbsp;</a>
860
860
 
861
861
  ### htmlWidget.isFieldErrorShowed(field) ⇒ <code>boolean</code>
862
862
  Using this method you can check if an error is displayed on a specific field
863
863
 
864
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
864
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
865
865
  **Returns**: <code>boolean</code> - Error is showed on field
866
866
 
867
867
  | Param | Type | Description |
868
868
  | --- | --- | --- |
869
869
  | field | <code>string</code> | Field name |
870
870
 
871
- <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidFieldByValidator">&nbsp;</a>
871
+ <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator" href="#user-content-w_HtmlMultiWidget+isInvalidFieldByValidator">&nbsp;</a>
872
872
 
873
873
  ### htmlWidget.isInvalidFieldByValidator(field, validator) ⇒ <code>boolean</code>
874
874
  Using this method you can check if a specific field is invalid
875
875
 
876
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
876
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
877
877
  **Returns**: <code>boolean</code> - Field is invalid by validator
878
878
 
879
879
  | Param | Type | Description |
@@ -881,46 +881,46 @@ Using this method you can check if a specific field is invalid
881
881
  | field | <code>string</code> | Field name |
882
882
  | validator | <code>string</code> | Validator name. Available validators: `required, cardNumberValidator, expireDateValidation` |
883
883
 
884
- <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hide">&nbsp;</a>
884
+ <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide" href="#user-content-w_HtmlMultiWidget+hide">&nbsp;</a>
885
885
 
886
886
  ### htmlWidget.hide([saveSize])
887
887
  Using this method you can hide widget after load
888
888
 
889
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
889
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
890
890
 
891
891
  | Param | Type | Default | Description |
892
892
  | --- | --- | --- | --- |
893
893
  | [saveSize] | <code>boolean</code> | <code>false</code> | using this param you can save iframe's size |
894
894
 
895
- <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show" class="anchor" aria-hidden="true" href="HtmlMultiWidget+show">&nbsp;</a>
895
+ <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show" href="#user-content-w_HtmlMultiWidget+show">&nbsp;</a>
896
896
 
897
897
  ### htmlWidget.show()
898
898
  Using this method you can show widget after using hide method
899
899
 
900
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
901
- <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload" class="anchor" aria-hidden="true" href="HtmlMultiWidget+reload">&nbsp;</a>
900
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
901
+ <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload" href="#user-content-w_HtmlMultiWidget+reload">&nbsp;</a>
902
902
 
903
903
  ### htmlWidget.reload()
904
904
  Using this method you can reload widget
905
905
 
906
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
907
- <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hideElements">&nbsp;</a>
906
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
907
+ <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements" href="#user-content-w_HtmlMultiWidget+hideElements">&nbsp;</a>
908
908
 
909
909
  ### htmlWidget.hideElements(elements)
910
910
  Using this method you can hide any elements inside widget
911
911
 
912
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
912
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
913
913
 
914
914
  | Param | Type | Description |
915
915
  | --- | --- | --- |
916
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
916
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#user-content-w_ELEMENT) || [FORM_FIELD](#user-content-w_FORM_FIELD) |
917
917
 
918
918
  **Example**
919
919
 
920
920
  ```javascript
921
921
  widget.hideElements(['submit_button', 'email']);
922
922
  ```
923
- <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+showElements">&nbsp;</a>
923
+ <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements" href="#user-content-w_HtmlMultiWidget+showElements">&nbsp;</a>
924
924
 
925
925
  ### htmlWidget.showElements(elements)
926
926
  Using this method you can show any elements inside widget
@@ -928,18 +928,18 @@ Using this method you can show any elements inside widget
928
928
  * @example
929
929
  widget.showElements(['submit_button', 'email']);
930
930
 
931
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
931
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
932
932
 
933
933
  | Param | Type | Description |
934
934
  | --- | --- | --- |
935
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be showed [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
935
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be showed [ELEMENT](#user-content-w_ELEMENT) || [FORM_FIELD](#user-content-w_FORM_FIELD) |
936
936
 
937
- <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues" class="anchor" aria-hidden="true" href="HtmlMultiWidget+updateFormValues">&nbsp;</a>
937
+ <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues" href="#user-content-w_HtmlMultiWidget+updateFormValues">&nbsp;</a>
938
938
 
939
939
  ### htmlWidget.updateFormValues(fieldValues)
940
940
  Method for update values for form fields inside the widget
941
941
 
942
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
942
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
943
943
 
944
944
  | Param | Type | Description |
945
945
  | --- | --- | --- |
@@ -953,26 +953,26 @@ widget.updateFormValues({
953
953
  card_name: 'Houston'
954
954
  });
955
955
  ```
956
- <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert" class="anchor" aria-hidden="true" href="HtmlMultiWidget+onFinishInsert">&nbsp;</a>
956
+ <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert" href="#user-content-w_HtmlMultiWidget+onFinishInsert">&nbsp;</a>
957
957
 
958
958
  ### htmlWidget.onFinishInsert(selector, dataType)
959
959
  After finish event of widget, data (dataType) will be insert to input (selector)
960
960
 
961
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
961
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
962
962
 
963
963
  | Param | Type | Description |
964
964
  | --- | --- | --- |
965
965
  | selector | <code>string</code> | css selector . [] # |
966
966
  | dataType | <code>string</code> | data type of IEventData object. |
967
967
 
968
- <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+interceptSubmitForm">&nbsp;</a>
968
+ <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm" href="#user-content-w_HtmlMultiWidget+interceptSubmitForm">&nbsp;</a>
969
969
 
970
970
  ### htmlWidget.interceptSubmitForm(selector)
971
971
  Widget will intercept submit of your form for processing widget
972
972
 
973
973
  Process: click by submit button in your form --> submit widget ---> submit your form
974
974
 
975
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
975
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
976
976
  **Note**: submit button in widget will be hidden.
977
977
 
978
978
  | Param | Type | Description |
@@ -992,33 +992,33 @@ Process: click by submit button in your form --> submit widget ---> submit your
992
992
  widget.interceptSubmitForm('#myForm');
993
993
  </script>
994
994
  ```
995
- <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useCheckoutAutoSubmit">&nbsp;</a>
995
+ <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit" href="#user-content-w_HtmlMultiWidget+useCheckoutAutoSubmit">&nbsp;</a>
996
996
 
997
997
  ### htmlWidget.useCheckoutAutoSubmit()
998
998
  This method hides a submit button and automatically execute form submit
999
999
 
1000
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1001
- <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useAutoResize">&nbsp;</a>
1000
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1001
+ <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize" href="#user-content-w_HtmlMultiWidget+useAutoResize">&nbsp;</a>
1002
1002
 
1003
1003
  ### htmlWidget.useAutoResize()
1004
1004
  Use this method for resize iFrame according content height
1005
1005
 
1006
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1006
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1007
1007
  **Example**
1008
1008
 
1009
1009
  ```javascript
1010
1010
  widget.useAutoResize();
1011
1011
  ```
1012
- <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" class="anchor" aria-hidden="true" href="MultiWidget+setStyles">&nbsp;</a>
1012
+ <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" href="#user-content-w_MultiWidget+setStyles">&nbsp;</a>
1013
1013
 
1014
1014
  ### htmlWidget.setStyles(fields)
1015
1015
  Object contain styles for widget
1016
1016
 
1017
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1017
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1018
1018
 
1019
1019
  | Param | Type | Description |
1020
1020
  | --- | --- | --- |
1021
- | fields | [<code>IStyles</code>](#w_IStyles) | name of styles which can be shown in widget [STYLE](#w_STYLE) |
1021
+ | fields | [<code>IStyles</code>](#user-content-w_IStyles) | name of styles which can be shown in widget [STYLE](#user-content-w_STYLE) |
1022
1022
 
1023
1023
  **Example**
1024
1024
 
@@ -1032,12 +1032,12 @@ widget.setStyles({
1032
1032
  fort_family: 'fantasy'
1033
1033
  });
1034
1034
  ```
1035
- <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" class="anchor" aria-hidden="true" href="MultiWidget+usePhoneCountryMask">&nbsp;</a>
1035
+ <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" href="#user-content-w_MultiWidget+usePhoneCountryMask">&nbsp;</a>
1036
1036
 
1037
1037
  ### htmlWidget.usePhoneCountryMask([options])
1038
1038
  Method to set a country code mask for the phone input.
1039
1039
 
1040
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1040
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1041
1041
 
1042
1042
  | Param | Type | Description |
1043
1043
  | --- | --- | --- |
@@ -1060,16 +1060,16 @@ widget.usePhoneCountryMask({
1060
1060
  only_countries: ['au', 'gb', 'us', 'ua']
1061
1061
  });
1062
1062
  ```
1063
- <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" class="anchor" aria-hidden="true" href="MultiWidget+setTexts">&nbsp;</a>
1063
+ <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" href="#user-content-w_MultiWidget+setTexts">&nbsp;</a>
1064
1064
 
1065
1065
  ### htmlWidget.setTexts(fields)
1066
1066
  Method for set different texts inside the widget
1067
1067
 
1068
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1068
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1069
1069
 
1070
1070
  | Param | Type | Description |
1071
1071
  | --- | --- | --- |
1072
- | fields | [<code>ITexts</code>](#w_ITexts) | name of text items which can be shown in widget [TEXT](#w_TEXT) |
1072
+ | fields | [<code>ITexts</code>](#user-content-w_ITexts) | name of text items which can be shown in widget [TEXT](#user-content-w_TEXT) |
1073
1073
 
1074
1074
  **Example**
1075
1075
 
@@ -1082,18 +1082,18 @@ widget.setTexts({
1082
1082
  submit_button_processing: 'Load...',
1083
1083
  });
1084
1084
  ```
1085
- <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" class="anchor" aria-hidden="true" href="MultiWidget+setElementStyle">&nbsp;</a>
1085
+ <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" href="#user-content-w_MultiWidget+setElementStyle">&nbsp;</a>
1086
1086
 
1087
1087
  ### htmlWidget.setElementStyle(element, [state], styles)
1088
1088
  Method for set styles for different elements and states
1089
1089
 
1090
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1090
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1091
1091
 
1092
1092
  | Param | Type | Description |
1093
1093
  | --- | --- | --- |
1094
- | element | <code>string</code> | type of element for styling. These elements are available [STYLABLE_ELEMENT](#w_STYLABLE_ELEMENT) |
1095
- | [state] | <code>string</code> | state of element for styling. These states are available [STYLABLE_ELEMENT_STATE](#w_STYLABLE_ELEMENT_STATE) |
1096
- | styles | [<code>IElementStyleInput</code>](#w_IElementStyleInput) \| [<code>IElementStyleSubmitButton</code>](#w_IElementStyleSubmitButton) \| [<code>IElementStyleLabel</code>](#w_IElementStyleLabel) \| [<code>IElementStyleTitle</code>](#w_IElementStyleTitle) \| [<code>IElementStyleTitleDescription</code>](#w_IElementStyleTitleDescription) | styles list |
1094
+ | element | <code>string</code> | type of element for styling. These elements are available [STYLABLE_ELEMENT](#user-content-w_STYLABLE_ELEMENT) |
1095
+ | [state] | <code>string</code> | state of element for styling. These states are available [STYLABLE_ELEMENT_STATE](#user-content-w_STYLABLE_ELEMENT_STATE) |
1096
+ | styles | [<code>IElementStyleInput</code>](#user-content-w_IElementStyleInput) \| [<code>IElementStyleSubmitButton</code>](#user-content-w_IElementStyleSubmitButton) \| [<code>IElementStyleLabel</code>](#user-content-w_IElementStyleLabel) \| [<code>IElementStyleTitle</code>](#user-content-w_IElementStyleTitle) \| [<code>IElementStyleTitleDescription</code>](#user-content-w_IElementStyleTitleDescription) | styles list |
1097
1097
 
1098
1098
  **Example**
1099
1099
 
@@ -1110,16 +1110,16 @@ widget.setElementStyle('input', 'error', {
1110
1110
  border: 'red solid 1px'
1111
1111
  });
1112
1112
  ```
1113
- <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" class="anchor" aria-hidden="true" href="MultiWidget+setFormValues">&nbsp;</a>
1113
+ <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" href="#user-content-w_MultiWidget+setFormValues">&nbsp;</a>
1114
1114
 
1115
1115
  ### htmlWidget.setFormValues(fieldValues)
1116
1116
  The method to set the predefined values for the form fields inside the widget
1117
1117
 
1118
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1118
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1119
1119
 
1120
1120
  | Param | Type | Description |
1121
1121
  | --- | --- | --- |
1122
- | fieldValues | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), The object value is what we are expecting |
1122
+ | fieldValues | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), The object value is what we are expecting |
1123
1123
 
1124
1124
  **Example**
1125
1125
 
@@ -1129,16 +1129,16 @@ widget.setFormValues({
1129
1129
  card_name: 'Houston'
1130
1130
  });
1131
1131
  ```
1132
- <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" class="anchor" aria-hidden="true" href="MultiWidget+setFormLabels">&nbsp;</a>
1132
+ <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" href="#user-content-w_MultiWidget+setFormLabels">&nbsp;</a>
1133
1133
 
1134
1134
  ### htmlWidget.setFormLabels(fieldLabels)
1135
1135
  The method to set custom form field labels
1136
1136
 
1137
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1137
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1138
1138
 
1139
1139
  | Param | Type | Description |
1140
1140
  | --- | --- | --- |
1141
- | fieldLabels | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), The object value is what we are expecting |
1141
+ | fieldLabels | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), The object value is what we are expecting |
1142
1142
 
1143
1143
  **Example**
1144
1144
 
@@ -1148,16 +1148,16 @@ widget.setFormPlaceholders({
1148
1148
  email: 'Email For Receipt'
1149
1149
  })
1150
1150
  ```
1151
- <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" class="anchor" aria-hidden="true" href="MultiWidget+setFormPlaceholders">&nbsp;</a>
1151
+ <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" href="#user-content-w_MultiWidget+setFormPlaceholders">&nbsp;</a>
1152
1152
 
1153
1153
  ### htmlWidget.setFormPlaceholders(fieldPlaceholders)
1154
1154
  The method to set custom form fields placeholders
1155
1155
 
1156
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1156
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1157
1157
 
1158
1158
  | Param | Type | Description |
1159
1159
  | --- | --- | --- |
1160
- | fieldPlaceholders | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), Value of object is expected placeholder |
1160
+ | fieldPlaceholders | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), Value of object is expected placeholder |
1161
1161
 
1162
1162
  **Example**
1163
1163
 
@@ -1167,38 +1167,38 @@ widget.setFormPlaceholders({
1167
1167
  email: 'Input your email, like test@example.com'
1168
1168
  })
1169
1169
  ```
1170
- <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" class="anchor" aria-hidden="true" href="MultiWidget+setIcons">&nbsp;</a>
1170
+ <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" href="#user-content-w_MultiWidget+setIcons">&nbsp;</a>
1171
1171
 
1172
1172
  ### htmlWidget.setIcons()
1173
1173
  The method to change the widget icons
1174
1174
 
1175
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1175
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1176
1176
  **Todo**
1177
1177
 
1178
1178
  - [ ] DEPRECATED
1179
1179
 
1180
- <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" class="anchor" aria-hidden="true" href="MultiWidget+setHiddenElements">&nbsp;</a>
1180
+ <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" href="#user-content-w_MultiWidget+setHiddenElements">&nbsp;</a>
1181
1181
 
1182
1182
  ### htmlWidget.setHiddenElements(elements)
1183
1183
  Using this method you can set hidden elements inside widget
1184
1184
 
1185
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1185
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1186
1186
 
1187
1187
  | Param | Type | Description |
1188
1188
  | --- | --- | --- |
1189
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
1189
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#user-content-w_ELEMENT) || [FORM_FIELD](#user-content-w_FORM_FIELD) |
1190
1190
 
1191
1191
  **Example**
1192
1192
 
1193
1193
  ```javascript
1194
1194
  widget.setHiddenElements(['submit_button', 'email']);
1195
1195
  ```
1196
- <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" class="anchor" aria-hidden="true" href="MultiWidget+setRefId">&nbsp;</a>
1196
+ <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" href="#user-content-w_MultiWidget+setRefId">&nbsp;</a>
1197
1197
 
1198
1198
  ### htmlWidget.setRefId(refId)
1199
1199
  Current method can set custom ID to identify the data in the future
1200
1200
 
1201
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1201
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1202
1202
 
1203
1203
  | Param | Type | Description |
1204
1204
  | --- | --- | --- |
@@ -1209,27 +1209,27 @@ Current method can set custom ID to identify the data in the future
1209
1209
  ```javascript
1210
1210
  widget.setRefId('id');
1211
1211
  ```
1212
- <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" class="anchor" aria-hidden="true" href="MultiWidget+useGatewayFieldValidation">&nbsp;</a>
1212
+ <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" href="#user-content-w_MultiWidget+useGatewayFieldValidation">&nbsp;</a>
1213
1213
 
1214
1214
  ### htmlWidget.useGatewayFieldValidation()
1215
1215
  Current method can add visual validation from gateway to widget's form fields
1216
1216
 
1217
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1217
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1218
1218
  **Example**
1219
1219
 
1220
1220
  ```javascript
1221
1221
  widget.useGatewayFieldValidation();
1222
1222
  ```
1223
- <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" class="anchor" aria-hidden="true" href="MultiWidget+setSupportedCardIcons">&nbsp;</a>
1223
+ <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" href="#user-content-w_MultiWidget+setSupportedCardIcons">&nbsp;</a>
1224
1224
 
1225
1225
  ### htmlWidget.setSupportedCardIcons(elements, validateCardNumberInput)
1226
1226
  Current method can set icons of supported card types
1227
1227
 
1228
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1228
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1229
1229
 
1230
1230
  | Param | Type | Description |
1231
1231
  | --- | --- | --- |
1232
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | [SUPPORTED_CARD_TYPES](#w_SUPPORTED_CARD_TYPES) |
1232
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | [SUPPORTED_CARD_TYPES](#user-content-w_SUPPORTED_CARD_TYPES) |
1233
1233
  | validateCardNumberInput | <code>boolean</code> | [validateCardNumberInput=false] - using this param you allow validation for card number input on supported card types |
1234
1234
 
1235
1235
  **Example**
@@ -1237,13 +1237,13 @@ Current method can set icons of supported card types
1237
1237
  ```javascript
1238
1238
  widget.setSupportedCardIcons(['mastercard', 'visa'], validateCardNumberInput);
1239
1239
  ```
1240
- <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" class="anchor" aria-hidden="true" href="MultiWidget+setEnv">&nbsp;</a>
1240
+ <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" href="#user-content-w_MultiWidget+setEnv">&nbsp;</a>
1241
1241
 
1242
1242
  ### htmlWidget.setEnv(env, [alias])
1243
1243
  Current method can change environment. By default environment = sandbox.
1244
1244
  Also we can change domain alias for this environment. By default domain_alias = paydock.com
1245
1245
 
1246
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1246
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1247
1247
 
1248
1248
  | Param | Type | Description |
1249
1249
  | --- | --- | --- |
@@ -1255,12 +1255,12 @@ Also we can change domain alias for this environment. By default domain_alias =
1255
1255
  ```javascript
1256
1256
  widget.setEnv('production', 'paydock.com');
1257
1257
  ```
1258
- <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" class="anchor" aria-hidden="true" href="MultiWidget+loadIFrameUrl">&nbsp;</a>
1258
+ <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" href="#user-content-w_MultiWidget+loadIFrameUrl">&nbsp;</a>
1259
1259
 
1260
1260
  ### htmlWidget.loadIFrameUrl()
1261
1261
  Method for creating iframe url
1262
1262
 
1263
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1263
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1264
1264
  **Example**
1265
1265
 
1266
1266
  ```javascript
@@ -1270,12 +1270,12 @@ widget.loadIFrameUrl(function (url) {
1270
1270
  console.log(errors);
1271
1271
  });
1272
1272
  ```
1273
- <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" class="anchor" aria-hidden="true" href="MultiWidget+setLanguage">&nbsp;</a>
1273
+ <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" href="#user-content-w_MultiWidget+setLanguage">&nbsp;</a>
1274
1274
 
1275
1275
  ### htmlWidget.setLanguage(code)
1276
1276
  Method for setting a custom language code
1277
1277
 
1278
- **Kind**: instance method of [<code>HtmlWidget</code>](#w_HtmlWidget)
1278
+ **Kind**: instance method of [<code>HtmlWidget</code>](#user-content-w_HtmlWidget)
1279
1279
 
1280
1280
  | Param | Type | Description |
1281
1281
  | --- | --- | --- |
@@ -1286,52 +1286,52 @@ Method for setting a custom language code
1286
1286
  ```javascript
1287
1287
  config.setLanguage('en');
1288
1288
  ```
1289
- <a name="w_HtmlMultiWidget" id="w_HtmlMultiWidget" class="anchor" aria-hidden="true" href="HtmlMultiWidget">&nbsp;</a>
1289
+ <a name="w_HtmlMultiWidget" id="w_HtmlMultiWidget" href="#user-content-w_HtmlMultiWidget">&nbsp;</a>
1290
1290
 
1291
- ## HtmlMultiWidget ⇐ [<code>MultiWidget</code>](#w_MultiWidget)
1291
+ ## HtmlMultiWidget ⇐ [<code>MultiWidget</code>](#user-content-w_MultiWidget)
1292
1292
  Class HtmlMultiWidget include method for working with html
1293
1293
 
1294
1294
  **Kind**: global class
1295
- **Extends**: [<code>MultiWidget</code>](#w_MultiWidget)
1296
-
1297
- * [HtmlMultiWidget](#w_HtmlMultiWidget) ⇐ [<code>MultiWidget</code>](#w_MultiWidget)
1298
- * [new exports.HtmlMultiWidget(selector, publicKey, conf)](#w_new_HtmlMultiWidget_new)
1299
- * [.load()](#w_HtmlMultiWidget+load)
1300
- * [.on(eventName, [cb])](#w_HtmlMultiWidget+on) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
1301
- * [.trigger(triggers, data)](#w_HtmlMultiWidget+trigger)
1302
- * [.getValidationState()](#w_HtmlMultiWidget+getValidationState) ⇒ [<code>IFormValidation</code>](#w_IFormValidation)
1303
- * [.isValidForm()](#w_HtmlMultiWidget+isValidForm) ⇒ <code>boolean</code>
1304
- * [.isInvalidField(field)](#w_HtmlMultiWidget+isInvalidField) ⇒ <code>boolean</code>
1305
- * [.isFieldErrorShowed(field)](#w_HtmlMultiWidget+isFieldErrorShowed) ⇒ <code>boolean</code>
1306
- * [.isInvalidFieldByValidator(field, validator)](#w_HtmlMultiWidget+isInvalidFieldByValidator) ⇒ <code>boolean</code>
1307
- * [.hide([saveSize])](#w_HtmlMultiWidget+hide)
1308
- * [.show()](#w_HtmlMultiWidget+show)
1309
- * [.reload()](#w_HtmlMultiWidget+reload)
1310
- * [.hideElements(elements)](#w_HtmlMultiWidget+hideElements)
1311
- * [.showElements(elements)](#w_HtmlMultiWidget+showElements)
1312
- * [.updateFormValues(fieldValues)](#w_HtmlMultiWidget+updateFormValues)
1313
- * [.onFinishInsert(selector, dataType)](#w_HtmlMultiWidget+onFinishInsert)
1314
- * [.interceptSubmitForm(selector)](#w_HtmlMultiWidget+interceptSubmitForm)
1315
- * [.useCheckoutAutoSubmit()](#w_HtmlMultiWidget+useCheckoutAutoSubmit)
1316
- * [.useAutoResize()](#w_HtmlMultiWidget+useAutoResize)
1317
- * [.setStyles(fields)](#w_MultiWidget+setStyles)
1318
- * [.usePhoneCountryMask([options])](#w_MultiWidget+usePhoneCountryMask)
1319
- * [.setTexts(fields)](#w_MultiWidget+setTexts)
1320
- * [.setElementStyle(element, [state], styles)](#w_MultiWidget+setElementStyle)
1321
- * [.setFormValues(fieldValues)](#w_MultiWidget+setFormValues)
1322
- * [.setFormLabels(fieldLabels)](#w_MultiWidget+setFormLabels)
1323
- * [.setFormPlaceholders(fieldPlaceholders)](#w_MultiWidget+setFormPlaceholders)
1324
- * [.setFormElements(elements)](#w_MultiWidget+setFormElements)
1325
- * [.setIcons()](#w_MultiWidget+setIcons)
1326
- * [.setHiddenElements(elements)](#w_MultiWidget+setHiddenElements)
1327
- * [.setRefId(refId)](#w_MultiWidget+setRefId)
1328
- * [.useGatewayFieldValidation()](#w_MultiWidget+useGatewayFieldValidation)
1329
- * [.setSupportedCardIcons(elements, validateCardNumberInput)](#w_MultiWidget+setSupportedCardIcons)
1330
- * [.setEnv(env, [alias])](#w_MultiWidget+setEnv)
1331
- * [.loadIFrameUrl()](#w_MultiWidget+loadIFrameUrl)
1332
- * [.setLanguage(code)](#w_MultiWidget+setLanguage)
1333
-
1334
- <a name="w_new_HtmlMultiWidget_new" id="w_new_HtmlMultiWidget_new" class="anchor" aria-hidden="true" href="new_HtmlMultiWidget_new">&nbsp;</a>
1295
+ **Extends**: [<code>MultiWidget</code>](#user-content-w_MultiWidget)
1296
+
1297
+ * [HtmlMultiWidget](#user-content-w_HtmlMultiWidget) ⇐ [<code>MultiWidget</code>](#user-content-w_MultiWidget)
1298
+ * [new exports.HtmlMultiWidget(selector, publicKey, conf)](#user-content-w_new_HtmlMultiWidget_new)
1299
+ * [.load()](#user-content-w_HtmlMultiWidget+load)
1300
+ * [.on(eventName, [cb])](#user-content-w_HtmlMultiWidget+on) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
1301
+ * [.trigger(triggers, data)](#user-content-w_HtmlMultiWidget+trigger)
1302
+ * [.getValidationState()](#user-content-w_HtmlMultiWidget+getValidationState) ⇒ [<code>IFormValidation</code>](#user-content-w_IFormValidation)
1303
+ * [.isValidForm()](#user-content-w_HtmlMultiWidget+isValidForm) ⇒ <code>boolean</code>
1304
+ * [.isInvalidField(field)](#user-content-w_HtmlMultiWidget+isInvalidField) ⇒ <code>boolean</code>
1305
+ * [.isFieldErrorShowed(field)](#user-content-w_HtmlMultiWidget+isFieldErrorShowed) ⇒ <code>boolean</code>
1306
+ * [.isInvalidFieldByValidator(field, validator)](#user-content-w_HtmlMultiWidget+isInvalidFieldByValidator) ⇒ <code>boolean</code>
1307
+ * [.hide([saveSize])](#user-content-w_HtmlMultiWidget+hide)
1308
+ * [.show()](#user-content-w_HtmlMultiWidget+show)
1309
+ * [.reload()](#user-content-w_HtmlMultiWidget+reload)
1310
+ * [.hideElements(elements)](#user-content-w_HtmlMultiWidget+hideElements)
1311
+ * [.showElements(elements)](#user-content-w_HtmlMultiWidget+showElements)
1312
+ * [.updateFormValues(fieldValues)](#user-content-w_HtmlMultiWidget+updateFormValues)
1313
+ * [.onFinishInsert(selector, dataType)](#user-content-w_HtmlMultiWidget+onFinishInsert)
1314
+ * [.interceptSubmitForm(selector)](#user-content-w_HtmlMultiWidget+interceptSubmitForm)
1315
+ * [.useCheckoutAutoSubmit()](#user-content-w_HtmlMultiWidget+useCheckoutAutoSubmit)
1316
+ * [.useAutoResize()](#user-content-w_HtmlMultiWidget+useAutoResize)
1317
+ * [.setStyles(fields)](#user-content-w_MultiWidget+setStyles)
1318
+ * [.usePhoneCountryMask([options])](#user-content-w_MultiWidget+usePhoneCountryMask)
1319
+ * [.setTexts(fields)](#user-content-w_MultiWidget+setTexts)
1320
+ * [.setElementStyle(element, [state], styles)](#user-content-w_MultiWidget+setElementStyle)
1321
+ * [.setFormValues(fieldValues)](#user-content-w_MultiWidget+setFormValues)
1322
+ * [.setFormLabels(fieldLabels)](#user-content-w_MultiWidget+setFormLabels)
1323
+ * [.setFormPlaceholders(fieldPlaceholders)](#user-content-w_MultiWidget+setFormPlaceholders)
1324
+ * [.setFormElements(elements)](#user-content-w_MultiWidget+setFormElements)
1325
+ * [.setIcons()](#user-content-w_MultiWidget+setIcons)
1326
+ * [.setHiddenElements(elements)](#user-content-w_MultiWidget+setHiddenElements)
1327
+ * [.setRefId(refId)](#user-content-w_MultiWidget+setRefId)
1328
+ * [.useGatewayFieldValidation()](#user-content-w_MultiWidget+useGatewayFieldValidation)
1329
+ * [.setSupportedCardIcons(elements, validateCardNumberInput)](#user-content-w_MultiWidget+setSupportedCardIcons)
1330
+ * [.setEnv(env, [alias])](#user-content-w_MultiWidget+setEnv)
1331
+ * [.loadIFrameUrl()](#user-content-w_MultiWidget+loadIFrameUrl)
1332
+ * [.setLanguage(code)](#user-content-w_MultiWidget+setLanguage)
1333
+
1334
+ <a name="w_new_HtmlMultiWidget_new" id="w_new_HtmlMultiWidget_new" href="#user-content-w_new_HtmlMultiWidget_new">&nbsp;</a>
1335
1335
 
1336
1336
  ### new exports.HtmlMultiWidget(selector, publicKey, conf)
1337
1337
 
@@ -1339,7 +1339,7 @@ Class HtmlMultiWidget include method for working with html
1339
1339
  | --- | --- | --- |
1340
1340
  | selector | <code>string</code> | Selector of html element. Container for widget |
1341
1341
  | publicKey | <code>string</code> | PayDock users public key |
1342
- | conf | [<code>Configuration</code>](#w_Configuration) \| <code>string</code> \| [<code>Array.&lt;Configuration&gt;</code>](#w_Configuration) \| <code>Array.&lt;string&gt;</code> | exemplar[s] Configuration class OR configuration token |
1342
+ | conf | [<code>Configuration</code>](#user-content-w_Configuration) \| <code>string</code> \| [<code>Array.&lt;Configuration&gt;</code>](#user-content-w_Configuration) \| <code>Array.&lt;string&gt;</code> | exemplar[s] Configuration class OR configuration token |
1343
1343
 
1344
1344
  **Example**
1345
1345
 
@@ -1357,22 +1357,22 @@ var widget = new MultiWidget('#widget', 'publicKey',[ With Configurations
1357
1357
  Configuration('gatewayId', 'bank_account')
1358
1358
  ]);
1359
1359
  ```
1360
- <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load" class="anchor" aria-hidden="true" href="HtmlMultiWidget+load">&nbsp;</a>
1360
+ <a name="w_HtmlMultiWidget+load" id="w_HtmlMultiWidget+load" href="#user-content-w_HtmlMultiWidget+load">&nbsp;</a>
1361
1361
 
1362
1362
  ### htmlMultiWidget.load()
1363
1363
  The final method to beginning, the load process of widget to html
1364
1364
 
1365
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1366
- <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on" class="anchor" aria-hidden="true" href="HtmlMultiWidget+on">&nbsp;</a>
1365
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1366
+ <a name="w_HtmlMultiWidget+on" id="w_HtmlMultiWidget+on" href="#user-content-w_HtmlMultiWidget+on">&nbsp;</a>
1367
1367
 
1368
1368
  ### htmlMultiWidget.on(eventName, [cb]) ⇒ <code>Promise.&lt;(IEventData\|IEventMetaData\|IEventFinishData\|IFormValidation)&gt;</code> \| <code>void</code>
1369
1369
  Listen to events of widget
1370
1370
 
1371
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1371
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1372
1372
 
1373
1373
  | Param | Type | Description |
1374
1374
  | --- | --- | --- |
1375
- | eventName | <code>string</code> | Available event names [EVENT](#w_EVENT) |
1375
+ | eventName | <code>string</code> | Available event names [EVENT](#user-content-w_EVENT) |
1376
1376
  | [cb] | <code>listener</code> | |
1377
1377
 
1378
1378
  **Example**
@@ -1386,62 +1386,62 @@ widget.on('form_submit', function (data) {
1386
1386
  console.log(data);
1387
1387
  });
1388
1388
  ```
1389
- <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger" class="anchor" aria-hidden="true" href="HtmlMultiWidget+trigger">&nbsp;</a>
1389
+ <a name="w_HtmlMultiWidget+trigger" id="w_HtmlMultiWidget+trigger" href="#user-content-w_HtmlMultiWidget+trigger">&nbsp;</a>
1390
1390
 
1391
1391
  ### htmlMultiWidget.trigger(triggers, data)
1392
1392
  This callback will be called for every trigger
1393
1393
 
1394
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1394
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1395
1395
 
1396
1396
  | Param | Type | Description |
1397
1397
  | --- | --- | --- |
1398
1398
  | triggers | <code>triggerName</code> | submit_form, tab |
1399
- | data | [<code>ITriggerData</code>](#w_ITriggerData) | which will be sending to widget |
1399
+ | data | [<code>ITriggerData</code>](#user-content-w_ITriggerData) | which will be sending to widget |
1400
1400
 
1401
- <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState" class="anchor" aria-hidden="true" href="HtmlMultiWidget+getValidationState">&nbsp;</a>
1401
+ <a name="w_HtmlMultiWidget+getValidationState" id="w_HtmlMultiWidget+getValidationState" href="#user-content-w_HtmlMultiWidget+getValidationState">&nbsp;</a>
1402
1402
 
1403
- ### htmlMultiWidget.getValidationState() ⇒ [<code>IFormValidation</code>](#w_IFormValidation)
1403
+ ### htmlMultiWidget.getValidationState() ⇒ [<code>IFormValidation</code>](#user-content-w_IFormValidation)
1404
1404
  Using this method you can get validation state information
1405
1405
 
1406
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1407
- **Returns**: [<code>IFormValidation</code>](#w_IFormValidation) - Form validation object
1408
- <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isValidForm">&nbsp;</a>
1406
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1407
+ **Returns**: [<code>IFormValidation</code>](#user-content-w_IFormValidation) - Form validation object
1408
+ <a name="w_HtmlMultiWidget+isValidForm" id="w_HtmlMultiWidget+isValidForm" href="#user-content-w_HtmlMultiWidget+isValidForm">&nbsp;</a>
1409
1409
 
1410
1410
  ### htmlMultiWidget.isValidForm() ⇒ <code>boolean</code>
1411
1411
  Using this method you can check if the form is valid
1412
1412
 
1413
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1413
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1414
1414
  **Returns**: <code>boolean</code> - Form is valid
1415
- <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidField">&nbsp;</a>
1415
+ <a name="w_HtmlMultiWidget+isInvalidField" id="w_HtmlMultiWidget+isInvalidField" href="#user-content-w_HtmlMultiWidget+isInvalidField">&nbsp;</a>
1416
1416
 
1417
1417
  ### htmlMultiWidget.isInvalidField(field) ⇒ <code>boolean</code>
1418
1418
  Using this method you can check if a specific form field is invalid
1419
1419
 
1420
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1420
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1421
1421
  **Returns**: <code>boolean</code> - Field is invalid
1422
1422
 
1423
1423
  | Param | Type | Description |
1424
1424
  | --- | --- | --- |
1425
1425
  | field | <code>string</code> | Field name |
1426
1426
 
1427
- <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isFieldErrorShowed">&nbsp;</a>
1427
+ <a name="w_HtmlMultiWidget+isFieldErrorShowed" id="w_HtmlMultiWidget+isFieldErrorShowed" href="#user-content-w_HtmlMultiWidget+isFieldErrorShowed">&nbsp;</a>
1428
1428
 
1429
1429
  ### htmlMultiWidget.isFieldErrorShowed(field) ⇒ <code>boolean</code>
1430
1430
  Using this method you can check if an error is displayed on a specific field
1431
1431
 
1432
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1432
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1433
1433
  **Returns**: <code>boolean</code> - Error is showed on field
1434
1434
 
1435
1435
  | Param | Type | Description |
1436
1436
  | --- | --- | --- |
1437
1437
  | field | <code>string</code> | Field name |
1438
1438
 
1439
- <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator" class="anchor" aria-hidden="true" href="HtmlMultiWidget+isInvalidFieldByValidator">&nbsp;</a>
1439
+ <a name="w_HtmlMultiWidget+isInvalidFieldByValidator" id="w_HtmlMultiWidget+isInvalidFieldByValidator" href="#user-content-w_HtmlMultiWidget+isInvalidFieldByValidator">&nbsp;</a>
1440
1440
 
1441
1441
  ### htmlMultiWidget.isInvalidFieldByValidator(field, validator) ⇒ <code>boolean</code>
1442
1442
  Using this method you can check if a specific field is invalid
1443
1443
 
1444
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1444
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1445
1445
  **Returns**: <code>boolean</code> - Field is invalid by validator
1446
1446
 
1447
1447
  | Param | Type | Description |
@@ -1449,46 +1449,46 @@ Using this method you can check if a specific field is invalid
1449
1449
  | field | <code>string</code> | Field name |
1450
1450
  | validator | <code>string</code> | Validator name. Available validators: `required, cardNumberValidator, expireDateValidation` |
1451
1451
 
1452
- <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hide">&nbsp;</a>
1452
+ <a name="w_HtmlMultiWidget+hide" id="w_HtmlMultiWidget+hide" href="#user-content-w_HtmlMultiWidget+hide">&nbsp;</a>
1453
1453
 
1454
1454
  ### htmlMultiWidget.hide([saveSize])
1455
1455
  Using this method you can hide widget after load
1456
1456
 
1457
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1457
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1458
1458
 
1459
1459
  | Param | Type | Default | Description |
1460
1460
  | --- | --- | --- | --- |
1461
1461
  | [saveSize] | <code>boolean</code> | <code>false</code> | using this param you can save iframe's size |
1462
1462
 
1463
- <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show" class="anchor" aria-hidden="true" href="HtmlMultiWidget+show">&nbsp;</a>
1463
+ <a name="w_HtmlMultiWidget+show" id="w_HtmlMultiWidget+show" href="#user-content-w_HtmlMultiWidget+show">&nbsp;</a>
1464
1464
 
1465
1465
  ### htmlMultiWidget.show()
1466
1466
  Using this method you can show widget after using hide method
1467
1467
 
1468
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1469
- <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload" class="anchor" aria-hidden="true" href="HtmlMultiWidget+reload">&nbsp;</a>
1468
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1469
+ <a name="w_HtmlMultiWidget+reload" id="w_HtmlMultiWidget+reload" href="#user-content-w_HtmlMultiWidget+reload">&nbsp;</a>
1470
1470
 
1471
1471
  ### htmlMultiWidget.reload()
1472
1472
  Using this method you can reload widget
1473
1473
 
1474
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1475
- <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+hideElements">&nbsp;</a>
1474
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1475
+ <a name="w_HtmlMultiWidget+hideElements" id="w_HtmlMultiWidget+hideElements" href="#user-content-w_HtmlMultiWidget+hideElements">&nbsp;</a>
1476
1476
 
1477
1477
  ### htmlMultiWidget.hideElements(elements)
1478
1478
  Using this method you can hide any elements inside widget
1479
1479
 
1480
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1480
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1481
1481
 
1482
1482
  | Param | Type | Description |
1483
1483
  | --- | --- | --- |
1484
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
1484
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#user-content-w_ELEMENT) || [FORM_FIELD](#user-content-w_FORM_FIELD) |
1485
1485
 
1486
1486
  **Example**
1487
1487
 
1488
1488
  ```javascript
1489
1489
  widget.hideElements(['submit_button', 'email']);
1490
1490
  ```
1491
- <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements" class="anchor" aria-hidden="true" href="HtmlMultiWidget+showElements">&nbsp;</a>
1491
+ <a name="w_HtmlMultiWidget+showElements" id="w_HtmlMultiWidget+showElements" href="#user-content-w_HtmlMultiWidget+showElements">&nbsp;</a>
1492
1492
 
1493
1493
  ### htmlMultiWidget.showElements(elements)
1494
1494
  Using this method you can show any elements inside widget
@@ -1496,18 +1496,18 @@ Using this method you can show any elements inside widget
1496
1496
  * @example
1497
1497
  widget.showElements(['submit_button', 'email']);
1498
1498
 
1499
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1499
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1500
1500
 
1501
1501
  | Param | Type | Description |
1502
1502
  | --- | --- | --- |
1503
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be showed [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
1503
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be showed [ELEMENT](#user-content-w_ELEMENT) || [FORM_FIELD](#user-content-w_FORM_FIELD) |
1504
1504
 
1505
- <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues" class="anchor" aria-hidden="true" href="HtmlMultiWidget+updateFormValues">&nbsp;</a>
1505
+ <a name="w_HtmlMultiWidget+updateFormValues" id="w_HtmlMultiWidget+updateFormValues" href="#user-content-w_HtmlMultiWidget+updateFormValues">&nbsp;</a>
1506
1506
 
1507
1507
  ### htmlMultiWidget.updateFormValues(fieldValues)
1508
1508
  Method for update values for form fields inside the widget
1509
1509
 
1510
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1510
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1511
1511
 
1512
1512
  | Param | Type | Description |
1513
1513
  | --- | --- | --- |
@@ -1521,26 +1521,26 @@ widget.updateFormValues({
1521
1521
  card_name: 'Houston'
1522
1522
  });
1523
1523
  ```
1524
- <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert" class="anchor" aria-hidden="true" href="HtmlMultiWidget+onFinishInsert">&nbsp;</a>
1524
+ <a name="w_HtmlMultiWidget+onFinishInsert" id="w_HtmlMultiWidget+onFinishInsert" href="#user-content-w_HtmlMultiWidget+onFinishInsert">&nbsp;</a>
1525
1525
 
1526
1526
  ### htmlMultiWidget.onFinishInsert(selector, dataType)
1527
1527
  After finish event of widget, data (dataType) will be insert to input (selector)
1528
1528
 
1529
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1529
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1530
1530
 
1531
1531
  | Param | Type | Description |
1532
1532
  | --- | --- | --- |
1533
1533
  | selector | <code>string</code> | css selector . [] # |
1534
1534
  | dataType | <code>string</code> | data type of IEventData object. |
1535
1535
 
1536
- <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm" class="anchor" aria-hidden="true" href="HtmlMultiWidget+interceptSubmitForm">&nbsp;</a>
1536
+ <a name="w_HtmlMultiWidget+interceptSubmitForm" id="w_HtmlMultiWidget+interceptSubmitForm" href="#user-content-w_HtmlMultiWidget+interceptSubmitForm">&nbsp;</a>
1537
1537
 
1538
1538
  ### htmlMultiWidget.interceptSubmitForm(selector)
1539
1539
  Widget will intercept submit of your form for processing widget
1540
1540
 
1541
1541
  Process: click by submit button in your form --> submit widget ---> submit your form
1542
1542
 
1543
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1543
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1544
1544
  **Note**: submit button in widget will be hidden.
1545
1545
 
1546
1546
  | Param | Type | Description |
@@ -1560,33 +1560,33 @@ Process: click by submit button in your form --> submit widget ---> submit your
1560
1560
  widget.interceptSubmitForm('#myForm');
1561
1561
  </script>
1562
1562
  ```
1563
- <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useCheckoutAutoSubmit">&nbsp;</a>
1563
+ <a name="w_HtmlMultiWidget+useCheckoutAutoSubmit" id="w_HtmlMultiWidget+useCheckoutAutoSubmit" href="#user-content-w_HtmlMultiWidget+useCheckoutAutoSubmit">&nbsp;</a>
1564
1564
 
1565
1565
  ### htmlMultiWidget.useCheckoutAutoSubmit()
1566
1566
  This method hides a submit button and automatically execute form submit
1567
1567
 
1568
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1569
- <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize" class="anchor" aria-hidden="true" href="HtmlMultiWidget+useAutoResize">&nbsp;</a>
1568
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1569
+ <a name="w_HtmlMultiWidget+useAutoResize" id="w_HtmlMultiWidget+useAutoResize" href="#user-content-w_HtmlMultiWidget+useAutoResize">&nbsp;</a>
1570
1570
 
1571
1571
  ### htmlMultiWidget.useAutoResize()
1572
1572
  Use this method for resize iFrame according content height
1573
1573
 
1574
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1574
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1575
1575
  **Example**
1576
1576
 
1577
1577
  ```javascript
1578
1578
  widget.useAutoResize();
1579
1579
  ```
1580
- <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" class="anchor" aria-hidden="true" href="MultiWidget+setStyles">&nbsp;</a>
1580
+ <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" href="#user-content-w_MultiWidget+setStyles">&nbsp;</a>
1581
1581
 
1582
1582
  ### htmlMultiWidget.setStyles(fields)
1583
1583
  Object contain styles for widget
1584
1584
 
1585
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1585
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1586
1586
 
1587
1587
  | Param | Type | Description |
1588
1588
  | --- | --- | --- |
1589
- | fields | [<code>IStyles</code>](#w_IStyles) | name of styles which can be shown in widget [STYLE](#w_STYLE) |
1589
+ | fields | [<code>IStyles</code>](#user-content-w_IStyles) | name of styles which can be shown in widget [STYLE](#user-content-w_STYLE) |
1590
1590
 
1591
1591
  **Example**
1592
1592
 
@@ -1600,12 +1600,12 @@ widget.setStyles({
1600
1600
  fort_family: 'fantasy'
1601
1601
  });
1602
1602
  ```
1603
- <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" class="anchor" aria-hidden="true" href="MultiWidget+usePhoneCountryMask">&nbsp;</a>
1603
+ <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" href="#user-content-w_MultiWidget+usePhoneCountryMask">&nbsp;</a>
1604
1604
 
1605
1605
  ### htmlMultiWidget.usePhoneCountryMask([options])
1606
1606
  Method to set a country code mask for the phone input.
1607
1607
 
1608
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1608
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1609
1609
 
1610
1610
  | Param | Type | Description |
1611
1611
  | --- | --- | --- |
@@ -1628,16 +1628,16 @@ widget.usePhoneCountryMask({
1628
1628
  only_countries: ['au', 'gb', 'us', 'ua']
1629
1629
  });
1630
1630
  ```
1631
- <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" class="anchor" aria-hidden="true" href="MultiWidget+setTexts">&nbsp;</a>
1631
+ <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" href="#user-content-w_MultiWidget+setTexts">&nbsp;</a>
1632
1632
 
1633
1633
  ### htmlMultiWidget.setTexts(fields)
1634
1634
  Method for set different texts inside the widget
1635
1635
 
1636
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1636
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1637
1637
 
1638
1638
  | Param | Type | Description |
1639
1639
  | --- | --- | --- |
1640
- | fields | [<code>ITexts</code>](#w_ITexts) | name of text items which can be shown in widget [TEXT](#w_TEXT) |
1640
+ | fields | [<code>ITexts</code>](#user-content-w_ITexts) | name of text items which can be shown in widget [TEXT](#user-content-w_TEXT) |
1641
1641
 
1642
1642
  **Example**
1643
1643
 
@@ -1650,18 +1650,18 @@ widget.setTexts({
1650
1650
  submit_button_processing: 'Load...',
1651
1651
  });
1652
1652
  ```
1653
- <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" class="anchor" aria-hidden="true" href="MultiWidget+setElementStyle">&nbsp;</a>
1653
+ <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" href="#user-content-w_MultiWidget+setElementStyle">&nbsp;</a>
1654
1654
 
1655
1655
  ### htmlMultiWidget.setElementStyle(element, [state], styles)
1656
1656
  Method for set styles for different elements and states
1657
1657
 
1658
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1658
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1659
1659
 
1660
1660
  | Param | Type | Description |
1661
1661
  | --- | --- | --- |
1662
- | element | <code>string</code> | type of element for styling. These elements are available [STYLABLE_ELEMENT](#w_STYLABLE_ELEMENT) |
1663
- | [state] | <code>string</code> | state of element for styling. These states are available [STYLABLE_ELEMENT_STATE](#w_STYLABLE_ELEMENT_STATE) |
1664
- | styles | [<code>IElementStyleInput</code>](#w_IElementStyleInput) \| [<code>IElementStyleSubmitButton</code>](#w_IElementStyleSubmitButton) \| [<code>IElementStyleLabel</code>](#w_IElementStyleLabel) \| [<code>IElementStyleTitle</code>](#w_IElementStyleTitle) \| [<code>IElementStyleTitleDescription</code>](#w_IElementStyleTitleDescription) | styles list |
1662
+ | element | <code>string</code> | type of element for styling. These elements are available [STYLABLE_ELEMENT](#user-content-w_STYLABLE_ELEMENT) |
1663
+ | [state] | <code>string</code> | state of element for styling. These states are available [STYLABLE_ELEMENT_STATE](#user-content-w_STYLABLE_ELEMENT_STATE) |
1664
+ | styles | [<code>IElementStyleInput</code>](#user-content-w_IElementStyleInput) \| [<code>IElementStyleSubmitButton</code>](#user-content-w_IElementStyleSubmitButton) \| [<code>IElementStyleLabel</code>](#user-content-w_IElementStyleLabel) \| [<code>IElementStyleTitle</code>](#user-content-w_IElementStyleTitle) \| [<code>IElementStyleTitleDescription</code>](#user-content-w_IElementStyleTitleDescription) | styles list |
1665
1665
 
1666
1666
  **Example**
1667
1667
 
@@ -1678,16 +1678,16 @@ widget.setElementStyle('input', 'error', {
1678
1678
  border: 'red solid 1px'
1679
1679
  });
1680
1680
  ```
1681
- <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" class="anchor" aria-hidden="true" href="MultiWidget+setFormValues">&nbsp;</a>
1681
+ <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" href="#user-content-w_MultiWidget+setFormValues">&nbsp;</a>
1682
1682
 
1683
1683
  ### htmlMultiWidget.setFormValues(fieldValues)
1684
1684
  The method to set the predefined values for the form fields inside the widget
1685
1685
 
1686
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1686
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1687
1687
 
1688
1688
  | Param | Type | Description |
1689
1689
  | --- | --- | --- |
1690
- | fieldValues | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), The object value is what we are expecting |
1690
+ | fieldValues | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), The object value is what we are expecting |
1691
1691
 
1692
1692
  **Example**
1693
1693
 
@@ -1697,16 +1697,16 @@ widget.setFormValues({
1697
1697
  card_name: 'Houston'
1698
1698
  });
1699
1699
  ```
1700
- <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" class="anchor" aria-hidden="true" href="MultiWidget+setFormLabels">&nbsp;</a>
1700
+ <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" href="#user-content-w_MultiWidget+setFormLabels">&nbsp;</a>
1701
1701
 
1702
1702
  ### htmlMultiWidget.setFormLabels(fieldLabels)
1703
1703
  The method to set custom form field labels
1704
1704
 
1705
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1705
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1706
1706
 
1707
1707
  | Param | Type | Description |
1708
1708
  | --- | --- | --- |
1709
- | fieldLabels | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), The object value is what we are expecting |
1709
+ | fieldLabels | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), The object value is what we are expecting |
1710
1710
 
1711
1711
  **Example**
1712
1712
 
@@ -1716,16 +1716,16 @@ widget.setFormPlaceholders({
1716
1716
  email: 'Email For Receipt'
1717
1717
  })
1718
1718
  ```
1719
- <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" class="anchor" aria-hidden="true" href="MultiWidget+setFormPlaceholders">&nbsp;</a>
1719
+ <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" href="#user-content-w_MultiWidget+setFormPlaceholders">&nbsp;</a>
1720
1720
 
1721
1721
  ### htmlMultiWidget.setFormPlaceholders(fieldPlaceholders)
1722
1722
  The method to set custom form fields placeholders
1723
1723
 
1724
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1724
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1725
1725
 
1726
1726
  | Param | Type | Description |
1727
1727
  | --- | --- | --- |
1728
- | fieldPlaceholders | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), Value of object is expected placeholder |
1728
+ | fieldPlaceholders | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), Value of object is expected placeholder |
1729
1729
 
1730
1730
  **Example**
1731
1731
 
@@ -1735,18 +1735,18 @@ widget.setFormPlaceholders({
1735
1735
  email: 'Input your email, like test@example.com'
1736
1736
  })
1737
1737
  ```
1738
- <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements" class="anchor" aria-hidden="true" href="MultiWidget+setFormElements">&nbsp;</a>
1738
+ <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements" href="#user-content-w_MultiWidget+setFormElements">&nbsp;</a>
1739
1739
 
1740
1740
  ### htmlMultiWidget.setFormElements(elements)
1741
1741
  The method to set the full configuration for the all specific form elements (label, placeholder, value)
1742
1742
  You can also use the other method for the partial configuration like: setFormValues, setFormPlaceholder, setFormLabel
1743
1743
 
1744
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1744
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1745
1745
 
1746
1746
  | Param | Type | Description |
1747
1747
  | --- | --- | --- |
1748
1748
  | elements | <code>string</code> | The list of elements |
1749
- | elements[].field | <code>string</code> | Field name of the element [FORM_FIELD](#w_FORM_FIELD) |
1749
+ | elements[].field | <code>string</code> | Field name of the element [FORM_FIELD](#user-content-w_FORM_FIELD) |
1750
1750
  | elements[].placeholder | <code>string</code> | Set custom form field placeholder |
1751
1751
  | elements[].label | <code>string</code> | Set custom labels near form field |
1752
1752
  | elements[].value | <code>string</code> | Set predefined values for the form field |
@@ -1769,38 +1769,38 @@ widget.setFormElements([
1769
1769
  },
1770
1770
  ])
1771
1771
  ```
1772
- <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" class="anchor" aria-hidden="true" href="MultiWidget+setIcons">&nbsp;</a>
1772
+ <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" href="#user-content-w_MultiWidget+setIcons">&nbsp;</a>
1773
1773
 
1774
1774
  ### htmlMultiWidget.setIcons()
1775
1775
  The method to change the widget icons
1776
1776
 
1777
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1777
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1778
1778
  **Todo**
1779
1779
 
1780
1780
  - [ ] DEPRECATED
1781
1781
 
1782
- <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" class="anchor" aria-hidden="true" href="MultiWidget+setHiddenElements">&nbsp;</a>
1782
+ <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" href="#user-content-w_MultiWidget+setHiddenElements">&nbsp;</a>
1783
1783
 
1784
1784
  ### htmlMultiWidget.setHiddenElements(elements)
1785
1785
  Using this method you can set hidden elements inside widget
1786
1786
 
1787
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1787
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1788
1788
 
1789
1789
  | Param | Type | Description |
1790
1790
  | --- | --- | --- |
1791
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
1791
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#user-content-w_ELEMENT) || [FORM_FIELD](#user-content-w_FORM_FIELD) |
1792
1792
 
1793
1793
  **Example**
1794
1794
 
1795
1795
  ```javascript
1796
1796
  widget.setHiddenElements(['submit_button', 'email']);
1797
1797
  ```
1798
- <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" class="anchor" aria-hidden="true" href="MultiWidget+setRefId">&nbsp;</a>
1798
+ <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" href="#user-content-w_MultiWidget+setRefId">&nbsp;</a>
1799
1799
 
1800
1800
  ### htmlMultiWidget.setRefId(refId)
1801
1801
  Current method can set custom ID to identify the data in the future
1802
1802
 
1803
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1803
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1804
1804
 
1805
1805
  | Param | Type | Description |
1806
1806
  | --- | --- | --- |
@@ -1811,27 +1811,27 @@ Current method can set custom ID to identify the data in the future
1811
1811
  ```javascript
1812
1812
  widget.setRefId('id');
1813
1813
  ```
1814
- <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" class="anchor" aria-hidden="true" href="MultiWidget+useGatewayFieldValidation">&nbsp;</a>
1814
+ <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" href="#user-content-w_MultiWidget+useGatewayFieldValidation">&nbsp;</a>
1815
1815
 
1816
1816
  ### htmlMultiWidget.useGatewayFieldValidation()
1817
1817
  Current method can add visual validation from gateway to widget's form fields
1818
1818
 
1819
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1819
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1820
1820
  **Example**
1821
1821
 
1822
1822
  ```javascript
1823
1823
  widget.useGatewayFieldValidation();
1824
1824
  ```
1825
- <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" class="anchor" aria-hidden="true" href="MultiWidget+setSupportedCardIcons">&nbsp;</a>
1825
+ <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" href="#user-content-w_MultiWidget+setSupportedCardIcons">&nbsp;</a>
1826
1826
 
1827
1827
  ### htmlMultiWidget.setSupportedCardIcons(elements, validateCardNumberInput)
1828
1828
  Current method can set icons of supported card types
1829
1829
 
1830
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1830
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1831
1831
 
1832
1832
  | Param | Type | Description |
1833
1833
  | --- | --- | --- |
1834
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | [SUPPORTED_CARD_TYPES](#w_SUPPORTED_CARD_TYPES) |
1834
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | [SUPPORTED_CARD_TYPES](#user-content-w_SUPPORTED_CARD_TYPES) |
1835
1835
  | validateCardNumberInput | <code>boolean</code> | [validateCardNumberInput=false] - using this param you allow validation for card number input on supported card types |
1836
1836
 
1837
1837
  **Example**
@@ -1839,13 +1839,13 @@ Current method can set icons of supported card types
1839
1839
  ```javascript
1840
1840
  widget.setSupportedCardIcons(['mastercard', 'visa'], validateCardNumberInput);
1841
1841
  ```
1842
- <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" class="anchor" aria-hidden="true" href="MultiWidget+setEnv">&nbsp;</a>
1842
+ <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" href="#user-content-w_MultiWidget+setEnv">&nbsp;</a>
1843
1843
 
1844
1844
  ### htmlMultiWidget.setEnv(env, [alias])
1845
1845
  Current method can change environment. By default environment = sandbox.
1846
1846
  Also we can change domain alias for this environment. By default domain_alias = paydock.com
1847
1847
 
1848
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1848
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1849
1849
 
1850
1850
  | Param | Type | Description |
1851
1851
  | --- | --- | --- |
@@ -1857,12 +1857,12 @@ Also we can change domain alias for this environment. By default domain_alias =
1857
1857
  ```javascript
1858
1858
  widget.setEnv('production', 'paydock.com');
1859
1859
  ```
1860
- <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" class="anchor" aria-hidden="true" href="MultiWidget+loadIFrameUrl">&nbsp;</a>
1860
+ <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" href="#user-content-w_MultiWidget+loadIFrameUrl">&nbsp;</a>
1861
1861
 
1862
1862
  ### htmlMultiWidget.loadIFrameUrl()
1863
1863
  Method for creating iframe url
1864
1864
 
1865
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1865
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1866
1866
  **Example**
1867
1867
 
1868
1868
  ```javascript
@@ -1872,12 +1872,12 @@ widget.loadIFrameUrl(function (url) {
1872
1872
  console.log(errors);
1873
1873
  });
1874
1874
  ```
1875
- <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" class="anchor" aria-hidden="true" href="MultiWidget+setLanguage">&nbsp;</a>
1875
+ <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" href="#user-content-w_MultiWidget+setLanguage">&nbsp;</a>
1876
1876
 
1877
1877
  ### htmlMultiWidget.setLanguage(code)
1878
1878
  Method for setting a custom language code
1879
1879
 
1880
- **Kind**: instance method of [<code>HtmlMultiWidget</code>](#w_HtmlMultiWidget)
1880
+ **Kind**: instance method of [<code>HtmlMultiWidget</code>](#user-content-w_HtmlMultiWidget)
1881
1881
 
1882
1882
  | Param | Type | Description |
1883
1883
  | --- | --- | --- |
@@ -1888,33 +1888,33 @@ Method for setting a custom language code
1888
1888
  ```javascript
1889
1889
  config.setLanguage('en');
1890
1890
  ```
1891
- <a name="w_Configuration" id="w_Configuration" class="anchor" aria-hidden="true" href="Configuration">&nbsp;</a>
1891
+ <a name="w_Configuration" id="w_Configuration" href="#user-content-w_Configuration">&nbsp;</a>
1892
1892
 
1893
1893
  ## Configuration
1894
1894
  Class Configuration include methods for creating configuration token
1895
1895
 
1896
1896
  **Kind**: global class
1897
1897
 
1898
- * [Configuration](#w_Configuration)
1899
- * [new exports.Configuration([gatewayID], paymentType, purpose)](#w_new_Configuration_new)
1900
- * [.setWebHookDestination(url)](#w_Configuration+setWebHookDestination)
1901
- * [.setSuccessRedirectUrl(url)](#w_Configuration+setSuccessRedirectUrl)
1902
- * [.setErrorRedirectUrl(url)](#w_Configuration+setErrorRedirectUrl)
1903
- * [.setFormFields(fields)](#w_Configuration+setFormFields)
1904
- * [.setMeta(object)](#w_Configuration+setMeta)
1905
- * [.setEnv(env, [alias])](#w_Configuration+setEnv)
1906
- * [.setLabel(label)](#w_Configuration+setLabel)
1907
- * [.createToken(accessToken, cb, errorCb)](#w_Configuration+createToken)
1898
+ * [Configuration](#user-content-w_Configuration)
1899
+ * [new exports.Configuration([gatewayID], paymentType, purpose)](#user-content-w_new_Configuration_new)
1900
+ * [.setWebHookDestination(url)](#user-content-w_Configuration+setWebHookDestination)
1901
+ * [.setSuccessRedirectUrl(url)](#user-content-w_Configuration+setSuccessRedirectUrl)
1902
+ * [.setErrorRedirectUrl(url)](#user-content-w_Configuration+setErrorRedirectUrl)
1903
+ * [.setFormFields(fields)](#user-content-w_Configuration+setFormFields)
1904
+ * [.setMeta(object)](#user-content-w_Configuration+setMeta)
1905
+ * [.setEnv(env, [alias])](#user-content-w_Configuration+setEnv)
1906
+ * [.setLabel(label)](#user-content-w_Configuration+setLabel)
1907
+ * [.createToken(accessToken, cb, errorCb)](#user-content-w_Configuration+createToken)
1908
1908
 
1909
- <a name="w_new_Configuration_new" id="w_new_Configuration_new" class="anchor" aria-hidden="true" href="new_Configuration_new">&nbsp;</a>
1909
+ <a name="w_new_Configuration_new" id="w_new_Configuration_new" href="#user-content-w_new_Configuration_new">&nbsp;</a>
1910
1910
 
1911
1911
  ### new exports.Configuration([gatewayID], paymentType, purpose)
1912
1912
 
1913
1913
  | Param | Type | Default | Description |
1914
1914
  | --- | --- | --- | --- |
1915
1915
  | [gatewayID] | <code>string</code> | <code>&quot;default&quot;</code> | gateway ID. By default or if put 'default', it will use the selected default gateway. If put 'not_configured', it won’t use gateway to create downstream token. |
1916
- | paymentType | <code>string</code> | | Type of payment source which shows in widget form. Available parameters [PAYMENT_TYPE](#w_PAYMENT_TYPE) |
1917
- | purpose | <code>string</code> | | Param which describes payment purpose. By default uses Available parameters [PURPOSE](#w_PURPOSE) |
1916
+ | paymentType | <code>string</code> | | Type of payment source which shows in widget form. Available parameters [PAYMENT_TYPE](#user-content-w_PAYMENT_TYPE) |
1917
+ | purpose | <code>string</code> | | Param which describes payment purpose. By default uses Available parameters [PURPOSE](#user-content-w_PURPOSE) |
1918
1918
 
1919
1919
  **Example**
1920
1920
 
@@ -1925,13 +1925,13 @@ var config = new Configuration('gatewayId', 'bank_account', 'paymentSource'); //
1925
1925
 
1926
1926
  var config = new Configuration('not_configured'); // without gateway
1927
1927
  ```
1928
- <a name="w_Configuration+setWebHookDestination" id="w_Configuration+setWebHookDestination" class="anchor" aria-hidden="true" href="Configuration+setWebHookDestination">&nbsp;</a>
1928
+ <a name="w_Configuration+setWebHookDestination" id="w_Configuration+setWebHookDestination" href="#user-content-w_Configuration+setWebHookDestination">&nbsp;</a>
1929
1929
 
1930
1930
  ### configuration.setWebHookDestination(url)
1931
1931
  Destination, where customer will receive all successful responses.
1932
1932
  Response will contain “data” object with “payment_source” or other parameters, in depending on 'purpose'
1933
1933
 
1934
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
1934
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
1935
1935
 
1936
1936
  | Param | Type | Description |
1937
1937
  | --- | --- | --- |
@@ -1942,12 +1942,12 @@ Response will contain “data” object with “payment_source” or other param
1942
1942
  ```javascript
1943
1943
  config.setWebHookDestination('http://google.com');
1944
1944
  ```
1945
- <a name="w_Configuration+setSuccessRedirectUrl" id="w_Configuration+setSuccessRedirectUrl" class="anchor" aria-hidden="true" href="Configuration+setSuccessRedirectUrl">&nbsp;</a>
1945
+ <a name="w_Configuration+setSuccessRedirectUrl" id="w_Configuration+setSuccessRedirectUrl" href="#user-content-w_Configuration+setSuccessRedirectUrl">&nbsp;</a>
1946
1946
 
1947
1947
  ### configuration.setSuccessRedirectUrl(url)
1948
1948
  URL to which the Customer will be redirected to after the success finish
1949
1949
 
1950
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
1950
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
1951
1951
 
1952
1952
  | Param | Type |
1953
1953
  | --- | --- |
@@ -1958,12 +1958,12 @@ URL to which the Customer will be redirected to after the success finish
1958
1958
  ```javascript
1959
1959
  config.setSuccessRedirectUrl('google.com/search?q=success');
1960
1960
  ```
1961
- <a name="w_Configuration+setErrorRedirectUrl" id="w_Configuration+setErrorRedirectUrl" class="anchor" aria-hidden="true" href="Configuration+setErrorRedirectUrl">&nbsp;</a>
1961
+ <a name="w_Configuration+setErrorRedirectUrl" id="w_Configuration+setErrorRedirectUrl" href="#user-content-w_Configuration+setErrorRedirectUrl">&nbsp;</a>
1962
1962
 
1963
1963
  ### configuration.setErrorRedirectUrl(url)
1964
1964
  URL to which the Customer will be redirected to if an error is triggered in the process of operation
1965
1965
 
1966
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
1966
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
1967
1967
 
1968
1968
  | Param | Type |
1969
1969
  | --- | --- |
@@ -1974,32 +1974,32 @@ URL to which the Customer will be redirected to if an error is triggered in the
1974
1974
  ```javascript
1975
1975
  config.setErrorRedirectUrl('google.com/search?q=error');
1976
1976
  ```
1977
- <a name="w_Configuration+setFormFields" id="w_Configuration+setFormFields" class="anchor" aria-hidden="true" href="Configuration+setFormFields">&nbsp;</a>
1977
+ <a name="w_Configuration+setFormFields" id="w_Configuration+setFormFields" href="#user-content-w_Configuration+setFormFields">&nbsp;</a>
1978
1978
 
1979
1979
  ### configuration.setFormFields(fields)
1980
1980
  Set list with widget form field, which will be shown in form. Also you can set the required validation for these fields
1981
1981
 
1982
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
1982
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
1983
1983
 
1984
1984
  | Param | Type | Description |
1985
1985
  | --- | --- | --- |
1986
- | fields | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | name of fields which can be shown in a widget. If after a name of a field, you put “*”, this field will be required on client-side. (For validation, you can specify any fields, even those that are shown by default: card_number, expiration, etc... ) [FORM_FIELD](#w_FORM_FIELD) |
1986
+ | fields | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | name of fields which can be shown in a widget. If after a name of a field, you put “*”, this field will be required on client-side. (For validation, you can specify any fields, even those that are shown by default: card_number, expiration, etc... ) [FORM_FIELD](#user-content-w_FORM_FIELD) |
1987
1987
 
1988
1988
  **Example**
1989
1989
 
1990
1990
  ```javascript
1991
1991
  config.setFormFields(['phone', 'email', 'first_name*']);
1992
1992
  ```
1993
- <a name="w_Configuration+setMeta" id="w_Configuration+setMeta" class="anchor" aria-hidden="true" href="Configuration+setMeta">&nbsp;</a>
1993
+ <a name="w_Configuration+setMeta" id="w_Configuration+setMeta" href="#user-content-w_Configuration+setMeta">&nbsp;</a>
1994
1994
 
1995
1995
  ### configuration.setMeta(object)
1996
1996
  Method for setting meta information for checkout page
1997
1997
 
1998
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
1998
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
1999
1999
 
2000
2000
  | Param | Type | Description |
2001
2001
  | --- | --- | --- |
2002
- | object | [<code>IPayPalMeta</code>](#w_IPayPalMeta) \| <code>IZipmoneyMeta</code> \| <code>IAfterpayMeta</code> \| [<code>IBamboraMeta</code>](#w_IBamboraMeta) | data which can be shown on checkout page [IPayPalMeta](#w_IPayPalMeta) [IZipmoneyMeta](IZipmoneyMeta) [IAfterpayMeta](IAfterpayMeta) [IBamboraMeta](#w_IBamboraMeta) |
2002
+ | object | [<code>IPayPalMeta</code>](#user-content-w_IPayPalMeta) \| <code>IZipmoneyMeta</code> \| <code>IAfterpayMeta</code> \| [<code>IBamboraMeta</code>](#user-content-w_IBamboraMeta) | data which can be shown on checkout page [IPayPalMeta](#user-content-w_IPayPalMeta) [IZipmoneyMeta](IZipmoneyMeta) [IAfterpayMeta](IAfterpayMeta) [IBamboraMeta](#user-content-w_IBamboraMeta) |
2003
2003
 
2004
2004
  **Example**
2005
2005
 
@@ -2010,13 +2010,13 @@ config.setMeta({
2010
2010
  email: 'wault@paydock.com'
2011
2011
  });
2012
2012
  ```
2013
- <a name="w_Configuration+setEnv" id="w_Configuration+setEnv" class="anchor" aria-hidden="true" href="Configuration+setEnv">&nbsp;</a>
2013
+ <a name="w_Configuration+setEnv" id="w_Configuration+setEnv" href="#user-content-w_Configuration+setEnv">&nbsp;</a>
2014
2014
 
2015
2015
  ### configuration.setEnv(env, [alias])
2016
2016
  Current method can change environment. By default environment = sandbox.
2017
2017
  Also we can change domain alias for this environment. By default domain_alias = paydock.com
2018
2018
 
2019
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
2019
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
2020
2020
 
2021
2021
  | Param | Type | Description |
2022
2022
  | --- | --- | --- |
@@ -2028,12 +2028,12 @@ Also we can change domain alias for this environment. By default domain_alias =
2028
2028
  ```javascript
2029
2029
  config.setEnv('production');
2030
2030
  ```
2031
- <a name="w_Configuration+setLabel" id="w_Configuration+setLabel" class="anchor" aria-hidden="true" href="Configuration+setLabel">&nbsp;</a>
2031
+ <a name="w_Configuration+setLabel" id="w_Configuration+setLabel" href="#user-content-w_Configuration+setLabel">&nbsp;</a>
2032
2032
 
2033
2033
  ### configuration.setLabel(label)
2034
2034
  Title for tab which can be set instead of default
2035
2035
 
2036
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
2036
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
2037
2037
 
2038
2038
  | Param | Type | Description |
2039
2039
  | --- | --- | --- |
@@ -2044,12 +2044,12 @@ Title for tab which can be set instead of default
2044
2044
  ```javascript
2045
2045
  config.setLabel('custom label');
2046
2046
  ```
2047
- <a name="w_Configuration+createToken" id="w_Configuration+createToken" class="anchor" aria-hidden="true" href="Configuration+createToken">&nbsp;</a>
2047
+ <a name="w_Configuration+createToken" id="w_Configuration+createToken" href="#user-content-w_Configuration+createToken">&nbsp;</a>
2048
2048
 
2049
2049
  ### configuration.createToken(accessToken, cb, errorCb)
2050
2050
  createToken - method which exactly create payment one time token
2051
2051
 
2052
- **Kind**: instance method of [<code>Configuration</code>](#w_Configuration)
2052
+ **Kind**: instance method of [<code>Configuration</code>](#user-content-w_Configuration)
2053
2053
 
2054
2054
  | Param | Type | Description |
2055
2055
  | --- | --- | --- |
@@ -2067,40 +2067,40 @@ config.createToken('582035346f65cdd57ee81192d6e5w65w4e5',
2067
2067
  console.log(error);
2068
2068
  });
2069
2069
  ```
2070
- <a name="w_MultiWidget" id="w_MultiWidget" class="anchor" aria-hidden="true" href="MultiWidget">&nbsp;</a>
2070
+ <a name="w_MultiWidget" id="w_MultiWidget" href="#user-content-w_MultiWidget">&nbsp;</a>
2071
2071
 
2072
2072
  ## MultiWidget
2073
2073
  Class MultiWidget include method for for creating iframe url
2074
2074
 
2075
2075
  **Kind**: global class
2076
2076
 
2077
- * [MultiWidget](#w_MultiWidget)
2078
- * [new exports.MultiWidget(accessToken, conf)](#w_new_MultiWidget_new)
2079
- * [.setStyles(fields)](#w_MultiWidget+setStyles)
2080
- * [.usePhoneCountryMask([options])](#w_MultiWidget+usePhoneCountryMask)
2081
- * [.setTexts(fields)](#w_MultiWidget+setTexts)
2082
- * [.setElementStyle(element, [state], styles)](#w_MultiWidget+setElementStyle)
2083
- * [.setFormValues(fieldValues)](#w_MultiWidget+setFormValues)
2084
- * [.setFormLabels(fieldLabels)](#w_MultiWidget+setFormLabels)
2085
- * [.setFormPlaceholders(fieldPlaceholders)](#w_MultiWidget+setFormPlaceholders)
2086
- * [.setFormElements(elements)](#w_MultiWidget+setFormElements)
2087
- * [.setIcons()](#w_MultiWidget+setIcons)
2088
- * [.setHiddenElements(elements)](#w_MultiWidget+setHiddenElements)
2089
- * [.setRefId(refId)](#w_MultiWidget+setRefId)
2090
- * [.useGatewayFieldValidation()](#w_MultiWidget+useGatewayFieldValidation)
2091
- * [.setSupportedCardIcons(elements, validateCardNumberInput)](#w_MultiWidget+setSupportedCardIcons)
2092
- * [.setEnv(env, [alias])](#w_MultiWidget+setEnv)
2093
- * [.loadIFrameUrl()](#w_MultiWidget+loadIFrameUrl)
2094
- * [.setLanguage(code)](#w_MultiWidget+setLanguage)
2095
-
2096
- <a name="w_new_MultiWidget_new" id="w_new_MultiWidget_new" class="anchor" aria-hidden="true" href="new_MultiWidget_new">&nbsp;</a>
2077
+ * [MultiWidget](#user-content-w_MultiWidget)
2078
+ * [new exports.MultiWidget(accessToken, conf)](#user-content-w_new_MultiWidget_new)
2079
+ * [.setStyles(fields)](#user-content-w_MultiWidget+setStyles)
2080
+ * [.usePhoneCountryMask([options])](#user-content-w_MultiWidget+usePhoneCountryMask)
2081
+ * [.setTexts(fields)](#user-content-w_MultiWidget+setTexts)
2082
+ * [.setElementStyle(element, [state], styles)](#user-content-w_MultiWidget+setElementStyle)
2083
+ * [.setFormValues(fieldValues)](#user-content-w_MultiWidget+setFormValues)
2084
+ * [.setFormLabels(fieldLabels)](#user-content-w_MultiWidget+setFormLabels)
2085
+ * [.setFormPlaceholders(fieldPlaceholders)](#user-content-w_MultiWidget+setFormPlaceholders)
2086
+ * [.setFormElements(elements)](#user-content-w_MultiWidget+setFormElements)
2087
+ * [.setIcons()](#user-content-w_MultiWidget+setIcons)
2088
+ * [.setHiddenElements(elements)](#user-content-w_MultiWidget+setHiddenElements)
2089
+ * [.setRefId(refId)](#user-content-w_MultiWidget+setRefId)
2090
+ * [.useGatewayFieldValidation()](#user-content-w_MultiWidget+useGatewayFieldValidation)
2091
+ * [.setSupportedCardIcons(elements, validateCardNumberInput)](#user-content-w_MultiWidget+setSupportedCardIcons)
2092
+ * [.setEnv(env, [alias])](#user-content-w_MultiWidget+setEnv)
2093
+ * [.loadIFrameUrl()](#user-content-w_MultiWidget+loadIFrameUrl)
2094
+ * [.setLanguage(code)](#user-content-w_MultiWidget+setLanguage)
2095
+
2096
+ <a name="w_new_MultiWidget_new" id="w_new_MultiWidget_new" href="#user-content-w_new_MultiWidget_new">&nbsp;</a>
2097
2097
 
2098
2098
  ### new exports.MultiWidget(accessToken, conf)
2099
2099
 
2100
2100
  | Param | Type | Description |
2101
2101
  | --- | --- | --- |
2102
2102
  | accessToken | <code>string</code> | PayDock users access token or public key |
2103
- | conf | [<code>Configuration</code>](#w_Configuration) \| <code>string</code> \| [<code>Array.&lt;Configuration&gt;</code>](#w_Configuration) \| <code>Array.&lt;string&gt;</code> | exemplar[s] Configuration class OR configuration token |
2103
+ | conf | [<code>Configuration</code>](#user-content-w_Configuration) \| <code>string</code> \| [<code>Array.&lt;Configuration&gt;</code>](#user-content-w_Configuration) \| <code>Array.&lt;string&gt;</code> | exemplar[s] Configuration class OR configuration token |
2104
2104
 
2105
2105
  **Example**
2106
2106
 
@@ -2116,16 +2116,16 @@ var widget = new MultiWidget('accessToken',[ With Configurations
2116
2116
  Configuration('gatewayId', 'bank_account')
2117
2117
  ]);
2118
2118
  ```
2119
- <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" class="anchor" aria-hidden="true" href="MultiWidget+setStyles">&nbsp;</a>
2119
+ <a name="w_MultiWidget+setStyles" id="w_MultiWidget+setStyles" href="#user-content-w_MultiWidget+setStyles">&nbsp;</a>
2120
2120
 
2121
2121
  ### multiWidget.setStyles(fields)
2122
2122
  Object contain styles for widget
2123
2123
 
2124
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2124
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2125
2125
 
2126
2126
  | Param | Type | Description |
2127
2127
  | --- | --- | --- |
2128
- | fields | [<code>IStyles</code>](#w_IStyles) | name of styles which can be shown in widget [STYLE](#w_STYLE) |
2128
+ | fields | [<code>IStyles</code>](#user-content-w_IStyles) | name of styles which can be shown in widget [STYLE](#user-content-w_STYLE) |
2129
2129
 
2130
2130
  **Example**
2131
2131
 
@@ -2139,12 +2139,12 @@ widget.setStyles({
2139
2139
  fort_family: 'fantasy'
2140
2140
  });
2141
2141
  ```
2142
- <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" class="anchor" aria-hidden="true" href="MultiWidget+usePhoneCountryMask">&nbsp;</a>
2142
+ <a name="w_MultiWidget+usePhoneCountryMask" id="w_MultiWidget+usePhoneCountryMask" href="#user-content-w_MultiWidget+usePhoneCountryMask">&nbsp;</a>
2143
2143
 
2144
2144
  ### multiWidget.usePhoneCountryMask([options])
2145
2145
  Method to set a country code mask for the phone input.
2146
2146
 
2147
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2147
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2148
2148
 
2149
2149
  | Param | Type | Description |
2150
2150
  | --- | --- | --- |
@@ -2167,16 +2167,16 @@ widget.usePhoneCountryMask({
2167
2167
  only_countries: ['au', 'gb', 'us', 'ua']
2168
2168
  });
2169
2169
  ```
2170
- <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" class="anchor" aria-hidden="true" href="MultiWidget+setTexts">&nbsp;</a>
2170
+ <a name="w_MultiWidget+setTexts" id="w_MultiWidget+setTexts" href="#user-content-w_MultiWidget+setTexts">&nbsp;</a>
2171
2171
 
2172
2172
  ### multiWidget.setTexts(fields)
2173
2173
  Method for set different texts inside the widget
2174
2174
 
2175
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2175
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2176
2176
 
2177
2177
  | Param | Type | Description |
2178
2178
  | --- | --- | --- |
2179
- | fields | [<code>ITexts</code>](#w_ITexts) | name of text items which can be shown in widget [TEXT](#w_TEXT) |
2179
+ | fields | [<code>ITexts</code>](#user-content-w_ITexts) | name of text items which can be shown in widget [TEXT](#user-content-w_TEXT) |
2180
2180
 
2181
2181
  **Example**
2182
2182
 
@@ -2189,18 +2189,18 @@ widget.setTexts({
2189
2189
  submit_button_processing: 'Load...',
2190
2190
  });
2191
2191
  ```
2192
- <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" class="anchor" aria-hidden="true" href="MultiWidget+setElementStyle">&nbsp;</a>
2192
+ <a name="w_MultiWidget+setElementStyle" id="w_MultiWidget+setElementStyle" href="#user-content-w_MultiWidget+setElementStyle">&nbsp;</a>
2193
2193
 
2194
2194
  ### multiWidget.setElementStyle(element, [state], styles)
2195
2195
  Method for set styles for different elements and states
2196
2196
 
2197
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2197
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2198
2198
 
2199
2199
  | Param | Type | Description |
2200
2200
  | --- | --- | --- |
2201
- | element | <code>string</code> | type of element for styling. These elements are available [STYLABLE_ELEMENT](#w_STYLABLE_ELEMENT) |
2202
- | [state] | <code>string</code> | state of element for styling. These states are available [STYLABLE_ELEMENT_STATE](#w_STYLABLE_ELEMENT_STATE) |
2203
- | styles | [<code>IElementStyleInput</code>](#w_IElementStyleInput) \| [<code>IElementStyleSubmitButton</code>](#w_IElementStyleSubmitButton) \| [<code>IElementStyleLabel</code>](#w_IElementStyleLabel) \| [<code>IElementStyleTitle</code>](#w_IElementStyleTitle) \| [<code>IElementStyleTitleDescription</code>](#w_IElementStyleTitleDescription) | styles list |
2201
+ | element | <code>string</code> | type of element for styling. These elements are available [STYLABLE_ELEMENT](#user-content-w_STYLABLE_ELEMENT) |
2202
+ | [state] | <code>string</code> | state of element for styling. These states are available [STYLABLE_ELEMENT_STATE](#user-content-w_STYLABLE_ELEMENT_STATE) |
2203
+ | styles | [<code>IElementStyleInput</code>](#user-content-w_IElementStyleInput) \| [<code>IElementStyleSubmitButton</code>](#user-content-w_IElementStyleSubmitButton) \| [<code>IElementStyleLabel</code>](#user-content-w_IElementStyleLabel) \| [<code>IElementStyleTitle</code>](#user-content-w_IElementStyleTitle) \| [<code>IElementStyleTitleDescription</code>](#user-content-w_IElementStyleTitleDescription) | styles list |
2204
2204
 
2205
2205
  **Example**
2206
2206
 
@@ -2217,16 +2217,16 @@ widget.setElementStyle('input', 'error', {
2217
2217
  border: 'red solid 1px'
2218
2218
  });
2219
2219
  ```
2220
- <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" class="anchor" aria-hidden="true" href="MultiWidget+setFormValues">&nbsp;</a>
2220
+ <a name="w_MultiWidget+setFormValues" id="w_MultiWidget+setFormValues" href="#user-content-w_MultiWidget+setFormValues">&nbsp;</a>
2221
2221
 
2222
2222
  ### multiWidget.setFormValues(fieldValues)
2223
2223
  The method to set the predefined values for the form fields inside the widget
2224
2224
 
2225
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2225
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2226
2226
 
2227
2227
  | Param | Type | Description |
2228
2228
  | --- | --- | --- |
2229
- | fieldValues | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), The object value is what we are expecting |
2229
+ | fieldValues | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), The object value is what we are expecting |
2230
2230
 
2231
2231
  **Example**
2232
2232
 
@@ -2236,16 +2236,16 @@ widget.setFormValues({
2236
2236
  card_name: 'Houston'
2237
2237
  });
2238
2238
  ```
2239
- <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" class="anchor" aria-hidden="true" href="MultiWidget+setFormLabels">&nbsp;</a>
2239
+ <a name="w_MultiWidget+setFormLabels" id="w_MultiWidget+setFormLabels" href="#user-content-w_MultiWidget+setFormLabels">&nbsp;</a>
2240
2240
 
2241
2241
  ### multiWidget.setFormLabels(fieldLabels)
2242
2242
  The method to set custom form field labels
2243
2243
 
2244
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2244
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2245
2245
 
2246
2246
  | Param | Type | Description |
2247
2247
  | --- | --- | --- |
2248
- | fieldLabels | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), The object value is what we are expecting |
2248
+ | fieldLabels | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), The object value is what we are expecting |
2249
2249
 
2250
2250
  **Example**
2251
2251
 
@@ -2255,16 +2255,16 @@ widget.setFormPlaceholders({
2255
2255
  email: 'Email For Receipt'
2256
2256
  })
2257
2257
  ```
2258
- <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" class="anchor" aria-hidden="true" href="MultiWidget+setFormPlaceholders">&nbsp;</a>
2258
+ <a name="w_MultiWidget+setFormPlaceholders" id="w_MultiWidget+setFormPlaceholders" href="#user-content-w_MultiWidget+setFormPlaceholders">&nbsp;</a>
2259
2259
 
2260
2260
  ### multiWidget.setFormPlaceholders(fieldPlaceholders)
2261
2261
  The method to set custom form fields placeholders
2262
2262
 
2263
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2263
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2264
2264
 
2265
2265
  | Param | Type | Description |
2266
2266
  | --- | --- | --- |
2267
- | fieldPlaceholders | <code>Object</code> | Key of object is one of [FORM_FIELD](#w_FORM_FIELD), Value of object is expected placeholder |
2267
+ | fieldPlaceholders | <code>Object</code> | Key of object is one of [FORM_FIELD](#user-content-w_FORM_FIELD), Value of object is expected placeholder |
2268
2268
 
2269
2269
  **Example**
2270
2270
 
@@ -2274,18 +2274,18 @@ widget.setFormPlaceholders({
2274
2274
  email: 'Input your email, like test@example.com'
2275
2275
  })
2276
2276
  ```
2277
- <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements" class="anchor" aria-hidden="true" href="MultiWidget+setFormElements">&nbsp;</a>
2277
+ <a name="w_MultiWidget+setFormElements" id="w_MultiWidget+setFormElements" href="#user-content-w_MultiWidget+setFormElements">&nbsp;</a>
2278
2278
 
2279
2279
  ### multiWidget.setFormElements(elements)
2280
2280
  The method to set the full configuration for the all specific form elements (label, placeholder, value)
2281
2281
  You can also use the other method for the partial configuration like: setFormValues, setFormPlaceholder, setFormLabel
2282
2282
 
2283
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2283
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2284
2284
 
2285
2285
  | Param | Type | Description |
2286
2286
  | --- | --- | --- |
2287
2287
  | elements | <code>string</code> | The list of elements |
2288
- | elements[].field | <code>string</code> | Field name of the element [FORM_FIELD](#w_FORM_FIELD) |
2288
+ | elements[].field | <code>string</code> | Field name of the element [FORM_FIELD](#user-content-w_FORM_FIELD) |
2289
2289
  | elements[].placeholder | <code>string</code> | Set custom form field placeholder |
2290
2290
  | elements[].label | <code>string</code> | Set custom labels near form field |
2291
2291
  | elements[].value | <code>string</code> | Set predefined values for the form field |
@@ -2308,38 +2308,38 @@ widget.setFormElements([
2308
2308
  },
2309
2309
  ])
2310
2310
  ```
2311
- <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" class="anchor" aria-hidden="true" href="MultiWidget+setIcons">&nbsp;</a>
2311
+ <a name="w_MultiWidget+setIcons" id="w_MultiWidget+setIcons" href="#user-content-w_MultiWidget+setIcons">&nbsp;</a>
2312
2312
 
2313
2313
  ### multiWidget.setIcons()
2314
2314
  The method to change the widget icons
2315
2315
 
2316
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2316
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2317
2317
  **Todo**
2318
2318
 
2319
2319
  - [ ] DEPRECATED
2320
2320
 
2321
- <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" class="anchor" aria-hidden="true" href="MultiWidget+setHiddenElements">&nbsp;</a>
2321
+ <a name="w_MultiWidget+setHiddenElements" id="w_MultiWidget+setHiddenElements" href="#user-content-w_MultiWidget+setHiddenElements">&nbsp;</a>
2322
2322
 
2323
2323
  ### multiWidget.setHiddenElements(elements)
2324
2324
  Using this method you can set hidden elements inside widget
2325
2325
 
2326
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2326
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2327
2327
 
2328
2328
  | Param | Type | Description |
2329
2329
  | --- | --- | --- |
2330
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#w_ELEMENT) || [FORM_FIELD](#w_FORM_FIELD) |
2330
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | list of element which can be hidden [ELEMENT](#user-content-w_ELEMENT) || [FORM_FIELD](#user-content-w_FORM_FIELD) |
2331
2331
 
2332
2332
  **Example**
2333
2333
 
2334
2334
  ```javascript
2335
2335
  widget.setHiddenElements(['submit_button', 'email']);
2336
2336
  ```
2337
- <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" class="anchor" aria-hidden="true" href="MultiWidget+setRefId">&nbsp;</a>
2337
+ <a name="w_MultiWidget+setRefId" id="w_MultiWidget+setRefId" href="#user-content-w_MultiWidget+setRefId">&nbsp;</a>
2338
2338
 
2339
2339
  ### multiWidget.setRefId(refId)
2340
2340
  Current method can set custom ID to identify the data in the future
2341
2341
 
2342
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2342
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2343
2343
 
2344
2344
  | Param | Type | Description |
2345
2345
  | --- | --- | --- |
@@ -2350,27 +2350,27 @@ Current method can set custom ID to identify the data in the future
2350
2350
  ```javascript
2351
2351
  widget.setRefId('id');
2352
2352
  ```
2353
- <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" class="anchor" aria-hidden="true" href="MultiWidget+useGatewayFieldValidation">&nbsp;</a>
2353
+ <a name="w_MultiWidget+useGatewayFieldValidation" id="w_MultiWidget+useGatewayFieldValidation" href="#user-content-w_MultiWidget+useGatewayFieldValidation">&nbsp;</a>
2354
2354
 
2355
2355
  ### multiWidget.useGatewayFieldValidation()
2356
2356
  Current method can add visual validation from gateway to widget's form fields
2357
2357
 
2358
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2358
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2359
2359
  **Example**
2360
2360
 
2361
2361
  ```javascript
2362
2362
  widget.useGatewayFieldValidation();
2363
2363
  ```
2364
- <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" class="anchor" aria-hidden="true" href="MultiWidget+setSupportedCardIcons">&nbsp;</a>
2364
+ <a name="w_MultiWidget+setSupportedCardIcons" id="w_MultiWidget+setSupportedCardIcons" href="#user-content-w_MultiWidget+setSupportedCardIcons">&nbsp;</a>
2365
2365
 
2366
2366
  ### multiWidget.setSupportedCardIcons(elements, validateCardNumberInput)
2367
2367
  Current method can set icons of supported card types
2368
2368
 
2369
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2369
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2370
2370
 
2371
2371
  | Param | Type | Description |
2372
2372
  | --- | --- | --- |
2373
- | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | [SUPPORTED_CARD_TYPES](#w_SUPPORTED_CARD_TYPES) |
2373
+ | elements | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | [SUPPORTED_CARD_TYPES](#user-content-w_SUPPORTED_CARD_TYPES) |
2374
2374
  | validateCardNumberInput | <code>boolean</code> | [validateCardNumberInput=false] - using this param you allow validation for card number input on supported card types |
2375
2375
 
2376
2376
  **Example**
@@ -2378,13 +2378,13 @@ Current method can set icons of supported card types
2378
2378
  ```javascript
2379
2379
  widget.setSupportedCardIcons(['mastercard', 'visa'], validateCardNumberInput);
2380
2380
  ```
2381
- <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" class="anchor" aria-hidden="true" href="MultiWidget+setEnv">&nbsp;</a>
2381
+ <a name="w_MultiWidget+setEnv" id="w_MultiWidget+setEnv" href="#user-content-w_MultiWidget+setEnv">&nbsp;</a>
2382
2382
 
2383
2383
  ### multiWidget.setEnv(env, [alias])
2384
2384
  Current method can change environment. By default environment = sandbox.
2385
2385
  Also we can change domain alias for this environment. By default domain_alias = paydock.com
2386
2386
 
2387
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2387
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2388
2388
 
2389
2389
  | Param | Type | Description |
2390
2390
  | --- | --- | --- |
@@ -2396,12 +2396,12 @@ Also we can change domain alias for this environment. By default domain_alias =
2396
2396
  ```javascript
2397
2397
  widget.setEnv('production', 'paydock.com');
2398
2398
  ```
2399
- <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" class="anchor" aria-hidden="true" href="MultiWidget+loadIFrameUrl">&nbsp;</a>
2399
+ <a name="w_MultiWidget+loadIFrameUrl" id="w_MultiWidget+loadIFrameUrl" href="#user-content-w_MultiWidget+loadIFrameUrl">&nbsp;</a>
2400
2400
 
2401
2401
  ### multiWidget.loadIFrameUrl()
2402
2402
  Method for creating iframe url
2403
2403
 
2404
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2404
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2405
2405
  **Example**
2406
2406
 
2407
2407
  ```javascript
@@ -2411,12 +2411,12 @@ widget.loadIFrameUrl(function (url) {
2411
2411
  console.log(errors);
2412
2412
  });
2413
2413
  ```
2414
- <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" class="anchor" aria-hidden="true" href="MultiWidget+setLanguage">&nbsp;</a>
2414
+ <a name="w_MultiWidget+setLanguage" id="w_MultiWidget+setLanguage" href="#user-content-w_MultiWidget+setLanguage">&nbsp;</a>
2415
2415
 
2416
2416
  ### multiWidget.setLanguage(code)
2417
2417
  Method for setting a custom language code
2418
2418
 
2419
- **Kind**: instance method of [<code>MultiWidget</code>](#w_MultiWidget)
2419
+ **Kind**: instance method of [<code>MultiWidget</code>](#user-content-w_MultiWidget)
2420
2420
 
2421
2421
  | Param | Type | Description |
2422
2422
  | --- | --- | --- |
@@ -2427,7 +2427,7 @@ Method for setting a custom language code
2427
2427
  ```javascript
2428
2428
  config.setLanguage('en');
2429
2429
  ```
2430
- <a name="w_EVENT" id="w_EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
2430
+ <a name="w_EVENT" id="w_EVENT" href="#user-content-w_EVENT">&nbsp;</a>
2431
2431
 
2432
2432
  ## EVENT : <code>object</code>
2433
2433
  List of available event's name
@@ -2445,7 +2445,7 @@ List of available event's name
2445
2445
  | META_CHANGE | <code>string</code> | <code>&quot;metaChange&quot;</code> |
2446
2446
  | RESIZE | <code>string</code> | <code>&quot;resize&quot;</code> |
2447
2447
 
2448
- <a name="w_VAULT_DISPLAY_EVENT" id="w_VAULT_DISPLAY_EVENT" class="anchor" aria-hidden="true" href="VAULT_DISPLAY_EVENT">&nbsp;</a>
2448
+ <a name="w_VAULT_DISPLAY_EVENT" id="w_VAULT_DISPLAY_EVENT" href="#user-content-w_VAULT_DISPLAY_EVENT">&nbsp;</a>
2449
2449
 
2450
2450
  ## VAULT\_DISPLAY\_EVENT : <code>object</code>
2451
2451
  List of available event's name
@@ -2463,7 +2463,7 @@ List of available event's name
2463
2463
  | SYSTEM_ERROR | <code>string</code> | <code>&quot;session_expired&quot;</code> |
2464
2464
  | OPERATION_FORBIDDEN | <code>string</code> | <code>&quot;operation_forbidden&quot;</code> |
2465
2465
 
2466
- <a name="w_PAYMENT_TYPE" id="w_PAYMENT_TYPE" class="anchor" aria-hidden="true" href="PAYMENT_TYPE">&nbsp;</a>
2466
+ <a name="w_PAYMENT_TYPE" id="w_PAYMENT_TYPE" href="#user-content-w_PAYMENT_TYPE">&nbsp;</a>
2467
2467
 
2468
2468
  ## PAYMENT\_TYPE : <code>object</code>
2469
2469
  List of available payment source types
@@ -2476,7 +2476,7 @@ List of available payment source types
2476
2476
  | BANK_ACCOUNT | <code>string</code> | <code>&quot;bank_account&quot;</code> |
2477
2477
  | CHECKOUT | <code>string</code> | <code>&quot;checkout&quot;</code> |
2478
2478
 
2479
- <a name="w_PURPOSE" id="w_PURPOSE" class="anchor" aria-hidden="true" href="PURPOSE">&nbsp;</a>
2479
+ <a name="w_PURPOSE" id="w_PURPOSE" href="#user-content-w_PURPOSE">&nbsp;</a>
2480
2480
 
2481
2481
  ## PURPOSE : <code>object</code>
2482
2482
  Purposes
@@ -2489,7 +2489,7 @@ Purposes
2489
2489
  | CARD_PAYMENT_SOURCE_WITH_CVV | <code>string</code> | <code>&quot;card_payment_source_with_cvv&quot;</code> |
2490
2490
  | CARD_PAYMENT_SOURCE_WITHOUT_CVV | <code>string</code> | <code>&quot;card_payment_source_without_cvv&quot;</code> |
2491
2491
 
2492
- <a name="w_FORM_FIELD" id="w_FORM_FIELD" class="anchor" aria-hidden="true" href="FORM_FIELD">&nbsp;</a>
2492
+ <a name="w_FORM_FIELD" id="w_FORM_FIELD" href="#user-content-w_FORM_FIELD">&nbsp;</a>
2493
2493
 
2494
2494
  ## FORM\_FIELD : <code>object</code>
2495
2495
  Current constant include available type of fields which can be included to widget
@@ -2523,7 +2523,7 @@ Current constant include available type of fields which can be included to widge
2523
2523
  | ADDRESS_POSTCODE | <code>string</code> | <code>&quot;address_postcode&quot;</code> |
2524
2524
  | ADDRESS_COMPANY | <code>string</code> | <code>&quot;address_company&quot;</code> |
2525
2525
 
2526
- <a name="w_STYLE" id="w_STYLE" class="anchor" aria-hidden="true" href="STYLE">&nbsp;</a>
2526
+ <a name="w_STYLE" id="w_STYLE" href="#user-content-w_STYLE">&nbsp;</a>
2527
2527
 
2528
2528
  ## STYLE : <code>object</code>
2529
2529
  List of available style params for widget
@@ -2541,7 +2541,7 @@ List of available style params for widget
2541
2541
  | FONT_SIZE | <code>string</code> | <code>&quot;font_size&quot;</code> |
2542
2542
  | FONT_FAMILY | <code>string</code> | <code>&quot;font_family&quot;</code> |
2543
2543
 
2544
- <a name="w_TEXT" id="w_TEXT" class="anchor" aria-hidden="true" href="TEXT">&nbsp;</a>
2544
+ <a name="w_TEXT" id="w_TEXT" href="#user-content-w_TEXT">&nbsp;</a>
2545
2545
 
2546
2546
  ## TEXT : <code>object</code>
2547
2547
  List of available text item params for widget
@@ -2553,7 +2553,7 @@ List of available text item params for widget
2553
2553
  | TITLE | <code>string</code> | <code>&quot;title&quot;</code> |
2554
2554
  | FINISH | <code>string</code> | <code>&quot;finish_text&quot;</code> |
2555
2555
 
2556
- <a name="w_ELEMENT" id="w_ELEMENT" class="anchor" aria-hidden="true" href="ELEMENT">&nbsp;</a>
2556
+ <a name="w_ELEMENT" id="w_ELEMENT" href="#user-content-w_ELEMENT">&nbsp;</a>
2557
2557
 
2558
2558
  ## ELEMENT : <code>object</code>
2559
2559
  List of available params for hide elements
@@ -2565,7 +2565,7 @@ List of available params for hide elements
2565
2565
  | SUBMIT_BUTTON | <code>string</code> | <code>&quot;submit_button&quot;</code> |
2566
2566
  | TABS | <code>string</code> | <code>&quot;tabs&quot;</code> |
2567
2567
 
2568
- <a name="w_SUPPORTED_CARD_TYPES" id="w_SUPPORTED_CARD_TYPES" class="anchor" aria-hidden="true" href="SUPPORTED_CARD_TYPES">&nbsp;</a>
2568
+ <a name="w_SUPPORTED_CARD_TYPES" id="w_SUPPORTED_CARD_TYPES" href="#user-content-w_SUPPORTED_CARD_TYPES">&nbsp;</a>
2569
2569
 
2570
2570
  ## SUPPORTED\_CARD\_TYPES : <code>object</code>
2571
2571
  The list of available parameters for showing card icons
@@ -2585,7 +2585,7 @@ The list of available parameters for showing card icons
2585
2585
  | VISA | <code>string</code> | <code>&quot;visa&quot;</code> |
2586
2586
  | VISA_WHITE | <code>string</code> | <code>&quot;visa_white&quot;</code> |
2587
2587
 
2588
- <a name="w_STYLABLE_ELEMENT" id="w_STYLABLE_ELEMENT" class="anchor" aria-hidden="true" href="STYLABLE_ELEMENT">&nbsp;</a>
2588
+ <a name="w_STYLABLE_ELEMENT" id="w_STYLABLE_ELEMENT" href="#user-content-w_STYLABLE_ELEMENT">&nbsp;</a>
2589
2589
 
2590
2590
  ## STYLABLE\_ELEMENT : <code>object</code>
2591
2591
  Current constant include available type of element for styling
@@ -2594,13 +2594,13 @@ Current constant include available type of element for styling
2594
2594
 
2595
2595
  | Param | Type | Default | Description |
2596
2596
  | --- | --- | --- | --- |
2597
- | INPUT | <code>string</code> | <code>&quot;input.&quot;</code> | These states are available: [STYLABLE_ELEMENT_STATE.ERROR](#w_STYLABLE_ELEMENT_STATE), [STYLABLE_ELEMENT_STATE.FOCUS](#w_STYLABLE_ELEMENT_STATE). These styles are available [IElementStyleInput](#w_IElementStyleInput) |
2598
- | SUBMIT_BUTTON | <code>string</code> | <code>&quot;submit_button&quot;</code> | These states are available: [STYLABLE_ELEMENT_STATE.HOVER](#w_STYLABLE_ELEMENT_STATE). These styles are available [IElementStyleSubmitButton](#w_IElementStyleSubmitButton) |
2599
- | LABEL | <code>string</code> | <code>&quot;label.&quot;</code> | These styles are available [IElementStyleLabel](#w_IElementStyleLabel) |
2600
- | TITLE | <code>string</code> | <code>&quot;title.&quot;</code> | These styles are available [IElementStyleTitle](#w_IElementStyleTitle) |
2601
- | TITLE_DESCRIPTION | <code>string</code> | <code>&quot;title_description.&quot;</code> | These styles are available [IElementStyleTitleDescription](#w_IElementStyleTitleDescription) |
2597
+ | INPUT | <code>string</code> | <code>&quot;input.&quot;</code> | These states are available: [STYLABLE_ELEMENT_STATE.ERROR](#user-content-w_STYLABLE_ELEMENT_STATE), [STYLABLE_ELEMENT_STATE.FOCUS](#user-content-w_STYLABLE_ELEMENT_STATE). These styles are available [IElementStyleInput](#user-content-w_IElementStyleInput) |
2598
+ | SUBMIT_BUTTON | <code>string</code> | <code>&quot;submit_button&quot;</code> | These states are available: [STYLABLE_ELEMENT_STATE.HOVER](#user-content-w_STYLABLE_ELEMENT_STATE). These styles are available [IElementStyleSubmitButton](#user-content-w_IElementStyleSubmitButton) |
2599
+ | LABEL | <code>string</code> | <code>&quot;label.&quot;</code> | These styles are available [IElementStyleLabel](#user-content-w_IElementStyleLabel) |
2600
+ | TITLE | <code>string</code> | <code>&quot;title.&quot;</code> | These styles are available [IElementStyleTitle](#user-content-w_IElementStyleTitle) |
2601
+ | TITLE_DESCRIPTION | <code>string</code> | <code>&quot;title_description.&quot;</code> | These styles are available [IElementStyleTitleDescription](#user-content-w_IElementStyleTitleDescription) |
2602
2602
 
2603
- <a name="w_STYLABLE_ELEMENT_STATE" id="w_STYLABLE_ELEMENT_STATE" class="anchor" aria-hidden="true" href="STYLABLE_ELEMENT_STATE">&nbsp;</a>
2603
+ <a name="w_STYLABLE_ELEMENT_STATE" id="w_STYLABLE_ELEMENT_STATE" href="#user-content-w_STYLABLE_ELEMENT_STATE">&nbsp;</a>
2604
2604
 
2605
2605
  ## STYLABLE\_ELEMENT\_STATE : <code>object</code>
2606
2606
  Current constant include available states of element for styling
@@ -2613,7 +2613,7 @@ Current constant include available states of element for styling
2613
2613
  | FOCUS | <code>string</code> | <code>&quot;focus&quot;</code> | focus. This state applies to: input |
2614
2614
  | HOVER | <code>string</code> | <code>&quot;hover&quot;</code> | focus. This state applies to: submit_button |
2615
2615
 
2616
- <a name="w_TRIGGER" id="w_TRIGGER" class="anchor" aria-hidden="true" href="TRIGGER">&nbsp;</a>
2616
+ <a name="w_TRIGGER" id="w_TRIGGER" href="#user-content-w_TRIGGER">&nbsp;</a>
2617
2617
 
2618
2618
  ## TRIGGER : <code>object</code>
2619
2619
  List of available triggers
@@ -2764,10 +2764,10 @@ This example shows how you can use a lot of other methods to settings your form
2764
2764
  ## Classes
2765
2765
 
2766
2766
  <dl>
2767
- <dt><a href="#psw_HtmlPaymentSourceWidget">HtmlPaymentSourceWidget</a> ⇐ <code><a href="#psw_PaymentSourceWidget">PaymentSourceWidget</a></code></dt>
2767
+ <dt><a href="#user-content-psw_HtmlPaymentSourceWidget">HtmlPaymentSourceWidget</a> ⇐ <code><a href="#user-content-psw_PaymentSourceWidget">PaymentSourceWidget</a></code></dt>
2768
2768
  <dd><p>Class HtmlPaymentSourceWidget include method for working on html</p>
2769
2769
  </dd>
2770
- <dt><a href="#psw_PaymentSourceWidget">PaymentSourceWidget</a></dt>
2770
+ <dt><a href="#user-content-psw_PaymentSourceWidget">PaymentSourceWidget</a></dt>
2771
2771
  <dd><p>Class PaymentSourceWidget include method for for creating iframe url</p>
2772
2772
  </dd>
2773
2773
  </dl>
@@ -2775,13 +2775,13 @@ This example shows how you can use a lot of other methods to settings your form
2775
2775
  ## Constants
2776
2776
 
2777
2777
  <dl>
2778
- <dt><a href="#psw_EVENT">EVENT</a> : <code>object</code></dt>
2778
+ <dt><a href="#user-content-psw_EVENT">EVENT</a> : <code>object</code></dt>
2779
2779
  <dd><p>List of available event&#39;s name</p>
2780
2780
  </dd>
2781
- <dt><a href="#psw_STYLE">STYLE</a> : <code>object</code></dt>
2781
+ <dt><a href="#user-content-psw_STYLE">STYLE</a> : <code>object</code></dt>
2782
2782
  <dd><p>List of available style params for widget</p>
2783
2783
  </dd>
2784
- <dt><a href="#psw_PAYMENT_SOURCE_TYPE">PAYMENT_SOURCE_TYPE</a> : <code>object</code></dt>
2784
+ <dt><a href="#user-content-psw_PAYMENT_SOURCE_TYPE">PAYMENT_SOURCE_TYPE</a> : <code>object</code></dt>
2785
2785
  <dd><p>List of available payment source types</p>
2786
2786
  </dd>
2787
2787
  </dl>
@@ -2789,7 +2789,7 @@ This example shows how you can use a lot of other methods to settings your form
2789
2789
  ## Typedefs
2790
2790
 
2791
2791
  <dl>
2792
- <dt><a href="#psw_listener--PaymentSourceWidget">listener--PaymentSourceWidget</a> : <code>function</code></dt>
2792
+ <dt><a href="#user-content-psw_listener--PaymentSourceWidget">listener--PaymentSourceWidget</a> : <code>function</code></dt>
2793
2793
  <dd><p>This callback will be called for each event in payment source widget</p>
2794
2794
  </dd>
2795
2795
  </dl>
@@ -2797,27 +2797,27 @@ This example shows how you can use a lot of other methods to settings your form
2797
2797
  ## Interfaces
2798
2798
 
2799
2799
  <dl>
2800
- <dt><a href="#psw_IEventSelectData">IEventSelectData</a></dt>
2800
+ <dt><a href="#user-content-psw_IEventSelectData">IEventSelectData</a></dt>
2801
2801
  <dd><p>Interface of data from event.</p>
2802
2802
  </dd>
2803
- <dt><a href="#psw_IEventPaginationData">IEventPaginationData</a></dt>
2803
+ <dt><a href="#user-content-psw_IEventPaginationData">IEventPaginationData</a></dt>
2804
2804
  <dd><p>Interface of data from event.</p>
2805
2805
  </dd>
2806
- <dt><a href="#psw_IEventAfterLoadData">IEventAfterLoadData</a></dt>
2806
+ <dt><a href="#user-content-psw_IEventAfterLoadData">IEventAfterLoadData</a></dt>
2807
2807
  <dd><p>Interface of data from event.</p>
2808
2808
  </dd>
2809
- <dt><a href="#psw_IEventFinishData">IEventFinishData</a></dt>
2809
+ <dt><a href="#user-content-psw_IEventFinishData">IEventFinishData</a></dt>
2810
2810
  <dd><p>Interface of data from event.</p>
2811
2811
  </dd>
2812
- <dt><a href="#psw_IEventSizeData">IEventSizeData</a></dt>
2812
+ <dt><a href="#user-content-psw_IEventSizeData">IEventSizeData</a></dt>
2813
2813
  <dd><p>Interface of data from event.</p>
2814
2814
  </dd>
2815
- <dt><a href="#psw_IStyles">IStyles</a></dt>
2815
+ <dt><a href="#user-content-psw_IStyles">IStyles</a></dt>
2816
2816
  <dd><p>Interface for classes that represent widget&#39;s styles.</p>
2817
2817
  </dd>
2818
2818
  </dl>
2819
2819
 
2820
- <a name="psw_IEventSelectData" id="psw_IEventSelectData" class="anchor" aria-hidden="true" href="IEventSelectData">&nbsp;</a>
2820
+ <a name="psw_IEventSelectData" id="psw_IEventSelectData" href="#user-content-psw_IEventSelectData">&nbsp;</a>
2821
2821
 
2822
2822
  ## IEventSelectData
2823
2823
  Interface of data from event.
@@ -2843,7 +2843,7 @@ Interface of data from event.
2843
2843
  | [account_name] | <code>string</code> |
2844
2844
  | [account_number] | <code>string</code> |
2845
2845
 
2846
- <a name="psw_IEventPaginationData" id="psw_IEventPaginationData" class="anchor" aria-hidden="true" href="IEventPaginationData">&nbsp;</a>
2846
+ <a name="psw_IEventPaginationData" id="psw_IEventPaginationData" href="#user-content-psw_IEventPaginationData">&nbsp;</a>
2847
2847
 
2848
2848
  ## IEventPaginationData
2849
2849
  Interface of data from event.
@@ -2860,7 +2860,7 @@ Interface of data from event.
2860
2860
  | skip | <code>number</code> |
2861
2861
  | limit | <code>number</code> |
2862
2862
 
2863
- <a name="psw_IEventAfterLoadData" id="psw_IEventAfterLoadData" class="anchor" aria-hidden="true" href="IEventAfterLoadData">&nbsp;</a>
2863
+ <a name="psw_IEventAfterLoadData" id="psw_IEventAfterLoadData" href="#user-content-psw_IEventAfterLoadData">&nbsp;</a>
2864
2864
 
2865
2865
  ## IEventAfterLoadData
2866
2866
  Interface of data from event.
@@ -2877,7 +2877,7 @@ Interface of data from event.
2877
2877
  | skip | <code>number</code> | Pagination param. Skip items from first item |
2878
2878
  | limit | <code>number</code> | Pagination param. Query limit |
2879
2879
 
2880
- <a name="psw_IEventFinishData" id="psw_IEventFinishData" class="anchor" aria-hidden="true" href="IEventFinishData">&nbsp;</a>
2880
+ <a name="psw_IEventFinishData" id="psw_IEventFinishData" href="#user-content-psw_IEventFinishData">&nbsp;</a>
2881
2881
 
2882
2882
  ## IEventFinishData
2883
2883
  Interface of data from event.
@@ -2891,7 +2891,7 @@ Interface of data from event.
2891
2891
  | message_source | <code>string</code> | System variable. Event source |
2892
2892
  | [ref_id] | <code>string</code> | Custom value for identify result of processed operation |
2893
2893
 
2894
- <a name="psw_IEventSizeData" id="psw_IEventSizeData" class="anchor" aria-hidden="true" href="IEventSizeData">&nbsp;</a>
2894
+ <a name="psw_IEventSizeData" id="psw_IEventSizeData" href="#user-content-psw_IEventSizeData">&nbsp;</a>
2895
2895
 
2896
2896
  ## IEventSizeData
2897
2897
  Interface of data from event.
@@ -2907,7 +2907,7 @@ Interface of data from event.
2907
2907
  | height | <code>number</code> | Height of iFrame |
2908
2908
  | width | <code>number</code> | Width of iFrame |
2909
2909
 
2910
- <a name="psw_IStyles" id="psw_IStyles" class="anchor" aria-hidden="true" href="IStyles">&nbsp;</a>
2910
+ <a name="psw_IStyles" id="psw_IStyles" href="#user-content-psw_IStyles">&nbsp;</a>
2911
2911
 
2912
2912
  ## IStyles
2913
2913
  Interface for classes that represent widget's styles.
@@ -2923,32 +2923,32 @@ Interface for classes that represent widget's styles.
2923
2923
  | [font_size] | <code>string</code> |
2924
2924
  | [icon_size] | <code>string</code> |
2925
2925
 
2926
- <a name="psw_HtmlPaymentSourceWidget" id="psw_HtmlPaymentSourceWidget" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget">&nbsp;</a>
2926
+ <a name="psw_HtmlPaymentSourceWidget" id="psw_HtmlPaymentSourceWidget" href="#user-content-psw_HtmlPaymentSourceWidget">&nbsp;</a>
2927
2927
 
2928
- ## HtmlPaymentSourceWidget ⇐ [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
2928
+ ## HtmlPaymentSourceWidget ⇐ [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
2929
2929
  Class HtmlPaymentSourceWidget include method for working on html
2930
2930
 
2931
2931
  **Kind**: global class
2932
- **Extends**: [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
2933
-
2934
- * [HtmlPaymentSourceWidget](#psw_HtmlPaymentSourceWidget) ⇐ [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
2935
- * [new exports.HtmlPaymentSourceWidget(selector, publicKey, queryToken)](#psw_new_HtmlPaymentSourceWidget_new)
2936
- * [.load()](#psw_HtmlPaymentSourceWidget+load)
2937
- * [.on(eventName, cb)](#psw_HtmlPaymentSourceWidget+on)
2938
- * [.hide([saveSize])](#psw_HtmlPaymentSourceWidget+hide)
2939
- * [.show()](#psw_HtmlPaymentSourceWidget+show)
2940
- * [.reload()](#psw_HtmlPaymentSourceWidget+reload)
2941
- * [.onSelectInsert(selector, dataType)](#psw_HtmlPaymentSourceWidget+onSelectInsert)
2942
- * [.setStyles(fields)](#psw_PaymentSourceWidget+setStyles)
2943
- * [.setRefId(refId)](#psw_PaymentSourceWidget+setRefId)
2944
- * [.setLimit(count)](#psw_PaymentSourceWidget+setLimit)
2945
- * [.setEnv(env, [alias])](#psw_PaymentSourceWidget+setEnv)
2946
- * [.getIFrameUrl()](#psw_PaymentSourceWidget+getIFrameUrl)
2947
- * [.filterByGatewayIds(ids)](#psw_PaymentSourceWidget+filterByGatewayIds)
2948
- * [.filterByTypes(types)](#psw_PaymentSourceWidget+filterByTypes)
2949
- * [.setLanguage(code)](#psw_PaymentSourceWidget+setLanguage)
2950
-
2951
- <a name="psw_new_HtmlPaymentSourceWidget_new" id="psw_new_HtmlPaymentSourceWidget_new" class="anchor" aria-hidden="true" href="new_HtmlPaymentSourceWidget_new">&nbsp;</a>
2932
+ **Extends**: [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
2933
+
2934
+ * [HtmlPaymentSourceWidget](#user-content-psw_HtmlPaymentSourceWidget) ⇐ [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
2935
+ * [new exports.HtmlPaymentSourceWidget(selector, publicKey, queryToken)](#user-content-psw_new_HtmlPaymentSourceWidget_new)
2936
+ * [.load()](#user-content-psw_HtmlPaymentSourceWidget+load)
2937
+ * [.on(eventName, cb)](#user-content-psw_HtmlPaymentSourceWidget+on)
2938
+ * [.hide([saveSize])](#user-content-psw_HtmlPaymentSourceWidget+hide)
2939
+ * [.show()](#user-content-psw_HtmlPaymentSourceWidget+show)
2940
+ * [.reload()](#user-content-psw_HtmlPaymentSourceWidget+reload)
2941
+ * [.onSelectInsert(selector, dataType)](#user-content-psw_HtmlPaymentSourceWidget+onSelectInsert)
2942
+ * [.setStyles(fields)](#user-content-psw_PaymentSourceWidget+setStyles)
2943
+ * [.setRefId(refId)](#user-content-psw_PaymentSourceWidget+setRefId)
2944
+ * [.setLimit(count)](#user-content-psw_PaymentSourceWidget+setLimit)
2945
+ * [.setEnv(env, [alias])](#user-content-psw_PaymentSourceWidget+setEnv)
2946
+ * [.getIFrameUrl()](#user-content-psw_PaymentSourceWidget+getIFrameUrl)
2947
+ * [.filterByGatewayIds(ids)](#user-content-psw_PaymentSourceWidget+filterByGatewayIds)
2948
+ * [.filterByTypes(types)](#user-content-psw_PaymentSourceWidget+filterByTypes)
2949
+ * [.setLanguage(code)](#user-content-psw_PaymentSourceWidget+setLanguage)
2950
+
2951
+ <a name="psw_new_HtmlPaymentSourceWidget_new" id="psw_new_HtmlPaymentSourceWidget_new" href="#user-content-psw_new_HtmlPaymentSourceWidget_new">&nbsp;</a>
2952
2952
 
2953
2953
  ### new exports.HtmlPaymentSourceWidget(selector, publicKey, queryToken)
2954
2954
 
@@ -2963,23 +2963,23 @@ Class HtmlPaymentSourceWidget include method for working on html
2963
2963
  ```javascript
2964
2964
  * var widget = new HtmlPaymentSourceWidget('#widget', 'publicKey','queryToken');
2965
2965
  ```
2966
- <a name="psw_HtmlPaymentSourceWidget+load" id="psw_HtmlPaymentSourceWidget+load" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+load">&nbsp;</a>
2966
+ <a name="psw_HtmlPaymentSourceWidget+load" id="psw_HtmlPaymentSourceWidget+load" href="#user-content-psw_HtmlPaymentSourceWidget+load">&nbsp;</a>
2967
2967
 
2968
2968
  ### htmlPaymentSourceWidget.load()
2969
2969
  The final method to beginning, the load process of widget to html
2970
2970
 
2971
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
2972
- <a name="psw_HtmlPaymentSourceWidget+on" id="psw_HtmlPaymentSourceWidget+on" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+on">&nbsp;</a>
2971
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
2972
+ <a name="psw_HtmlPaymentSourceWidget+on" id="psw_HtmlPaymentSourceWidget+on" href="#user-content-psw_HtmlPaymentSourceWidget+on">&nbsp;</a>
2973
2973
 
2974
2974
  ### htmlPaymentSourceWidget.on(eventName, cb)
2975
2975
  Listen to events of widget
2976
2976
 
2977
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
2977
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
2978
2978
 
2979
2979
  | Param | Type | Description |
2980
2980
  | --- | --- | --- |
2981
- | eventName | <code>string</code> | Available event names [EVENT](#psw_EVENT) |
2982
- | cb | [<code>listener--PaymentSourceWidget</code>](#psw_listener--PaymentSourceWidget) | |
2981
+ | eventName | <code>string</code> | Available event names [EVENT](#user-content-psw_EVENT) |
2982
+ | cb | [<code>listener--PaymentSourceWidget</code>](#user-content-psw_listener--PaymentSourceWidget) | |
2983
2983
 
2984
2984
  **Example**
2985
2985
 
@@ -2988,51 +2988,51 @@ widget.on('select', function (data) {
2988
2988
  console.log(data);
2989
2989
  });
2990
2990
  ```
2991
- <a name="psw_HtmlPaymentSourceWidget+hide" id="psw_HtmlPaymentSourceWidget+hide" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+hide">&nbsp;</a>
2991
+ <a name="psw_HtmlPaymentSourceWidget+hide" id="psw_HtmlPaymentSourceWidget+hide" href="#user-content-psw_HtmlPaymentSourceWidget+hide">&nbsp;</a>
2992
2992
 
2993
2993
  ### htmlPaymentSourceWidget.hide([saveSize])
2994
2994
  Using this method you can hide widget after load
2995
2995
 
2996
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
2996
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
2997
2997
 
2998
2998
  | Param | Type | Default | Description |
2999
2999
  | --- | --- | --- | --- |
3000
3000
  | [saveSize] | <code>boolean</code> | <code>false</code> | using this param you can save iframe's size |
3001
3001
 
3002
- <a name="psw_HtmlPaymentSourceWidget+show" id="psw_HtmlPaymentSourceWidget+show" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+show">&nbsp;</a>
3002
+ <a name="psw_HtmlPaymentSourceWidget+show" id="psw_HtmlPaymentSourceWidget+show" href="#user-content-psw_HtmlPaymentSourceWidget+show">&nbsp;</a>
3003
3003
 
3004
3004
  ### htmlPaymentSourceWidget.show()
3005
3005
  Using this method you can show widget after using hide method
3006
3006
 
3007
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3008
- <a name="psw_HtmlPaymentSourceWidget+reload" id="psw_HtmlPaymentSourceWidget+reload" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+reload">&nbsp;</a>
3007
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3008
+ <a name="psw_HtmlPaymentSourceWidget+reload" id="psw_HtmlPaymentSourceWidget+reload" href="#user-content-psw_HtmlPaymentSourceWidget+reload">&nbsp;</a>
3009
3009
 
3010
3010
  ### htmlPaymentSourceWidget.reload()
3011
3011
  Using this method you can reload widget
3012
3012
 
3013
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3014
- <a name="psw_HtmlPaymentSourceWidget+onSelectInsert" id="psw_HtmlPaymentSourceWidget+onSelectInsert" class="anchor" aria-hidden="true" href="HtmlPaymentSourceWidget+onSelectInsert">&nbsp;</a>
3013
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3014
+ <a name="psw_HtmlPaymentSourceWidget+onSelectInsert" id="psw_HtmlPaymentSourceWidget+onSelectInsert" href="#user-content-psw_HtmlPaymentSourceWidget+onSelectInsert">&nbsp;</a>
3015
3015
 
3016
3016
  ### htmlPaymentSourceWidget.onSelectInsert(selector, dataType)
3017
3017
  After select event of widget, data (dataType) will be insert to input (selector)
3018
3018
 
3019
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3019
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3020
3020
 
3021
3021
  | Param | Type | Description |
3022
3022
  | --- | --- | --- |
3023
3023
  | selector | <code>string</code> | css selector . [] # |
3024
- | dataType | <code>string</code> | data type of [IEventSelectData](#psw_IEventSelectData). |
3024
+ | dataType | <code>string</code> | data type of [IEventSelectData](#user-content-psw_IEventSelectData). |
3025
3025
 
3026
- <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setStyles">&nbsp;</a>
3026
+ <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles" href="#user-content-psw_PaymentSourceWidget+setStyles">&nbsp;</a>
3027
3027
 
3028
3028
  ### htmlPaymentSourceWidget.setStyles(fields)
3029
3029
  Object contain styles for widget
3030
3030
 
3031
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3031
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3032
3032
 
3033
3033
  | Param | Type | Description |
3034
3034
  | --- | --- | --- |
3035
- | fields | [<code>IStyles</code>](#psw_IStyles) | name of styles which can be shown in widget [STYLE](#psw_STYLE) |
3035
+ | fields | [<code>IStyles</code>](#user-content-psw_IStyles) | name of styles which can be shown in widget [STYLE](#user-content-psw_STYLE) |
3036
3036
 
3037
3037
  **Example**
3038
3038
 
@@ -3045,12 +3045,12 @@ widget.setStyles({
3045
3045
  font_size: '20px'
3046
3046
  });
3047
3047
  ```
3048
- <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setRefId">&nbsp;</a>
3048
+ <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId" href="#user-content-psw_PaymentSourceWidget+setRefId">&nbsp;</a>
3049
3049
 
3050
3050
  ### htmlPaymentSourceWidget.setRefId(refId)
3051
3051
  Current method can set custom ID to identify the data in the future
3052
3052
 
3053
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3053
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3054
3054
 
3055
3055
  | Param | Type | Description |
3056
3056
  | --- | --- | --- |
@@ -3061,24 +3061,24 @@ Current method can set custom ID to identify the data in the future
3061
3061
  ```javascript
3062
3062
  widget.setRefId('id');
3063
3063
  ```
3064
- <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLimit">&nbsp;</a>
3064
+ <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit" href="#user-content-psw_PaymentSourceWidget+setLimit">&nbsp;</a>
3065
3065
 
3066
3066
  ### htmlPaymentSourceWidget.setLimit(count)
3067
3067
  Current method can set limit for payment sources count. In case when limit sets less then general count will be shown pagination buttons prev and next.
3068
3068
 
3069
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3069
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3070
3070
 
3071
3071
  | Param | Type | Description |
3072
3072
  | --- | --- | --- |
3073
3073
  | count | <code>string</code> | payment source count |
3074
3074
 
3075
- <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setEnv">&nbsp;</a>
3075
+ <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv" href="#user-content-psw_PaymentSourceWidget+setEnv">&nbsp;</a>
3076
3076
 
3077
3077
  ### htmlPaymentSourceWidget.setEnv(env, [alias])
3078
3078
  Current method can change environment. By default environment = sandbox
3079
3079
  Also we can change domain alias for this environment. By default domain_alias = paydock.com
3080
3080
 
3081
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3081
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3082
3082
 
3083
3083
  | Param | Type | Description |
3084
3084
  | --- | --- | --- |
@@ -3090,40 +3090,40 @@ Also we can change domain alias for this environment. By default domain_alias =
3090
3090
  ```javascript
3091
3091
  widget.setEnv('production');
3092
3092
  ```
3093
- <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl" class="anchor" aria-hidden="true" href="PaymentSourceWidget+getIFrameUrl">&nbsp;</a>
3093
+ <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl" href="#user-content-psw_PaymentSourceWidget+getIFrameUrl">&nbsp;</a>
3094
3094
 
3095
3095
  ### htmlPaymentSourceWidget.getIFrameUrl()
3096
3096
  Method for getting iframe's url
3097
3097
 
3098
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3099
- <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByGatewayIds">&nbsp;</a>
3098
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3099
+ <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds" href="#user-content-psw_PaymentSourceWidget+filterByGatewayIds">&nbsp;</a>
3100
3100
 
3101
3101
  ### htmlPaymentSourceWidget.filterByGatewayIds(ids)
3102
3102
  Show payment source inside widget only with requested gateway ids
3103
3103
 
3104
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3104
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3105
3105
 
3106
3106
  | Param | Type | Description |
3107
3107
  | --- | --- | --- |
3108
3108
  | ids | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | List of paydock gateway_id |
3109
3109
 
3110
- <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByTypes">&nbsp;</a>
3110
+ <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes" href="#user-content-psw_PaymentSourceWidget+filterByTypes">&nbsp;</a>
3111
3111
 
3112
3112
  ### htmlPaymentSourceWidget.filterByTypes(types)
3113
3113
  Show payment source inside widget only with requested payment source types
3114
3114
 
3115
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3115
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3116
3116
 
3117
3117
  | Param | Description |
3118
3118
  | --- | --- |
3119
3119
  | types | List of payment source types. Available parameters [PAYMENT_TYPE](PAYMENT_TYPE) |
3120
3120
 
3121
- <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLanguage">&nbsp;</a>
3121
+ <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage" href="#user-content-psw_PaymentSourceWidget+setLanguage">&nbsp;</a>
3122
3122
 
3123
3123
  ### htmlPaymentSourceWidget.setLanguage(code)
3124
3124
  Method for setting a custom language code
3125
3125
 
3126
- **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#psw_HtmlPaymentSourceWidget)
3126
+ **Kind**: instance method of [<code>HtmlPaymentSourceWidget</code>](#user-content-psw_HtmlPaymentSourceWidget)
3127
3127
 
3128
3128
  | Param | Type | Description |
3129
3129
  | --- | --- | --- |
@@ -3134,25 +3134,25 @@ Method for setting a custom language code
3134
3134
  ```javascript
3135
3135
  config.setLanguage('en');
3136
3136
  ```
3137
- <a name="psw_PaymentSourceWidget" id="psw_PaymentSourceWidget" class="anchor" aria-hidden="true" href="PaymentSourceWidget">&nbsp;</a>
3137
+ <a name="psw_PaymentSourceWidget" id="psw_PaymentSourceWidget" href="#user-content-psw_PaymentSourceWidget">&nbsp;</a>
3138
3138
 
3139
3139
  ## PaymentSourceWidget
3140
3140
  Class PaymentSourceWidget include method for for creating iframe url
3141
3141
 
3142
3142
  **Kind**: global class
3143
3143
 
3144
- * [PaymentSourceWidget](#psw_PaymentSourceWidget)
3145
- * [new exports.PaymentSourceWidget(publicKey, customer, [useReference])](#psw_new_PaymentSourceWidget_new)
3146
- * [.setStyles(fields)](#psw_PaymentSourceWidget+setStyles)
3147
- * [.setRefId(refId)](#psw_PaymentSourceWidget+setRefId)
3148
- * [.setLimit(count)](#psw_PaymentSourceWidget+setLimit)
3149
- * [.setEnv(env, [alias])](#psw_PaymentSourceWidget+setEnv)
3150
- * [.getIFrameUrl()](#psw_PaymentSourceWidget+getIFrameUrl)
3151
- * [.filterByGatewayIds(ids)](#psw_PaymentSourceWidget+filterByGatewayIds)
3152
- * [.filterByTypes(types)](#psw_PaymentSourceWidget+filterByTypes)
3153
- * [.setLanguage(code)](#psw_PaymentSourceWidget+setLanguage)
3144
+ * [PaymentSourceWidget](#user-content-psw_PaymentSourceWidget)
3145
+ * [new exports.PaymentSourceWidget(publicKey, customer, [useReference])](#user-content-psw_new_PaymentSourceWidget_new)
3146
+ * [.setStyles(fields)](#user-content-psw_PaymentSourceWidget+setStyles)
3147
+ * [.setRefId(refId)](#user-content-psw_PaymentSourceWidget+setRefId)
3148
+ * [.setLimit(count)](#user-content-psw_PaymentSourceWidget+setLimit)
3149
+ * [.setEnv(env, [alias])](#user-content-psw_PaymentSourceWidget+setEnv)
3150
+ * [.getIFrameUrl()](#user-content-psw_PaymentSourceWidget+getIFrameUrl)
3151
+ * [.filterByGatewayIds(ids)](#user-content-psw_PaymentSourceWidget+filterByGatewayIds)
3152
+ * [.filterByTypes(types)](#user-content-psw_PaymentSourceWidget+filterByTypes)
3153
+ * [.setLanguage(code)](#user-content-psw_PaymentSourceWidget+setLanguage)
3154
3154
 
3155
- <a name="psw_new_PaymentSourceWidget_new" id="psw_new_PaymentSourceWidget_new" class="anchor" aria-hidden="true" href="new_PaymentSourceWidget_new">&nbsp;</a>
3155
+ <a name="psw_new_PaymentSourceWidget_new" id="psw_new_PaymentSourceWidget_new" href="#user-content-psw_new_PaymentSourceWidget_new">&nbsp;</a>
3156
3156
 
3157
3157
  ### new exports.PaymentSourceWidget(publicKey, customer, [useReference])
3158
3158
 
@@ -3169,16 +3169,16 @@ var widget = new PaymentSourceWidget('publicKey','customerId');
3169
3169
  // or
3170
3170
  var widget = new PaymentSourceWidget('publicKey', customerReference, true);
3171
3171
  ```
3172
- <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setStyles">&nbsp;</a>
3172
+ <a name="psw_PaymentSourceWidget+setStyles" id="psw_PaymentSourceWidget+setStyles" href="#user-content-psw_PaymentSourceWidget+setStyles">&nbsp;</a>
3173
3173
 
3174
3174
  ### paymentSourceWidget.setStyles(fields)
3175
3175
  Object contain styles for widget
3176
3176
 
3177
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3177
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3178
3178
 
3179
3179
  | Param | Type | Description |
3180
3180
  | --- | --- | --- |
3181
- | fields | [<code>IStyles</code>](#psw_IStyles) | name of styles which can be shown in widget [STYLE](#psw_STYLE) |
3181
+ | fields | [<code>IStyles</code>](#user-content-psw_IStyles) | name of styles which can be shown in widget [STYLE](#user-content-psw_STYLE) |
3182
3182
 
3183
3183
  **Example**
3184
3184
 
@@ -3191,12 +3191,12 @@ widget.setStyles({
3191
3191
  font_size: '20px'
3192
3192
  });
3193
3193
  ```
3194
- <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setRefId">&nbsp;</a>
3194
+ <a name="psw_PaymentSourceWidget+setRefId" id="psw_PaymentSourceWidget+setRefId" href="#user-content-psw_PaymentSourceWidget+setRefId">&nbsp;</a>
3195
3195
 
3196
3196
  ### paymentSourceWidget.setRefId(refId)
3197
3197
  Current method can set custom ID to identify the data in the future
3198
3198
 
3199
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3199
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3200
3200
 
3201
3201
  | Param | Type | Description |
3202
3202
  | --- | --- | --- |
@@ -3207,24 +3207,24 @@ Current method can set custom ID to identify the data in the future
3207
3207
  ```javascript
3208
3208
  widget.setRefId('id');
3209
3209
  ```
3210
- <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLimit">&nbsp;</a>
3210
+ <a name="psw_PaymentSourceWidget+setLimit" id="psw_PaymentSourceWidget+setLimit" href="#user-content-psw_PaymentSourceWidget+setLimit">&nbsp;</a>
3211
3211
 
3212
3212
  ### paymentSourceWidget.setLimit(count)
3213
3213
  Current method can set limit for payment sources count. In case when limit sets less then general count will be shown pagination buttons prev and next.
3214
3214
 
3215
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3215
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3216
3216
 
3217
3217
  | Param | Type | Description |
3218
3218
  | --- | --- | --- |
3219
3219
  | count | <code>string</code> | payment source count |
3220
3220
 
3221
- <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setEnv">&nbsp;</a>
3221
+ <a name="psw_PaymentSourceWidget+setEnv" id="psw_PaymentSourceWidget+setEnv" href="#user-content-psw_PaymentSourceWidget+setEnv">&nbsp;</a>
3222
3222
 
3223
3223
  ### paymentSourceWidget.setEnv(env, [alias])
3224
3224
  Current method can change environment. By default environment = sandbox
3225
3225
  Also we can change domain alias for this environment. By default domain_alias = paydock.com
3226
3226
 
3227
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3227
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3228
3228
 
3229
3229
  | Param | Type | Description |
3230
3230
  | --- | --- | --- |
@@ -3236,40 +3236,40 @@ Also we can change domain alias for this environment. By default domain_alias =
3236
3236
  ```javascript
3237
3237
  widget.setEnv('production');
3238
3238
  ```
3239
- <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl" class="anchor" aria-hidden="true" href="PaymentSourceWidget+getIFrameUrl">&nbsp;</a>
3239
+ <a name="psw_PaymentSourceWidget+getIFrameUrl" id="psw_PaymentSourceWidget+getIFrameUrl" href="#user-content-psw_PaymentSourceWidget+getIFrameUrl">&nbsp;</a>
3240
3240
 
3241
3241
  ### paymentSourceWidget.getIFrameUrl()
3242
3242
  Method for getting iframe's url
3243
3243
 
3244
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3245
- <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByGatewayIds">&nbsp;</a>
3244
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3245
+ <a name="psw_PaymentSourceWidget+filterByGatewayIds" id="psw_PaymentSourceWidget+filterByGatewayIds" href="#user-content-psw_PaymentSourceWidget+filterByGatewayIds">&nbsp;</a>
3246
3246
 
3247
3247
  ### paymentSourceWidget.filterByGatewayIds(ids)
3248
3248
  Show payment source inside widget only with requested gateway ids
3249
3249
 
3250
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3250
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3251
3251
 
3252
3252
  | Param | Type | Description |
3253
3253
  | --- | --- | --- |
3254
3254
  | ids | <code>[ &#x27;Array&#x27; ].&lt;string&gt;</code> | List of paydock gateway_id |
3255
3255
 
3256
- <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes" class="anchor" aria-hidden="true" href="PaymentSourceWidget+filterByTypes">&nbsp;</a>
3256
+ <a name="psw_PaymentSourceWidget+filterByTypes" id="psw_PaymentSourceWidget+filterByTypes" href="#user-content-psw_PaymentSourceWidget+filterByTypes">&nbsp;</a>
3257
3257
 
3258
3258
  ### paymentSourceWidget.filterByTypes(types)
3259
3259
  Show payment source inside widget only with requested payment source types
3260
3260
 
3261
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3261
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3262
3262
 
3263
3263
  | Param | Description |
3264
3264
  | --- | --- |
3265
3265
  | types | List of payment source types. Available parameters [PAYMENT_TYPE](PAYMENT_TYPE) |
3266
3266
 
3267
- <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage" class="anchor" aria-hidden="true" href="PaymentSourceWidget+setLanguage">&nbsp;</a>
3267
+ <a name="psw_PaymentSourceWidget+setLanguage" id="psw_PaymentSourceWidget+setLanguage" href="#user-content-psw_PaymentSourceWidget+setLanguage">&nbsp;</a>
3268
3268
 
3269
3269
  ### paymentSourceWidget.setLanguage(code)
3270
3270
  Method for setting a custom language code
3271
3271
 
3272
- **Kind**: instance method of [<code>PaymentSourceWidget</code>](#psw_PaymentSourceWidget)
3272
+ **Kind**: instance method of [<code>PaymentSourceWidget</code>](#user-content-psw_PaymentSourceWidget)
3273
3273
 
3274
3274
  | Param | Type | Description |
3275
3275
  | --- | --- | --- |
@@ -3280,7 +3280,7 @@ Method for setting a custom language code
3280
3280
  ```javascript
3281
3281
  config.setLanguage('en');
3282
3282
  ```
3283
- <a name="psw_EVENT" id="psw_EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
3283
+ <a name="psw_EVENT" id="psw_EVENT" href="#user-content-psw_EVENT">&nbsp;</a>
3284
3284
 
3285
3285
  ## EVENT : <code>object</code>
3286
3286
  List of available event's name
@@ -3298,7 +3298,7 @@ List of available event's name
3298
3298
  | META_CHANGE | <code>string</code> | <code>&quot;metaChange&quot;</code> |
3299
3299
  | RESIZE | <code>string</code> | <code>&quot;resize&quot;</code> |
3300
3300
 
3301
- <a name="psw_STYLE" id="psw_STYLE" class="anchor" aria-hidden="true" href="STYLE">&nbsp;</a>
3301
+ <a name="psw_STYLE" id="psw_STYLE" href="#user-content-psw_STYLE">&nbsp;</a>
3302
3302
 
3303
3303
  ## STYLE : <code>object</code>
3304
3304
  List of available style params for widget
@@ -3314,7 +3314,7 @@ List of available style params for widget
3314
3314
  | ICON_SIZE | <code>string</code> | <code>&quot;icon_size&quot;</code> |
3315
3315
  | FONT_SIZE | <code>string</code> | <code>&quot;font_size&quot;</code> |
3316
3316
 
3317
- <a name="psw_PAYMENT_SOURCE_TYPE" id="psw_PAYMENT_SOURCE_TYPE" class="anchor" aria-hidden="true" href="PAYMENT_SOURCE_TYPE">&nbsp;</a>
3317
+ <a name="psw_PAYMENT_SOURCE_TYPE" id="psw_PAYMENT_SOURCE_TYPE" href="#user-content-psw_PAYMENT_SOURCE_TYPE">&nbsp;</a>
3318
3318
 
3319
3319
  ## PAYMENT\_SOURCE\_TYPE : <code>object</code>
3320
3320
  List of available payment source types
@@ -3327,7 +3327,7 @@ List of available payment source types
3327
3327
  | BANK_ACCOUNT | <code>string</code> | <code>&quot;bank_account&quot;</code> |
3328
3328
  | CHECKOUT | <code>string</code> | <code>&quot;checkout&quot;</code> |
3329
3329
 
3330
- <a name="psw_listener--PaymentSourceWidget" id="psw_listener--PaymentSourceWidget" class="anchor" aria-hidden="true" href="listener--PaymentSourceWidget">&nbsp;</a>
3330
+ <a name="psw_listener--PaymentSourceWidget" id="psw_listener--PaymentSourceWidget" href="#user-content-psw_listener--PaymentSourceWidget">&nbsp;</a>
3331
3331
 
3332
3332
  ## listener--PaymentSourceWidget : <code>function</code>
3333
3333
  This callback will be called for each event in payment source widget
@@ -3336,7 +3336,7 @@ This callback will be called for each event in payment source widget
3336
3336
 
3337
3337
  | Param | Type |
3338
3338
  | --- | --- |
3339
- | response | <code>IEventData</code> \| [<code>IEventSelectData</code>](#psw_IEventSelectData) \| [<code>IEventPaginationData</code>](#psw_IEventPaginationData) \| [<code>IEventAfterLoadData</code>](#psw_IEventAfterLoadData) |
3339
+ | response | <code>IEventData</code> \| [<code>IEventSelectData</code>](#user-content-psw_IEventSelectData) \| [<code>IEventPaginationData</code>](#user-content-psw_IEventPaginationData) \| [<code>IEventAfterLoadData</code>](#user-content-psw_IEventAfterLoadData) |
3340
3340
 
3341
3341
 
3342
3342
  ## Checkout button
@@ -3590,16 +3590,16 @@ This example shows how you can use a lot of other methods to settings your butto
3590
3590
  ## Classes
3591
3591
 
3592
3592
  <dl>
3593
- <dt><a href="#cb_CheckoutButton">CheckoutButton</a></dt>
3593
+ <dt><a href="#user-content-cb_CheckoutButton">CheckoutButton</a></dt>
3594
3594
  <dd><p>Class CheckoutButton transform usual button into checkout</p>
3595
3595
  </dd>
3596
- <dt><a href="#cb_ZipmoneyCheckoutButton">ZipmoneyCheckoutButton</a> ⇐ <code><a href="#cb_CheckoutButton">CheckoutButton</a></code></dt>
3596
+ <dt><a href="#user-content-cb_ZipmoneyCheckoutButton">ZipmoneyCheckoutButton</a> ⇐ <code><a href="#user-content-cb_CheckoutButton">CheckoutButton</a></code></dt>
3597
3597
  <dd><p>Class ZipmoneyCheckoutButton is wrapper of CheckoutButton transform usual button into checkout</p>
3598
3598
  </dd>
3599
- <dt><a href="#cb_PaypalCheckoutButton">PaypalCheckoutButton</a> ⇐ <code><a href="#cb_CheckoutButton">CheckoutButton</a></code></dt>
3599
+ <dt><a href="#user-content-cb_PaypalCheckoutButton">PaypalCheckoutButton</a> ⇐ <code><a href="#user-content-cb_CheckoutButton">CheckoutButton</a></code></dt>
3600
3600
  <dd><p>Class PaypalCheckoutButton is wrapper of CheckoutButton transform usual button into checkout</p>
3601
3601
  </dd>
3602
- <dt><a href="#cb_AfterpayCheckoutButton">AfterpayCheckoutButton</a> ⇐ <code><a href="#cb_CheckoutButton">CheckoutButton</a></code></dt>
3602
+ <dt><a href="#user-content-cb_AfterpayCheckoutButton">AfterpayCheckoutButton</a> ⇐ <code><a href="#user-content-cb_CheckoutButton">CheckoutButton</a></code></dt>
3603
3603
  <dd><p>Class AfterpayCheckoutButton is wrapper of CheckoutButton transform usual button into checkout</p>
3604
3604
  </dd>
3605
3605
  </dl>
@@ -3607,14 +3607,14 @@ This example shows how you can use a lot of other methods to settings your butto
3607
3607
  ## Constants
3608
3608
 
3609
3609
  <dl>
3610
- <dt><a href="#cb_CHECKOUT_BUTTON_EVENT">CHECKOUT_BUTTON_EVENT</a> : <code>object</code></dt>
3610
+ <dt><a href="#user-content-cb_CHECKOUT_BUTTON_EVENT">CHECKOUT_BUTTON_EVENT</a> : <code>object</code></dt>
3611
3611
  <dd></dd>
3612
3612
  </dl>
3613
3613
 
3614
3614
  ## Typedefs
3615
3615
 
3616
3616
  <dl>
3617
- <dt><a href="#cb_listener">listener</a> : <code>function</code></dt>
3617
+ <dt><a href="#user-content-cb_listener">listener</a> : <code>function</code></dt>
3618
3618
  <dd><p>This callback will be called for each event in payment source widget</p>
3619
3619
  </dd>
3620
3620
  </dl>
@@ -3622,20 +3622,20 @@ This example shows how you can use a lot of other methods to settings your butto
3622
3622
  ## Interfaces
3623
3623
 
3624
3624
  <dl>
3625
- <dt><a href="#cb_IEventCheckoutFinishData">IEventCheckoutFinishData</a></dt>
3625
+ <dt><a href="#user-content-cb_IEventCheckoutFinishData">IEventCheckoutFinishData</a></dt>
3626
3626
  <dd></dd>
3627
- <dt><a href="#cb_IPayPalMeta">IPayPalMeta</a></dt>
3627
+ <dt><a href="#user-content-cb_IPayPalMeta">IPayPalMeta</a></dt>
3628
3628
  <dd><p>Interface for PayPal checkout meta information</p>
3629
3629
  </dd>
3630
- <dt><a href="#cb_IZipmoneyMeta">IZipmoneyMeta</a></dt>
3630
+ <dt><a href="#user-content-cb_IZipmoneyMeta">IZipmoneyMeta</a></dt>
3631
3631
  <dd><p>Interface for ZipMoney checkout meta information</p>
3632
3632
  </dd>
3633
- <dt><a href="#cb_IAfterpayMeta">IAfterpayMeta</a></dt>
3633
+ <dt><a href="#user-content-cb_IAfterpayMeta">IAfterpayMeta</a></dt>
3634
3634
  <dd><p>Interface for Afterpay checkout meta information</p>
3635
3635
  </dd>
3636
3636
  </dl>
3637
3637
 
3638
- <a name="cb_IEventCheckoutFinishData" id="cb_IEventCheckoutFinishData" class="anchor" aria-hidden="true" href="IEventCheckoutFinishData">&nbsp;</a>
3638
+ <a name="cb_IEventCheckoutFinishData" id="cb_IEventCheckoutFinishData" href="#user-content-cb_IEventCheckoutFinishData">&nbsp;</a>
3639
3639
 
3640
3640
  ## IEventCheckoutFinishData
3641
3641
  **Kind**: global interface
@@ -3644,7 +3644,7 @@ This example shows how you can use a lot of other methods to settings your butto
3644
3644
  | --- | --- |
3645
3645
  | [payment_source_token] | <code>string</code> |
3646
3646
 
3647
- <a name="cb_IPayPalMeta" id="cb_IPayPalMeta" class="anchor" aria-hidden="true" href="IPayPalMeta">&nbsp;</a>
3647
+ <a name="cb_IPayPalMeta" id="cb_IPayPalMeta" href="#user-content-cb_IPayPalMeta">&nbsp;</a>
3648
3648
 
3649
3649
  ## IPayPalMeta
3650
3650
  Interface for PayPal checkout meta information
@@ -3671,7 +3671,7 @@ Interface for PayPal checkout meta information
3671
3671
  | [phone] | <code>string</code> | The consumer’s phone number in E.164 international notation (Example: +12345678901) |
3672
3672
  | [hide_shipping_address] | <code>boolean</code> | Determines whether PayPal displays shipping address fields on the PayPal pages |
3673
3673
 
3674
- <a name="cb_IZipmoneyMeta" id="cb_IZipmoneyMeta" class="anchor" aria-hidden="true" href="IZipmoneyMeta">&nbsp;</a>
3674
+ <a name="cb_IZipmoneyMeta" id="cb_IZipmoneyMeta" href="#user-content-cb_IZipmoneyMeta">&nbsp;</a>
3675
3675
 
3676
3676
  ## IZipmoneyMeta
3677
3677
  Interface for ZipMoney checkout meta information
@@ -3718,7 +3718,7 @@ Interface for ZipMoney checkout meta information
3718
3718
  | charge.billing_address.postcode | <code>string</code> | Billing postcode |
3719
3719
  | charge.billing_address.country | <code>string</code> | Billing country |
3720
3720
 
3721
- <a name="cb_IAfterpayMeta" id="cb_IAfterpayMeta" class="anchor" aria-hidden="true" href="IAfterpayMeta">&nbsp;</a>
3721
+ <a name="cb_IAfterpayMeta" id="cb_IAfterpayMeta" href="#user-content-cb_IAfterpayMeta">&nbsp;</a>
3722
3722
 
3723
3723
  ## IAfterpayMeta
3724
3724
  Interface for Afterpay checkout meta information
@@ -3740,25 +3740,25 @@ Interface for Afterpay checkout meta information
3740
3740
  | [address_country] | <code>string</code> |
3741
3741
  | [phone] | <code>string</code> |
3742
3742
 
3743
- <a name="cb_CheckoutButton" id="cb_CheckoutButton" class="anchor" aria-hidden="true" href="CheckoutButton">&nbsp;</a>
3743
+ <a name="cb_CheckoutButton" id="cb_CheckoutButton" href="#user-content-cb_CheckoutButton">&nbsp;</a>
3744
3744
 
3745
3745
  ## CheckoutButton
3746
3746
  Class CheckoutButton transform usual button into checkout
3747
3747
 
3748
3748
  **Kind**: global class
3749
3749
 
3750
- * [CheckoutButton](#cb_CheckoutButton)
3751
- * [new exports.CheckoutButton(selector, aceessToken, [gatewayId], [type])](#cb_new_CheckoutButton_new)
3752
- * [.on(eventName, cb)](#cb_CheckoutButton+on)
3753
- * [.close()](#cb_CheckoutButton+close)
3754
- * [.onFinishInsert(selector, dataType)](#cb_CheckoutButton+onFinishInsert)
3755
- * [.setMeta(meta)](#cb_CheckoutButton+setMeta)
3756
- * [.setBackdropDescription(text)](#cb_CheckoutButton+setBackdropDescription)
3757
- * [.setBackdropTitle(string)](#cb_CheckoutButton+setBackdropTitle)
3758
- * [.setSuspendedRedirectUri(string)](#cb_CheckoutButton+setSuspendedRedirectUri)
3759
- * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
3750
+ * [CheckoutButton](#user-content-cb_CheckoutButton)
3751
+ * [new exports.CheckoutButton(selector, aceessToken, [gatewayId], [type])](#user-content-cb_new_CheckoutButton_new)
3752
+ * [.on(eventName, cb)](#user-content-cb_CheckoutButton+on)
3753
+ * [.close()](#user-content-cb_CheckoutButton+close)
3754
+ * [.onFinishInsert(selector, dataType)](#user-content-cb_CheckoutButton+onFinishInsert)
3755
+ * [.setMeta(meta)](#user-content-cb_CheckoutButton+setMeta)
3756
+ * [.setBackdropDescription(text)](#user-content-cb_CheckoutButton+setBackdropDescription)
3757
+ * [.setBackdropTitle(string)](#user-content-cb_CheckoutButton+setBackdropTitle)
3758
+ * [.setSuspendedRedirectUri(string)](#user-content-cb_CheckoutButton+setSuspendedRedirectUri)
3759
+ * [.turnOffBackdrop()](#user-content-cb_CheckoutButton+turnOffBackdrop)
3760
3760
 
3761
- <a name="cb_new_CheckoutButton_new" id="cb_new_CheckoutButton_new" class="anchor" aria-hidden="true" href="new_CheckoutButton_new">&nbsp;</a>
3761
+ <a name="cb_new_CheckoutButton_new" id="cb_new_CheckoutButton_new" href="#user-content-cb_new_CheckoutButton_new">&nbsp;</a>
3762
3762
 
3763
3763
  ### new exports.CheckoutButton(selector, aceessToken, [gatewayId], [type])
3764
3764
 
@@ -3774,17 +3774,17 @@ Class CheckoutButton transform usual button into checkout
3774
3774
  ```javascript
3775
3775
  var widget = new CheckoutButton('#button', 'aceessToken','gatewayId');
3776
3776
  ```
3777
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
3777
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" href="#user-content-cb_CheckoutButton+on">&nbsp;</a>
3778
3778
 
3779
3779
  ### checkoutButton.on(eventName, cb)
3780
3780
  Listen to events of widget
3781
3781
 
3782
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3782
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3783
3783
 
3784
3784
  | Param | Type | Description |
3785
3785
  | --- | --- | --- |
3786
- | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#cb_CHECKOUT_BUTTON_EVENT) |
3787
- | cb | [<code>listener</code>](#cb_listener) | |
3786
+ | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#user-content-cb_CHECKOUT_BUTTON_EVENT) |
3787
+ | cb | [<code>listener</code>](#user-content-cb_listener) | |
3788
3788
 
3789
3789
  **Example**
3790
3790
 
@@ -3793,34 +3793,34 @@ widget.on('click', function () {
3793
3793
 
3794
3794
  });
3795
3795
  ```
3796
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
3796
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" href="#user-content-cb_CheckoutButton+close">&nbsp;</a>
3797
3797
 
3798
3798
  ### checkoutButton.close()
3799
3799
  Close popup window forcibly
3800
3800
 
3801
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3802
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
3801
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3802
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" href="#user-content-cb_CheckoutButton+onFinishInsert">&nbsp;</a>
3803
3803
 
3804
3804
  ### checkoutButton.onFinishInsert(selector, dataType)
3805
3805
  After finish event of checkout button, data (dataType) will be insert to input (selector)
3806
3806
 
3807
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3807
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3808
3808
 
3809
3809
  | Param | Type | Description |
3810
3810
  | --- | --- | --- |
3811
3811
  | selector | <code>string</code> | css selector . [] # |
3812
- | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
3812
+ | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#user-content-cb_IEventCheckoutFinishData). |
3813
3813
 
3814
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
3814
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" href="#user-content-cb_CheckoutButton+setMeta">&nbsp;</a>
3815
3815
 
3816
3816
  ### checkoutButton.setMeta(meta)
3817
3817
  Method for setting meta information for checkout page
3818
3818
 
3819
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3819
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3820
3820
 
3821
3821
  | Param | Type | Description |
3822
3822
  | --- | --- | --- |
3823
- | meta | [<code>IPayPalMeta</code>](#cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#cb_IPayPalMeta) [IZipmoneyMeta](#cb_IZipmoneyMeta) [IAfterpayMeta](#cb_IAfterpayMeta) |
3823
+ | meta | [<code>IPayPalMeta</code>](#user-content-cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#user-content-cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#user-content-cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#user-content-cb_IPayPalMeta) [IZipmoneyMeta](#user-content-cb_IZipmoneyMeta) [IAfterpayMeta](#user-content-cb_IAfterpayMeta) |
3824
3824
 
3825
3825
  **Example**
3826
3826
 
@@ -3831,12 +3831,12 @@ button.setMeta({
3831
3831
  email: 'wault@paydock.com'
3832
3832
  });
3833
3833
  ```
3834
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
3834
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" href="#user-content-cb_CheckoutButton+setBackdropDescription">&nbsp;</a>
3835
3835
 
3836
3836
  ### checkoutButton.setBackdropDescription(text)
3837
3837
  Method for setting backdrop description
3838
3838
 
3839
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3839
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3840
3840
 
3841
3841
  | Param | Type | Description |
3842
3842
  | --- | --- | --- |
@@ -3847,12 +3847,12 @@ Method for setting backdrop description
3847
3847
  ```javascript
3848
3848
  button.setBackdropDescription('Custom description');
3849
3849
  ```
3850
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
3850
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" href="#user-content-cb_CheckoutButton+setBackdropTitle">&nbsp;</a>
3851
3851
 
3852
3852
  ### checkoutButton.setBackdropTitle(string)
3853
3853
  Method for setting backdrop title
3854
3854
 
3855
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3855
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3856
3856
 
3857
3857
  | Param | Type | Description |
3858
3858
  | --- | --- | --- |
@@ -3863,48 +3863,48 @@ Method for setting backdrop title
3863
3863
  ```javascript
3864
3864
  button.setBackdropTitle('Custom title');
3865
3865
  ```
3866
- <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
3866
+ <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" href="#user-content-cb_CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
3867
3867
 
3868
3868
  ### checkoutButton.setSuspendedRedirectUri(string)
3869
3869
  Method for setting suspended redirect uri. Redirect after referred checkout
3870
3870
 
3871
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3871
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3872
3872
 
3873
3873
  | Param | Type | Description |
3874
3874
  | --- | --- | --- |
3875
3875
  | string | <code>uri</code> | uri for redirect (by default) |
3876
3876
 
3877
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
3877
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" href="#user-content-cb_CheckoutButton+turnOffBackdrop">&nbsp;</a>
3878
3878
 
3879
3879
  ### checkoutButton.turnOffBackdrop()
3880
3880
  Method for disable backdrop on the page.
3881
3881
 
3882
- **Kind**: instance method of [<code>CheckoutButton</code>](#cb_CheckoutButton)
3882
+ **Kind**: instance method of [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3883
3883
  **Example**
3884
3884
 
3885
3885
  ```javascript
3886
3886
  button.turnOffBackdrop();
3887
3887
  ```
3888
- <a name="cb_ZipmoneyCheckoutButton" id="cb_ZipmoneyCheckoutButton" class="anchor" aria-hidden="true" href="ZipmoneyCheckoutButton">&nbsp;</a>
3888
+ <a name="cb_ZipmoneyCheckoutButton" id="cb_ZipmoneyCheckoutButton" href="#user-content-cb_ZipmoneyCheckoutButton">&nbsp;</a>
3889
3889
 
3890
- ## ZipmoneyCheckoutButton ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
3890
+ ## ZipmoneyCheckoutButton ⇐ [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3891
3891
  Class ZipmoneyCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
3892
3892
 
3893
3893
  **Kind**: global class
3894
- **Extends**: [<code>CheckoutButton</code>](#cb_CheckoutButton)
3894
+ **Extends**: [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3895
3895
 
3896
- * [ZipmoneyCheckoutButton](#cb_ZipmoneyCheckoutButton) ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
3897
- * [new exports.ZipmoneyCheckoutButton(selector, publicKey, [gatewayId])](#cb_new_ZipmoneyCheckoutButton_new)
3898
- * [.setSuspendedRedirectUri(string)](#cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri)
3899
- * [.on(eventName, cb)](#cb_CheckoutButton+on)
3900
- * [.close()](#cb_CheckoutButton+close)
3901
- * [.onFinishInsert(selector, dataType)](#cb_CheckoutButton+onFinishInsert)
3902
- * [.setMeta(meta)](#cb_CheckoutButton+setMeta)
3903
- * [.setBackdropDescription(text)](#cb_CheckoutButton+setBackdropDescription)
3904
- * [.setBackdropTitle(string)](#cb_CheckoutButton+setBackdropTitle)
3905
- * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
3896
+ * [ZipmoneyCheckoutButton](#user-content-cb_ZipmoneyCheckoutButton) ⇐ [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
3897
+ * [new exports.ZipmoneyCheckoutButton(selector, publicKey, [gatewayId])](#user-content-cb_new_ZipmoneyCheckoutButton_new)
3898
+ * [.setSuspendedRedirectUri(string)](#user-content-cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri)
3899
+ * [.on(eventName, cb)](#user-content-cb_CheckoutButton+on)
3900
+ * [.close()](#user-content-cb_CheckoutButton+close)
3901
+ * [.onFinishInsert(selector, dataType)](#user-content-cb_CheckoutButton+onFinishInsert)
3902
+ * [.setMeta(meta)](#user-content-cb_CheckoutButton+setMeta)
3903
+ * [.setBackdropDescription(text)](#user-content-cb_CheckoutButton+setBackdropDescription)
3904
+ * [.setBackdropTitle(string)](#user-content-cb_CheckoutButton+setBackdropTitle)
3905
+ * [.turnOffBackdrop()](#user-content-cb_CheckoutButton+turnOffBackdrop)
3906
3906
 
3907
- <a name="cb_new_ZipmoneyCheckoutButton_new" id="cb_new_ZipmoneyCheckoutButton_new" class="anchor" aria-hidden="true" href="new_ZipmoneyCheckoutButton_new">&nbsp;</a>
3907
+ <a name="cb_new_ZipmoneyCheckoutButton_new" id="cb_new_ZipmoneyCheckoutButton_new" href="#user-content-cb_new_ZipmoneyCheckoutButton_new">&nbsp;</a>
3908
3908
 
3909
3909
  ### new exports.ZipmoneyCheckoutButton(selector, publicKey, [gatewayId])
3910
3910
 
@@ -3919,7 +3919,7 @@ Class ZipmoneyCheckoutButton is wrapper of CheckoutButton transform usual button
3919
3919
  ```javascript
3920
3920
  var widget = new ZipmoneyCheckoutButton('#button', 'publicKey','gatewayId');
3921
3921
  ```
3922
- <a name="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri" id="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="ZipmoneyCheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
3922
+ <a name="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri" id="cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri" href="#user-content-cb_ZipmoneyCheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
3923
3923
 
3924
3924
  ### zipmoneyCheckoutButton.setSuspendedRedirectUri(string)
3925
3925
  Method for setting suspended redirect uri. Redirect after referred checkout
@@ -3928,24 +3928,24 @@ The URI is used for a redirect after the checkout is complete.
3928
3928
  This can be provided, even if using in-context checkout (sdk). By default, the standard styled page will be used.
3929
3929
  If using in-context (sdk) we will not automatically redirect to this URI.
3930
3930
 
3931
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
3932
- **Overrides**: [<code>setSuspendedRedirectUri</code>](#cb_CheckoutButton+setSuspendedRedirectUri)
3931
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
3932
+ **Overrides**: [<code>setSuspendedRedirectUri</code>](#user-content-cb_CheckoutButton+setSuspendedRedirectUri)
3933
3933
 
3934
3934
  | Param | Type | Description |
3935
3935
  | --- | --- | --- |
3936
3936
  | string | <code>uri</code> | uri for redirect (by default) |
3937
3937
 
3938
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
3938
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" href="#user-content-cb_CheckoutButton+on">&nbsp;</a>
3939
3939
 
3940
3940
  ### zipmoneyCheckoutButton.on(eventName, cb)
3941
3941
  Listen to events of widget
3942
3942
 
3943
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
3943
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
3944
3944
 
3945
3945
  | Param | Type | Description |
3946
3946
  | --- | --- | --- |
3947
- | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#cb_CHECKOUT_BUTTON_EVENT) |
3948
- | cb | [<code>listener</code>](#cb_listener) | |
3947
+ | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#user-content-cb_CHECKOUT_BUTTON_EVENT) |
3948
+ | cb | [<code>listener</code>](#user-content-cb_listener) | |
3949
3949
 
3950
3950
  **Example**
3951
3951
 
@@ -3954,34 +3954,34 @@ widget.on('click', function () {
3954
3954
 
3955
3955
  });
3956
3956
  ```
3957
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
3957
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" href="#user-content-cb_CheckoutButton+close">&nbsp;</a>
3958
3958
 
3959
3959
  ### zipmoneyCheckoutButton.close()
3960
3960
  Close popup window forcibly
3961
3961
 
3962
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
3963
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
3962
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
3963
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" href="#user-content-cb_CheckoutButton+onFinishInsert">&nbsp;</a>
3964
3964
 
3965
3965
  ### zipmoneyCheckoutButton.onFinishInsert(selector, dataType)
3966
3966
  After finish event of checkout button, data (dataType) will be insert to input (selector)
3967
3967
 
3968
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
3968
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
3969
3969
 
3970
3970
  | Param | Type | Description |
3971
3971
  | --- | --- | --- |
3972
3972
  | selector | <code>string</code> | css selector . [] # |
3973
- | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
3973
+ | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#user-content-cb_IEventCheckoutFinishData). |
3974
3974
 
3975
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
3975
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" href="#user-content-cb_CheckoutButton+setMeta">&nbsp;</a>
3976
3976
 
3977
3977
  ### zipmoneyCheckoutButton.setMeta(meta)
3978
3978
  Method for setting meta information for checkout page
3979
3979
 
3980
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
3980
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
3981
3981
 
3982
3982
  | Param | Type | Description |
3983
3983
  | --- | --- | --- |
3984
- | meta | [<code>IPayPalMeta</code>](#cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#cb_IPayPalMeta) [IZipmoneyMeta](#cb_IZipmoneyMeta) [IAfterpayMeta](#cb_IAfterpayMeta) |
3984
+ | meta | [<code>IPayPalMeta</code>](#user-content-cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#user-content-cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#user-content-cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#user-content-cb_IPayPalMeta) [IZipmoneyMeta](#user-content-cb_IZipmoneyMeta) [IAfterpayMeta](#user-content-cb_IAfterpayMeta) |
3985
3985
 
3986
3986
  **Example**
3987
3987
 
@@ -3992,12 +3992,12 @@ button.setMeta({
3992
3992
  email: 'wault@paydock.com'
3993
3993
  });
3994
3994
  ```
3995
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
3995
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" href="#user-content-cb_CheckoutButton+setBackdropDescription">&nbsp;</a>
3996
3996
 
3997
3997
  ### zipmoneyCheckoutButton.setBackdropDescription(text)
3998
3998
  Method for setting backdrop description
3999
3999
 
4000
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
4000
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
4001
4001
 
4002
4002
  | Param | Type | Description |
4003
4003
  | --- | --- | --- |
@@ -4008,12 +4008,12 @@ Method for setting backdrop description
4008
4008
  ```javascript
4009
4009
  button.setBackdropDescription('Custom description');
4010
4010
  ```
4011
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
4011
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" href="#user-content-cb_CheckoutButton+setBackdropTitle">&nbsp;</a>
4012
4012
 
4013
4013
  ### zipmoneyCheckoutButton.setBackdropTitle(string)
4014
4014
  Method for setting backdrop title
4015
4015
 
4016
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
4016
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
4017
4017
 
4018
4018
  | Param | Type | Description |
4019
4019
  | --- | --- | --- |
@@ -4024,37 +4024,37 @@ Method for setting backdrop title
4024
4024
  ```javascript
4025
4025
  button.setBackdropTitle('Custom title');
4026
4026
  ```
4027
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
4027
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" href="#user-content-cb_CheckoutButton+turnOffBackdrop">&nbsp;</a>
4028
4028
 
4029
4029
  ### zipmoneyCheckoutButton.turnOffBackdrop()
4030
4030
  Method for disable backdrop on the page.
4031
4031
 
4032
- **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#cb_ZipmoneyCheckoutButton)
4032
+ **Kind**: instance method of [<code>ZipmoneyCheckoutButton</code>](#user-content-cb_ZipmoneyCheckoutButton)
4033
4033
  **Example**
4034
4034
 
4035
4035
  ```javascript
4036
4036
  button.turnOffBackdrop();
4037
4037
  ```
4038
- <a name="cb_PaypalCheckoutButton" id="cb_PaypalCheckoutButton" class="anchor" aria-hidden="true" href="PaypalCheckoutButton">&nbsp;</a>
4038
+ <a name="cb_PaypalCheckoutButton" id="cb_PaypalCheckoutButton" href="#user-content-cb_PaypalCheckoutButton">&nbsp;</a>
4039
4039
 
4040
- ## PaypalCheckoutButton ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
4040
+ ## PaypalCheckoutButton ⇐ [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
4041
4041
  Class PaypalCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
4042
4042
 
4043
4043
  **Kind**: global class
4044
- **Extends**: [<code>CheckoutButton</code>](#cb_CheckoutButton)
4044
+ **Extends**: [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
4045
4045
 
4046
- * [PaypalCheckoutButton](#cb_PaypalCheckoutButton) ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
4047
- * [new exports.PaypalCheckoutButton(selector, publicKey, [gatewayId])](#cb_new_PaypalCheckoutButton_new)
4048
- * [.on(eventName, cb)](#cb_CheckoutButton+on)
4049
- * [.close()](#cb_CheckoutButton+close)
4050
- * [.onFinishInsert(selector, dataType)](#cb_CheckoutButton+onFinishInsert)
4051
- * [.setMeta(meta)](#cb_CheckoutButton+setMeta)
4052
- * [.setBackdropDescription(text)](#cb_CheckoutButton+setBackdropDescription)
4053
- * [.setBackdropTitle(string)](#cb_CheckoutButton+setBackdropTitle)
4054
- * [.setSuspendedRedirectUri(string)](#cb_CheckoutButton+setSuspendedRedirectUri)
4055
- * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
4046
+ * [PaypalCheckoutButton](#user-content-cb_PaypalCheckoutButton) ⇐ [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
4047
+ * [new exports.PaypalCheckoutButton(selector, publicKey, [gatewayId])](#user-content-cb_new_PaypalCheckoutButton_new)
4048
+ * [.on(eventName, cb)](#user-content-cb_CheckoutButton+on)
4049
+ * [.close()](#user-content-cb_CheckoutButton+close)
4050
+ * [.onFinishInsert(selector, dataType)](#user-content-cb_CheckoutButton+onFinishInsert)
4051
+ * [.setMeta(meta)](#user-content-cb_CheckoutButton+setMeta)
4052
+ * [.setBackdropDescription(text)](#user-content-cb_CheckoutButton+setBackdropDescription)
4053
+ * [.setBackdropTitle(string)](#user-content-cb_CheckoutButton+setBackdropTitle)
4054
+ * [.setSuspendedRedirectUri(string)](#user-content-cb_CheckoutButton+setSuspendedRedirectUri)
4055
+ * [.turnOffBackdrop()](#user-content-cb_CheckoutButton+turnOffBackdrop)
4056
4056
 
4057
- <a name="cb_new_PaypalCheckoutButton_new" id="cb_new_PaypalCheckoutButton_new" class="anchor" aria-hidden="true" href="new_PaypalCheckoutButton_new">&nbsp;</a>
4057
+ <a name="cb_new_PaypalCheckoutButton_new" id="cb_new_PaypalCheckoutButton_new" href="#user-content-cb_new_PaypalCheckoutButton_new">&nbsp;</a>
4058
4058
 
4059
4059
  ### new exports.PaypalCheckoutButton(selector, publicKey, [gatewayId])
4060
4060
 
@@ -4069,17 +4069,17 @@ Class PaypalCheckoutButton is wrapper of CheckoutButton transform usual button i
4069
4069
  ```javascript
4070
4070
  var widget = new PaypalCheckoutButton('#button', 'publicKey','gatewayId');
4071
4071
  ```
4072
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
4072
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" href="#user-content-cb_CheckoutButton+on">&nbsp;</a>
4073
4073
 
4074
4074
  ### paypalCheckoutButton.on(eventName, cb)
4075
4075
  Listen to events of widget
4076
4076
 
4077
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4077
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4078
4078
 
4079
4079
  | Param | Type | Description |
4080
4080
  | --- | --- | --- |
4081
- | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#cb_CHECKOUT_BUTTON_EVENT) |
4082
- | cb | [<code>listener</code>](#cb_listener) | |
4081
+ | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#user-content-cb_CHECKOUT_BUTTON_EVENT) |
4082
+ | cb | [<code>listener</code>](#user-content-cb_listener) | |
4083
4083
 
4084
4084
  **Example**
4085
4085
 
@@ -4088,34 +4088,34 @@ widget.on('click', function () {
4088
4088
 
4089
4089
  });
4090
4090
  ```
4091
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
4091
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" href="#user-content-cb_CheckoutButton+close">&nbsp;</a>
4092
4092
 
4093
4093
  ### paypalCheckoutButton.close()
4094
4094
  Close popup window forcibly
4095
4095
 
4096
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4097
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
4096
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4097
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" href="#user-content-cb_CheckoutButton+onFinishInsert">&nbsp;</a>
4098
4098
 
4099
4099
  ### paypalCheckoutButton.onFinishInsert(selector, dataType)
4100
4100
  After finish event of checkout button, data (dataType) will be insert to input (selector)
4101
4101
 
4102
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4102
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4103
4103
 
4104
4104
  | Param | Type | Description |
4105
4105
  | --- | --- | --- |
4106
4106
  | selector | <code>string</code> | css selector . [] # |
4107
- | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
4107
+ | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#user-content-cb_IEventCheckoutFinishData). |
4108
4108
 
4109
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
4109
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" href="#user-content-cb_CheckoutButton+setMeta">&nbsp;</a>
4110
4110
 
4111
4111
  ### paypalCheckoutButton.setMeta(meta)
4112
4112
  Method for setting meta information for checkout page
4113
4113
 
4114
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4114
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4115
4115
 
4116
4116
  | Param | Type | Description |
4117
4117
  | --- | --- | --- |
4118
- | meta | [<code>IPayPalMeta</code>](#cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#cb_IPayPalMeta) [IZipmoneyMeta](#cb_IZipmoneyMeta) [IAfterpayMeta](#cb_IAfterpayMeta) |
4118
+ | meta | [<code>IPayPalMeta</code>](#user-content-cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#user-content-cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#user-content-cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#user-content-cb_IPayPalMeta) [IZipmoneyMeta](#user-content-cb_IZipmoneyMeta) [IAfterpayMeta](#user-content-cb_IAfterpayMeta) |
4119
4119
 
4120
4120
  **Example**
4121
4121
 
@@ -4126,12 +4126,12 @@ button.setMeta({
4126
4126
  email: 'wault@paydock.com'
4127
4127
  });
4128
4128
  ```
4129
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
4129
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" href="#user-content-cb_CheckoutButton+setBackdropDescription">&nbsp;</a>
4130
4130
 
4131
4131
  ### paypalCheckoutButton.setBackdropDescription(text)
4132
4132
  Method for setting backdrop description
4133
4133
 
4134
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4134
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4135
4135
 
4136
4136
  | Param | Type | Description |
4137
4137
  | --- | --- | --- |
@@ -4142,12 +4142,12 @@ Method for setting backdrop description
4142
4142
  ```javascript
4143
4143
  button.setBackdropDescription('Custom description');
4144
4144
  ```
4145
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
4145
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" href="#user-content-cb_CheckoutButton+setBackdropTitle">&nbsp;</a>
4146
4146
 
4147
4147
  ### paypalCheckoutButton.setBackdropTitle(string)
4148
4148
  Method for setting backdrop title
4149
4149
 
4150
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4150
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4151
4151
 
4152
4152
  | Param | Type | Description |
4153
4153
  | --- | --- | --- |
@@ -4158,48 +4158,48 @@ Method for setting backdrop title
4158
4158
  ```javascript
4159
4159
  button.setBackdropTitle('Custom title');
4160
4160
  ```
4161
- <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
4161
+ <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" href="#user-content-cb_CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
4162
4162
 
4163
4163
  ### paypalCheckoutButton.setSuspendedRedirectUri(string)
4164
4164
  Method for setting suspended redirect uri. Redirect after referred checkout
4165
4165
 
4166
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4166
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4167
4167
 
4168
4168
  | Param | Type | Description |
4169
4169
  | --- | --- | --- |
4170
4170
  | string | <code>uri</code> | uri for redirect (by default) |
4171
4171
 
4172
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
4172
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" href="#user-content-cb_CheckoutButton+turnOffBackdrop">&nbsp;</a>
4173
4173
 
4174
4174
  ### paypalCheckoutButton.turnOffBackdrop()
4175
4175
  Method for disable backdrop on the page.
4176
4176
 
4177
- **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#cb_PaypalCheckoutButton)
4177
+ **Kind**: instance method of [<code>PaypalCheckoutButton</code>](#user-content-cb_PaypalCheckoutButton)
4178
4178
  **Example**
4179
4179
 
4180
4180
  ```javascript
4181
4181
  button.turnOffBackdrop();
4182
4182
  ```
4183
- <a name="cb_AfterpayCheckoutButton" id="cb_AfterpayCheckoutButton" class="anchor" aria-hidden="true" href="AfterpayCheckoutButton">&nbsp;</a>
4183
+ <a name="cb_AfterpayCheckoutButton" id="cb_AfterpayCheckoutButton" href="#user-content-cb_AfterpayCheckoutButton">&nbsp;</a>
4184
4184
 
4185
- ## AfterpayCheckoutButton ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
4185
+ ## AfterpayCheckoutButton ⇐ [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
4186
4186
  Class AfterpayCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
4187
4187
 
4188
4188
  **Kind**: global class
4189
- **Extends**: [<code>CheckoutButton</code>](#cb_CheckoutButton)
4189
+ **Extends**: [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
4190
4190
 
4191
- * [AfterpayCheckoutButton](#cb_AfterpayCheckoutButton) ⇐ [<code>CheckoutButton</code>](#cb_CheckoutButton)
4192
- * [new exports.AfterpayCheckoutButton(selector, accessToken, [gatewayId])](#cb_new_AfterpayCheckoutButton_new)
4193
- * [.on(eventName, cb)](#cb_CheckoutButton+on)
4194
- * [.close()](#cb_CheckoutButton+close)
4195
- * [.onFinishInsert(selector, dataType)](#cb_CheckoutButton+onFinishInsert)
4196
- * [.setMeta(meta)](#cb_CheckoutButton+setMeta)
4197
- * [.setBackdropDescription(text)](#cb_CheckoutButton+setBackdropDescription)
4198
- * [.setBackdropTitle(string)](#cb_CheckoutButton+setBackdropTitle)
4199
- * [.setSuspendedRedirectUri(string)](#cb_CheckoutButton+setSuspendedRedirectUri)
4200
- * [.turnOffBackdrop()](#cb_CheckoutButton+turnOffBackdrop)
4191
+ * [AfterpayCheckoutButton](#user-content-cb_AfterpayCheckoutButton) ⇐ [<code>CheckoutButton</code>](#user-content-cb_CheckoutButton)
4192
+ * [new exports.AfterpayCheckoutButton(selector, accessToken, [gatewayId])](#user-content-cb_new_AfterpayCheckoutButton_new)
4193
+ * [.on(eventName, cb)](#user-content-cb_CheckoutButton+on)
4194
+ * [.close()](#user-content-cb_CheckoutButton+close)
4195
+ * [.onFinishInsert(selector, dataType)](#user-content-cb_CheckoutButton+onFinishInsert)
4196
+ * [.setMeta(meta)](#user-content-cb_CheckoutButton+setMeta)
4197
+ * [.setBackdropDescription(text)](#user-content-cb_CheckoutButton+setBackdropDescription)
4198
+ * [.setBackdropTitle(string)](#user-content-cb_CheckoutButton+setBackdropTitle)
4199
+ * [.setSuspendedRedirectUri(string)](#user-content-cb_CheckoutButton+setSuspendedRedirectUri)
4200
+ * [.turnOffBackdrop()](#user-content-cb_CheckoutButton+turnOffBackdrop)
4201
4201
 
4202
- <a name="cb_new_AfterpayCheckoutButton_new" id="cb_new_AfterpayCheckoutButton_new" class="anchor" aria-hidden="true" href="new_AfterpayCheckoutButton_new">&nbsp;</a>
4202
+ <a name="cb_new_AfterpayCheckoutButton_new" id="cb_new_AfterpayCheckoutButton_new" href="#user-content-cb_new_AfterpayCheckoutButton_new">&nbsp;</a>
4203
4203
 
4204
4204
  ### new exports.AfterpayCheckoutButton(selector, accessToken, [gatewayId])
4205
4205
 
@@ -4214,17 +4214,17 @@ Class AfterpayCheckoutButton is wrapper of CheckoutButton transform usual button
4214
4214
  ```javascript
4215
4215
  var widget = new AfterpayCheckoutButton('#button', 'access-token','gatewayId');
4216
4216
  ```
4217
- <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" class="anchor" aria-hidden="true" href="CheckoutButton+on">&nbsp;</a>
4217
+ <a name="cb_CheckoutButton+on" id="cb_CheckoutButton+on" href="#user-content-cb_CheckoutButton+on">&nbsp;</a>
4218
4218
 
4219
4219
  ### afterpayCheckoutButton.on(eventName, cb)
4220
4220
  Listen to events of widget
4221
4221
 
4222
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4222
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4223
4223
 
4224
4224
  | Param | Type | Description |
4225
4225
  | --- | --- | --- |
4226
- | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#cb_CHECKOUT_BUTTON_EVENT) |
4227
- | cb | [<code>listener</code>](#cb_listener) | |
4226
+ | eventName | <code>string</code> | Available event names [CHECKOUT_BUTTON_EVENT](#user-content-cb_CHECKOUT_BUTTON_EVENT) |
4227
+ | cb | [<code>listener</code>](#user-content-cb_listener) | |
4228
4228
 
4229
4229
  **Example**
4230
4230
 
@@ -4233,34 +4233,34 @@ widget.on('click', function () {
4233
4233
 
4234
4234
  });
4235
4235
  ```
4236
- <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" class="anchor" aria-hidden="true" href="CheckoutButton+close">&nbsp;</a>
4236
+ <a name="cb_CheckoutButton+close" id="cb_CheckoutButton+close" href="#user-content-cb_CheckoutButton+close">&nbsp;</a>
4237
4237
 
4238
4238
  ### afterpayCheckoutButton.close()
4239
4239
  Close popup window forcibly
4240
4240
 
4241
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4242
- <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" class="anchor" aria-hidden="true" href="CheckoutButton+onFinishInsert">&nbsp;</a>
4241
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4242
+ <a name="cb_CheckoutButton+onFinishInsert" id="cb_CheckoutButton+onFinishInsert" href="#user-content-cb_CheckoutButton+onFinishInsert">&nbsp;</a>
4243
4243
 
4244
4244
  ### afterpayCheckoutButton.onFinishInsert(selector, dataType)
4245
4245
  After finish event of checkout button, data (dataType) will be insert to input (selector)
4246
4246
 
4247
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4247
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4248
4248
 
4249
4249
  | Param | Type | Description |
4250
4250
  | --- | --- | --- |
4251
4251
  | selector | <code>string</code> | css selector . [] # |
4252
- | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#cb_IEventCheckoutFinishData). |
4252
+ | dataType | <code>string</code> | data type of IEventCheckoutFinishData [IEventCheckoutFinishData](#user-content-cb_IEventCheckoutFinishData). |
4253
4253
 
4254
- <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" class="anchor" aria-hidden="true" href="CheckoutButton+setMeta">&nbsp;</a>
4254
+ <a name="cb_CheckoutButton+setMeta" id="cb_CheckoutButton+setMeta" href="#user-content-cb_CheckoutButton+setMeta">&nbsp;</a>
4255
4255
 
4256
4256
  ### afterpayCheckoutButton.setMeta(meta)
4257
4257
  Method for setting meta information for checkout page
4258
4258
 
4259
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4259
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4260
4260
 
4261
4261
  | Param | Type | Description |
4262
4262
  | --- | --- | --- |
4263
- | meta | [<code>IPayPalMeta</code>](#cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#cb_IPayPalMeta) [IZipmoneyMeta](#cb_IZipmoneyMeta) [IAfterpayMeta](#cb_IAfterpayMeta) |
4263
+ | meta | [<code>IPayPalMeta</code>](#user-content-cb_IPayPalMeta) \| [<code>IAfterpayMeta</code>](#user-content-cb_IAfterpayMeta) \| [<code>IZipmoneyMeta</code>](#user-content-cb_IZipmoneyMeta) | Data which can be shown on checkout page [IPayPalMeta](#user-content-cb_IPayPalMeta) [IZipmoneyMeta](#user-content-cb_IZipmoneyMeta) [IAfterpayMeta](#user-content-cb_IAfterpayMeta) |
4264
4264
 
4265
4265
  **Example**
4266
4266
 
@@ -4271,12 +4271,12 @@ button.setMeta({
4271
4271
  email: 'wault@paydock.com'
4272
4272
  });
4273
4273
  ```
4274
- <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropDescription">&nbsp;</a>
4274
+ <a name="cb_CheckoutButton+setBackdropDescription" id="cb_CheckoutButton+setBackdropDescription" href="#user-content-cb_CheckoutButton+setBackdropDescription">&nbsp;</a>
4275
4275
 
4276
4276
  ### afterpayCheckoutButton.setBackdropDescription(text)
4277
4277
  Method for setting backdrop description
4278
4278
 
4279
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4279
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4280
4280
 
4281
4281
  | Param | Type | Description |
4282
4282
  | --- | --- | --- |
@@ -4287,12 +4287,12 @@ Method for setting backdrop description
4287
4287
  ```javascript
4288
4288
  button.setBackdropDescription('Custom description');
4289
4289
  ```
4290
- <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" class="anchor" aria-hidden="true" href="CheckoutButton+setBackdropTitle">&nbsp;</a>
4290
+ <a name="cb_CheckoutButton+setBackdropTitle" id="cb_CheckoutButton+setBackdropTitle" href="#user-content-cb_CheckoutButton+setBackdropTitle">&nbsp;</a>
4291
4291
 
4292
4292
  ### afterpayCheckoutButton.setBackdropTitle(string)
4293
4293
  Method for setting backdrop title
4294
4294
 
4295
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4295
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4296
4296
 
4297
4297
  | Param | Type | Description |
4298
4298
  | --- | --- | --- |
@@ -4303,29 +4303,29 @@ Method for setting backdrop title
4303
4303
  ```javascript
4304
4304
  button.setBackdropTitle('Custom title');
4305
4305
  ```
4306
- <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" class="anchor" aria-hidden="true" href="CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
4306
+ <a name="cb_CheckoutButton+setSuspendedRedirectUri" id="cb_CheckoutButton+setSuspendedRedirectUri" href="#user-content-cb_CheckoutButton+setSuspendedRedirectUri">&nbsp;</a>
4307
4307
 
4308
4308
  ### afterpayCheckoutButton.setSuspendedRedirectUri(string)
4309
4309
  Method for setting suspended redirect uri. Redirect after referred checkout
4310
4310
 
4311
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4311
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4312
4312
 
4313
4313
  | Param | Type | Description |
4314
4314
  | --- | --- | --- |
4315
4315
  | string | <code>uri</code> | uri for redirect (by default) |
4316
4316
 
4317
- <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" class="anchor" aria-hidden="true" href="CheckoutButton+turnOffBackdrop">&nbsp;</a>
4317
+ <a name="cb_CheckoutButton+turnOffBackdrop" id="cb_CheckoutButton+turnOffBackdrop" href="#user-content-cb_CheckoutButton+turnOffBackdrop">&nbsp;</a>
4318
4318
 
4319
4319
  ### afterpayCheckoutButton.turnOffBackdrop()
4320
4320
  Method for disable backdrop on the page.
4321
4321
 
4322
- **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#cb_AfterpayCheckoutButton)
4322
+ **Kind**: instance method of [<code>AfterpayCheckoutButton</code>](#user-content-cb_AfterpayCheckoutButton)
4323
4323
  **Example**
4324
4324
 
4325
4325
  ```javascript
4326
4326
  button.turnOffBackdrop();
4327
4327
  ```
4328
- <a name="cb_CHECKOUT_BUTTON_EVENT" id="cb_CHECKOUT_BUTTON_EVENT" class="anchor" aria-hidden="true" href="CHECKOUT_BUTTON_EVENT">&nbsp;</a>
4328
+ <a name="cb_CHECKOUT_BUTTON_EVENT" id="cb_CHECKOUT_BUTTON_EVENT" href="#user-content-cb_CHECKOUT_BUTTON_EVENT">&nbsp;</a>
4329
4329
 
4330
4330
  ## CHECKOUT\_BUTTON\_EVENT : <code>object</code>
4331
4331
  **Kind**: global constant
@@ -4339,7 +4339,7 @@ button.turnOffBackdrop();
4339
4339
  | FINISH | <code>string</code> | <code>&quot;finish&quot;</code> |
4340
4340
  | CLOSE | <code>string</code> | <code>&quot;close&quot;</code> |
4341
4341
 
4342
- <a name="cb_listener" id="cb_listener" class="anchor" aria-hidden="true" href="listener">&nbsp;</a>
4342
+ <a name="cb_listener" id="cb_listener" href="#user-content-cb_listener">&nbsp;</a>
4343
4343
 
4344
4344
  ## listener : <code>function</code>
4345
4345
  This callback will be called for each event in payment source widget
@@ -4781,7 +4781,7 @@ This example shows how you can use a lot of other methods to settings your form
4781
4781
  </html>
4782
4782
  ```
4783
4783
 
4784
- <a name="VaultDisplayWidget" id="VaultDisplayWidget" class="anchor" aria-hidden="true" href="VaultDisplayWidget">&nbsp;</a>
4784
+ <a name="VaultDisplayWidget" id="VaultDisplayWidget" href="#VaultDisplayWidget">&nbsp;</a>
4785
4785
 
4786
4786
  ## VaultDisplayWidget
4787
4787
  Class VaultDisplayWidget include method for working on html
@@ -4795,7 +4795,7 @@ Class VaultDisplayWidget include method for working on html
4795
4795
  * [.setStyles(fields)](#VaultDisplayWidget+setStyles)
4796
4796
  * [.load()](#VaultDisplayWidget+load)
4797
4797
 
4798
- <a name="new_VaultDisplayWidget_new" id="new_VaultDisplayWidget_new" class="anchor" aria-hidden="true" href="new_VaultDisplayWidget_new">&nbsp;</a>
4798
+ <a name="new_VaultDisplayWidget_new" id="new_VaultDisplayWidget_new" href="#new_VaultDisplayWidget_new">&nbsp;</a>
4799
4799
 
4800
4800
  ### new exports.VaultDisplayWidget(selector, token)
4801
4801
 
@@ -4808,7 +4808,7 @@ Class VaultDisplayWidget include method for working on html
4808
4808
  ```js
4809
4809
  var widget = new VaultDisplayWidget('#widget', 'token');
4810
4810
  ```
4811
- <a name="VaultDisplayWidget+setEnv" id="VaultDisplayWidget+setEnv" class="anchor" aria-hidden="true" href="VaultDisplayWidget+setEnv">&nbsp;</a>
4811
+ <a name="VaultDisplayWidget+setEnv" id="VaultDisplayWidget+setEnv" href="#VaultDisplayWidget+setEnv">&nbsp;</a>
4812
4812
 
4813
4813
  ### vaultDisplayWidget.setEnv(env, [alias])
4814
4814
  Current method can change environment. By default environment = sandbox.
@@ -4825,7 +4825,7 @@ Also we can change domain alias for this environment. By default domain_alias =
4825
4825
  ```js
4826
4826
  widget.setEnv('production', 'paydock.com');
4827
4827
  ```
4828
- <a name="VaultDisplayWidget+on" id="VaultDisplayWidget+on" class="anchor" aria-hidden="true" href="VaultDisplayWidget+on">&nbsp;</a>
4828
+ <a name="VaultDisplayWidget+on" id="VaultDisplayWidget+on" href="#VaultDisplayWidget+on">&nbsp;</a>
4829
4829
 
4830
4830
  ### vaultDisplayWidget.on(eventName, [cb]) ⇒ <code>[ &#x27;Promise&#x27; ].&lt;(IEventData\|void)&gt;</code>
4831
4831
  Listen to events of widget
@@ -4847,7 +4847,7 @@ widget.on('after_load', function (data) {
4847
4847
  console.log(data);
4848
4848
  });
4849
4849
  ```
4850
- <a name="VaultDisplayWidget+setStyles" id="VaultDisplayWidget+setStyles" class="anchor" aria-hidden="true" href="VaultDisplayWidget+setStyles">&nbsp;</a>
4850
+ <a name="VaultDisplayWidget+setStyles" id="VaultDisplayWidget+setStyles" href="#VaultDisplayWidget+setStyles">&nbsp;</a>
4851
4851
 
4852
4852
  ### vaultDisplayWidget.setStyles(fields)
4853
4853
  Object contain styles for widget
@@ -4869,7 +4869,7 @@ widget.setStyles({
4869
4869
  fort_family: 'fantasy'
4870
4870
  });
4871
4871
  ```
4872
- <a name="VaultDisplayWidget+load" id="VaultDisplayWidget+load" class="anchor" aria-hidden="true" href="VaultDisplayWidget+load">&nbsp;</a>
4872
+ <a name="VaultDisplayWidget+load" id="VaultDisplayWidget+load" href="#VaultDisplayWidget+load">&nbsp;</a>
4873
4873
 
4874
4874
  ### vaultDisplayWidget.load()
4875
4875
  The final method to beginning, the load process of widget to html
@@ -5341,7 +5341,7 @@ Also, for **ApplePay via MPGS** you can initialize the `ApplePayPaymentRequest`
5341
5341
  </dd>
5342
5342
  </dl>
5343
5343
 
5344
- <a name="IWalletMeta" id="IWalletMeta" class="anchor" aria-hidden="true" href="IWalletMeta">&nbsp;</a>
5344
+ <a name="IWalletMeta" id="IWalletMeta" href="#IWalletMeta">&nbsp;</a>
5345
5345
 
5346
5346
  ## IWalletMeta : <code>object</code>
5347
5347
  Interface of data used by the wallet checkout and payment proccess.
@@ -5365,7 +5365,7 @@ Interface of data used by the wallet checkout and payment proccess.
5365
5365
  | [style.button_type] | <code>object</code> | Used to select ApplePay button type (e.g: 'buy','donate', etc), check possible values at https://developer.apple.com/documentation/apple_pay_on_the_web/displaying_apple_pay_buttons_using_css. Optional for [ApplePay]. N/A for other wallets. |
5366
5366
  | [wallets] | <code>array</code> | By default if this is not sent or empty, we will try to show either Apple Pay or Google Pay buttons. This can be limited sending the following array in this field: ['apple','google]. Optional for [Stripe, ApplePay, GooglePay]. N/A for other wallets. |
5367
5367
 
5368
- <a name="IApplePayShippingOption" id="IApplePayShippingOption" class="anchor" aria-hidden="true" href="IApplePayShippingOption">&nbsp;</a>
5368
+ <a name="IApplePayShippingOption" id="IApplePayShippingOption" href="#IApplePayShippingOption">&nbsp;</a>
5369
5369
 
5370
5370
  ## IApplePayShippingOption : <code>object</code>
5371
5371
  Interface of Shipping Options for ApplePay
@@ -5380,7 +5380,7 @@ Interface of Shipping Options for ApplePay
5380
5380
  | [detail] | <code>string</code> | Details of the Shipping Option. Required. |
5381
5381
  | [type] | <code>string</code> | Type of the Shipping Option. Values can be 'ELECTRONIC', 'GROUND', 'NOT_SHIPPED', 'OVERNIGHT', 'PICKUP', 'PRIORITY', 'SAME_DAY'. Optional. |
5382
5382
 
5383
- <a name="IGooglePayShippingOption" id="IGooglePayShippingOption" class="anchor" aria-hidden="true" href="IGooglePayShippingOption">&nbsp;</a>
5383
+ <a name="IGooglePayShippingOption" id="IGooglePayShippingOption" href="#IGooglePayShippingOption">&nbsp;</a>
5384
5384
 
5385
5385
  ## IGooglePayShippingOption : <code>object</code>
5386
5386
  Interface of Shipping Options for GooglePay
@@ -5394,7 +5394,7 @@ Interface of Shipping Options for GooglePay
5394
5394
  | [detail] | <code>string</code> | Details of the Shipping Option. Optional. |
5395
5395
  | [type] | <code>string</code> | Type of the Shipping Option. Values can be 'ELECTRONIC', 'GROUND', 'NOT_SHIPPED', 'OVERNIGHT', 'PICKUP', 'PRIORITY', 'SAME_DAY'. Optional. |
5396
5396
 
5397
- <a name="IPayPalShippingOption" id="IPayPalShippingOption" class="anchor" aria-hidden="true" href="IPayPalShippingOption">&nbsp;</a>
5397
+ <a name="IPayPalShippingOption" id="IPayPalShippingOption" href="#IPayPalShippingOption">&nbsp;</a>
5398
5398
 
5399
5399
  ## IPayPalShippingOption : <code>object</code>
5400
5400
  Interface of Shipping Options for PayPal
@@ -5409,7 +5409,7 @@ Interface of Shipping Options for PayPal
5409
5409
  | [currency] | <code>string</code> | Currency of the Shipping Option. Required. |
5410
5410
  | [type] | <code>string</code> | Type of the Shipping Option. Values can be 'SHIPPING' or 'PICKUP'. Required. |
5411
5411
 
5412
- <a name="WalletButtons" id="WalletButtons" class="anchor" aria-hidden="true" href="WalletButtons">&nbsp;</a>
5412
+ <a name="WalletButtons" id="WalletButtons" href="#WalletButtons">&nbsp;</a>
5413
5413
 
5414
5414
  ## WalletButtons
5415
5415
  Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay™ and Apple Pay via Stripe, Flypay, Paypal)
@@ -5429,7 +5429,7 @@ Class WalletButtons to work with different E-Wallets within html (currently supp
5429
5429
  * [.onPaymentInReview([handler])](#WalletButtons+onPaymentInReview)
5430
5430
  * [.onPaymentError([handler])](#WalletButtons+onPaymentError)
5431
5431
 
5432
- <a name="new_WalletButtons_new" id="new_WalletButtons_new" class="anchor" aria-hidden="true" href="new_WalletButtons_new">&nbsp;</a>
5432
+ <a name="new_WalletButtons_new" id="new_WalletButtons_new" href="#new_WalletButtons_new">&nbsp;</a>
5433
5433
 
5434
5434
  ### new exports.WalletButtons(selector, chargeToken, object)
5435
5435
 
@@ -5443,7 +5443,7 @@ Class WalletButtons to work with different E-Wallets within html (currently supp
5443
5443
  ```js
5444
5444
  var button = new WalletButtons('#wallet-buttons', 'charge-token', { amount_label: 'Total', country: 'us' });
5445
5445
  ```
5446
- <a name="WalletButtons+load" id="WalletButtons+load" class="anchor" aria-hidden="true" href="WalletButtons+load">&nbsp;</a>
5446
+ <a name="WalletButtons+load" id="WalletButtons+load" href="#WalletButtons+load">&nbsp;</a>
5447
5447
 
5448
5448
  ### walletButtons.load()
5449
5449
  Initializes the availability checks and inserts the button if possible.
@@ -5462,7 +5462,7 @@ var button = new WalletButtons(
5462
5462
  );
5463
5463
  button.load();
5464
5464
  ```
5465
- <a name="WalletButtons+update" id="WalletButtons+update" class="anchor" aria-hidden="true" href="WalletButtons+update">&nbsp;</a>
5465
+ <a name="WalletButtons+update" id="WalletButtons+update" href="#WalletButtons+update">&nbsp;</a>
5466
5466
 
5467
5467
  ### walletButtons.update()
5468
5468
  Triggers the update process of the wallet, if available.
@@ -5520,7 +5520,7 @@ var button = new WalletButtons(
5520
5520
  });
5521
5521
  });
5522
5522
  ```
5523
- <a name="WalletButtons+setEnv" id="WalletButtons+setEnv" class="anchor" aria-hidden="true" href="WalletButtons+setEnv">&nbsp;</a>
5523
+ <a name="WalletButtons+setEnv" id="WalletButtons+setEnv" href="#WalletButtons+setEnv">&nbsp;</a>
5524
5524
 
5525
5525
  ### walletButtons.setEnv(env, [alias])
5526
5526
  Current method can change environment. By default environment = sandbox.
@@ -5538,7 +5538,7 @@ Bear in mind that you must set an environment before calling `button.load()`.
5538
5538
  ```js
5539
5539
  button.setEnv('production', 'paydock.com');
5540
5540
  ```
5541
- <a name="WalletButtons+close" id="WalletButtons+close" class="anchor" aria-hidden="true" href="WalletButtons+close">&nbsp;</a>
5541
+ <a name="WalletButtons+close" id="WalletButtons+close" href="#WalletButtons+close">&nbsp;</a>
5542
5542
 
5543
5543
  ### walletButtons.close()
5544
5544
  Closes the checkout forcibly. Currently supported in Flypay wallet.
@@ -5548,7 +5548,7 @@ Closes the checkout forcibly. Currently supported in Flypay wallet.
5548
5548
  ```js
5549
5549
  button.close();
5550
5550
  ```
5551
- <a name="WalletButtons+on" id="WalletButtons+on" class="anchor" aria-hidden="true" href="WalletButtons+on">&nbsp;</a>
5551
+ <a name="WalletButtons+on" id="WalletButtons+on" href="#WalletButtons+on">&nbsp;</a>
5552
5552
 
5553
5553
  ### walletButtons.on(eventName, [cb]) ⇒ <code>Promise.&lt;IEventData&gt;</code> \| <code>void</code>
5554
5554
  Listen to events of button. `unavailable` returns no data, `paymentSuccessful` returns IWalletPaymentSuccessful
@@ -5573,7 +5573,7 @@ button.on('unavailable').then(function () {
5573
5573
  console.log('No button is available);
5574
5574
  });
5575
5575
  ```
5576
- <a name="WalletButtons+onUnavailable" id="WalletButtons+onUnavailable" class="anchor" aria-hidden="true" href="WalletButtons+onUnavailable">&nbsp;</a>
5576
+ <a name="WalletButtons+onUnavailable" id="WalletButtons+onUnavailable" href="#WalletButtons+onUnavailable">&nbsp;</a>
5577
5577
 
5578
5578
  ### walletButtons.onUnavailable([handler])
5579
5579
  User to subscribe to the no button available event. This method is used after loading when the button is not available.
@@ -5600,7 +5600,7 @@ button.onUnavailable().then(() => console.log('No wallet buttons available'));
5600
5600
  ```js
5601
5601
  button.onUnavailable(function (data) {console.log('data.wallet :: ', data.wallet)});
5602
5602
  ```
5603
- <a name="WalletButtons+onUpdate" id="WalletButtons+onUpdate" class="anchor" aria-hidden="true" href="WalletButtons+onUpdate">&nbsp;</a>
5603
+ <a name="WalletButtons+onUpdate" id="WalletButtons+onUpdate" href="#WalletButtons+onUpdate">&nbsp;</a>
5604
5604
 
5605
5605
  ### walletButtons.onUpdate([handler])
5606
5606
  If the wallet performs some update in the checkout process, the function passed as parameter will be called.
@@ -5623,7 +5623,7 @@ button.onUpdate((data) => {
5623
5623
  ```js
5624
5624
  button.onUpdate().then((data) => throw new Error());
5625
5625
  ```
5626
- <a name="WalletButtons+onPaymentSuccessful" id="WalletButtons+onPaymentSuccessful" class="anchor" aria-hidden="true" href="WalletButtons+onPaymentSuccessful">&nbsp;</a>
5626
+ <a name="WalletButtons+onPaymentSuccessful" id="WalletButtons+onPaymentSuccessful" href="#WalletButtons+onPaymentSuccessful">&nbsp;</a>
5627
5627
 
5628
5628
  ### walletButtons.onPaymentSuccessful([handler])
5629
5629
  If the payment was successful, the function passed as parameter will be called.
@@ -5645,7 +5645,7 @@ button.onPaymentSuccessful((data) => {
5645
5645
  ```js
5646
5646
  button.onPaymentSuccessful().then((data) => console.log('Payment successful!'));
5647
5647
  ```
5648
- <a name="WalletButtons+onPaymentInReview" id="WalletButtons+onPaymentInReview" class="anchor" aria-hidden="true" href="WalletButtons+onPaymentInReview">&nbsp;</a>
5648
+ <a name="WalletButtons+onPaymentInReview" id="WalletButtons+onPaymentInReview" href="#WalletButtons+onPaymentInReview">&nbsp;</a>
5649
5649
 
5650
5650
  ### walletButtons.onPaymentInReview([handler])
5651
5651
  If the payment was left in fraud review, the function passed as parameter will be called.
@@ -5667,7 +5667,7 @@ button.onPaymentInReview((data) => {
5667
5667
  ```js
5668
5668
  button.onPaymentInReview().then((data) => console.log('Payment in fraud review'));
5669
5669
  ```
5670
- <a name="WalletButtons+onPaymentError" id="WalletButtons+onPaymentError" class="anchor" aria-hidden="true" href="WalletButtons+onPaymentError">&nbsp;</a>
5670
+ <a name="WalletButtons+onPaymentError" id="WalletButtons+onPaymentError" href="#WalletButtons+onPaymentError">&nbsp;</a>
5671
5671
 
5672
5672
  ### walletButtons.onPaymentError([handler])
5673
5673
  If the payment was not successful, the function passed as parameter will be called.
@@ -5689,7 +5689,7 @@ button.onPaymentError((err) => {
5689
5689
  ```js
5690
5690
  button.onPaymentError().then((err) => console.log('Payment not successful'));
5691
5691
  ```
5692
- <a name="EVENT" id="EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
5692
+ <a name="EVENT" id="EVENT" href="#EVENT">&nbsp;</a>
5693
5693
 
5694
5694
  ## EVENT : <code>object</code>
5695
5695
  List of available event's name in the wallet button lifecycle
@@ -5979,7 +5979,7 @@ button.setStyles({"primary_color":"#a83232","button_text_color":"#171e9c","font_
5979
5979
  </dd>
5980
5980
  </dl>
5981
5981
 
5982
- <a name="IVisaSRCMeta" id="IVisaSRCMeta" class="anchor" aria-hidden="true" href="IVisaSRCMeta">&nbsp;</a>
5982
+ <a name="IVisaSRCMeta" id="IVisaSRCMeta" href="#IVisaSRCMeta">&nbsp;</a>
5983
5983
 
5984
5984
  ## IVisaSRCMeta : <code>object</code>
5985
5985
  Interface of data used for the Visa Checkout.
@@ -6030,7 +6030,7 @@ Interface of data used for the Visa Checkout.
6030
6030
  | [customer.payment_source.address_state] | <code>string</code> | Customer billing address state code (if applicable for the country, example "FL" for Florida). |
6031
6031
  | [customer.payment_source.address_country] | <code>string</code> | Customer billing address country code (example "US"). |
6032
6032
 
6033
- <a name="SRC" id="SRC" class="anchor" aria-hidden="true" href="SRC">&nbsp;</a>
6033
+ <a name="SRC" id="SRC" href="#SRC">&nbsp;</a>
6034
6034
 
6035
6035
  ## SRC
6036
6036
  Class SRC include methods for interacting with different secure remote commerce options such as Visa SRC
@@ -6051,7 +6051,7 @@ Class SRC include methods for interacting with different secure remote commerce
6051
6051
  * [.reload()](#SRC+reload)
6052
6052
  * [.useAutoResize()](#SRC+useAutoResize)
6053
6053
 
6054
- <a name="new_SRC_new" id="new_SRC_new" class="anchor" aria-hidden="true" href="new_SRC_new">&nbsp;</a>
6054
+ <a name="new_SRC_new" id="new_SRC_new" href="#new_SRC_new">&nbsp;</a>
6055
6055
 
6056
6056
  ### new exports.SRC(button_selector, iframe_selector, service_id, public_key_or_access_token, meta)
6057
6057
 
@@ -6067,7 +6067,7 @@ Class SRC include methods for interacting with different secure remote commerce
6067
6067
  ```js
6068
6068
  var SRC = new SRC('#checkoutButton', '#checkoutIframe', 'service_id', 'public_key', {});
6069
6069
  ```
6070
- <a name="SRC+setStyles" id="SRC+setStyles" class="anchor" aria-hidden="true" href="SRC+setStyles">&nbsp;</a>
6070
+ <a name="SRC+setStyles" id="SRC+setStyles" href="#SRC+setStyles">&nbsp;</a>
6071
6071
 
6072
6072
  ### srC.setStyles(fields)
6073
6073
  Object contain styles for widget - call before `.load()`.
@@ -6087,13 +6087,13 @@ widget.setStyles({
6087
6087
  card_schemes: ['visa']
6088
6088
  });
6089
6089
  ```
6090
- <a name="SRC+load" id="SRC+load" class="anchor" aria-hidden="true" href="SRC+load">&nbsp;</a>
6090
+ <a name="SRC+load" id="SRC+load" href="#SRC+load">&nbsp;</a>
6091
6091
 
6092
6092
  ### srC.load()
6093
6093
  The final method after configuring the SRC to start the load process of SRC checkout
6094
6094
 
6095
6095
  **Kind**: instance method of [<code>SRC</code>](#SRC)
6096
- <a name="SRC+setEnv" id="SRC+setEnv" class="anchor" aria-hidden="true" href="SRC+setEnv">&nbsp;</a>
6096
+ <a name="SRC+setEnv" id="SRC+setEnv" href="#SRC+setEnv">&nbsp;</a>
6097
6097
 
6098
6098
  ### srC.setEnv(env, [alias])
6099
6099
  Current method can change environment. By default environment = sandbox.
@@ -6110,7 +6110,7 @@ Also we can change domain alias for this environment. By default domain_alias =
6110
6110
  ```js
6111
6111
  SRC.setEnv('production');
6112
6112
  ```
6113
- <a name="SRC+getEnv" id="SRC+getEnv" class="anchor" aria-hidden="true" href="SRC+getEnv">&nbsp;</a>
6113
+ <a name="SRC+getEnv" id="SRC+getEnv" href="#SRC+getEnv">&nbsp;</a>
6114
6114
 
6115
6115
  ### srC.getEnv()
6116
6116
  Method to read the current environment
@@ -6120,7 +6120,7 @@ Method to read the current environment
6120
6120
  ```js
6121
6121
  SRC.getEnv();
6122
6122
  ```
6123
- <a name="SRC+on" id="SRC+on" class="anchor" aria-hidden="true" href="SRC+on">&nbsp;</a>
6123
+ <a name="SRC+on" id="SRC+on" href="#SRC+on">&nbsp;</a>
6124
6124
 
6125
6125
  ### srC.on(eventName, [cb]) ⇒ <code>Promise.&lt;any&gt;</code> \| <code>void</code>
6126
6126
  Listen to events of SRC
@@ -6142,7 +6142,7 @@ SRC.on('checkoutCompleted').then(function (token) {
6142
6142
  console.log(token);
6143
6143
  });
6144
6144
  ```
6145
- <a name="SRC+hideButton" id="SRC+hideButton" class="anchor" aria-hidden="true" href="SRC+hideButton">&nbsp;</a>
6145
+ <a name="SRC+hideButton" id="SRC+hideButton" href="#SRC+hideButton">&nbsp;</a>
6146
6146
 
6147
6147
  ### srC.hideButton([saveSize])
6148
6148
  Using this method you can hide button
@@ -6157,7 +6157,7 @@ Using this method you can hide button
6157
6157
  ```js
6158
6158
  SRC.hideButton();
6159
6159
  ```
6160
- <a name="SRC+showButton" id="SRC+showButton" class="anchor" aria-hidden="true" href="SRC+showButton">&nbsp;</a>
6160
+ <a name="SRC+showButton" id="SRC+showButton" href="#SRC+showButton">&nbsp;</a>
6161
6161
 
6162
6162
  ### srC.showButton()
6163
6163
  Using this method you can show the SRC button after using hideButton method
@@ -6167,7 +6167,7 @@ Using this method you can show the SRC button after using hideButton method
6167
6167
  ```js
6168
6168
  SRC.showButton();
6169
6169
  ```
6170
- <a name="SRC+hideCheckout" id="SRC+hideCheckout" class="anchor" aria-hidden="true" href="SRC+hideCheckout">&nbsp;</a>
6170
+ <a name="SRC+hideCheckout" id="SRC+hideCheckout" href="#SRC+hideCheckout">&nbsp;</a>
6171
6171
 
6172
6172
  ### srC.hideCheckout([saveSize])
6173
6173
  Using this method you can hide checkout after load and button click
@@ -6182,7 +6182,7 @@ Using this method you can hide checkout after load and button click
6182
6182
  ```js
6183
6183
  SRC.hideCheckout();
6184
6184
  ```
6185
- <a name="SRC+showCheckout" id="SRC+showCheckout" class="anchor" aria-hidden="true" href="SRC+showCheckout">&nbsp;</a>
6185
+ <a name="SRC+showCheckout" id="SRC+showCheckout" href="#SRC+showCheckout">&nbsp;</a>
6186
6186
 
6187
6187
  ### srC.showCheckout()
6188
6188
  Using this method you can show checkout after using hideCheckout method
@@ -6192,7 +6192,7 @@ Using this method you can show checkout after using hideCheckout method
6192
6192
  ```js
6193
6193
  SRC.showCheckout()
6194
6194
  ```
6195
- <a name="SRC+reload" id="SRC+reload" class="anchor" aria-hidden="true" href="SRC+reload">&nbsp;</a>
6195
+ <a name="SRC+reload" id="SRC+reload" href="#SRC+reload">&nbsp;</a>
6196
6196
 
6197
6197
  ### srC.reload()
6198
6198
  Using this method you can reload the whole checkout
@@ -6202,7 +6202,7 @@ Using this method you can reload the whole checkout
6202
6202
  ```js
6203
6203
  SRC.reload()
6204
6204
  ```
6205
- <a name="SRC+useAutoResize" id="SRC+useAutoResize" class="anchor" aria-hidden="true" href="SRC+useAutoResize">&nbsp;</a>
6205
+ <a name="SRC+useAutoResize" id="SRC+useAutoResize" href="#SRC+useAutoResize">&nbsp;</a>
6206
6206
 
6207
6207
  ### srC.useAutoResize()
6208
6208
  Use this method for resize checkout iFrame according to content height, if applicable
@@ -6212,7 +6212,7 @@ Use this method for resize checkout iFrame according to content height, if appli
6212
6212
  ```js
6213
6213
  SRC.useAutoResize();
6214
6214
  ```
6215
- <a name="EVENT" id="EVENT" class="anchor" aria-hidden="true" href="EVENT">&nbsp;</a>
6215
+ <a name="EVENT" id="EVENT" href="#EVENT">&nbsp;</a>
6216
6216
 
6217
6217
  ## EVENT : <code>enum</code>
6218
6218
  List of available event's name in the SRC checkout lifecycle