Variable
| Static Public Summary | ||
| public |
List of supported countries |
|
| public |
List of supported credit card brands |
|
| public |
List of supported states per country |
|
Static Public
public COUNTRIES: string[] source
import {COUNTRIES} from 'fakexy/fakexy.js/consts.js'List of supported countries
public CREDITCARDS: string[] source
import {CREDITCARDS} from 'fakexy/fakexy.js/consts.js'List of supported credit card brands
public STATES: {countryCode: string[]} source
import {STATES} from 'fakexy/fakexy.js/consts.js'List of supported states per country
