References
| summary | ||
| public |
F async getAddress(locale: {countryCode: string, stateCode: string}): Address Returns a random fake address. |
|
| public |
F async getCreditcard(creditcardBrand: {creditcardBrand: string}): Creditcard Returns a random fake credit card. |
|
| public |
F async getPhonenumbers(locale: {countryCode: string, stateCode: string}): Phonenumber Returns a random fake phonenumber. |
|
| public |
F async getProfile(locale: {countryCode: string, stateCode: string}): Profile Returns a random fake profile. |
|
| public |
F async getZipcodes(locale: {countryCode: string, stateCode: string}): Zipcode Returns a random fake zipcode. |
|
| public |
List of supported countries |
|
| public |
V CREDITCARDS: string[] List of supported credit card brands |
|
| public |
List of supported states per country |
|
| public |
|
|
| public |
T Creditcard: Object |
|
| public |
T Phonenumber: Object<string, string> |
|
| public |
|
|
| public |
|
|
