Skip to content

Polyjuice Fakers

Yan Justino edited this page Jan 2, 2020 · 7 revisions

(*) scope - (P) property / (M) Method

Address

the number of a building and the name of the street, city, etc. where it is

Type S* Field Description
string P State State name
string P StateAbbr State abbreviation
string P ZipCode Zip Code
string P BuildingNumber Number
string P Location Location

Bank

a place where you can keep or borrow money

Type S* Field Description
string P CardNumber CardNumber
string P CardExpiryDate State abbreviation
string P CardType Zip Code
string M Iban Number

Company

an organization that sells things or services

Type S* Field Description
string P CompanyName Company Name

Conference

a large meeting, often lasting a few days, where people talk about a subject

Type S* Field Description
string P Title Conference Title

Country

an area of land that has its own government, army, etc.

Type S* Field Description
string P Name Country Name
string P Code Country Code

Gender

the state of being...

Type S* Field Description
string P Random male, female, non-binary, agender, androgyne, bi-gender and pan-gender"
string P Binary male female

Geolocation

technology that shows the place where you are when using the internet or a mobile phone

Type S* Field Description
double P Latitude Latitude
double P Longitude Longitude

Identification

an official document that shows or proves who you are

Type S* Field Description
string P DriversLicense Drivers License
string P Ssn SSN
string P Ethnicity Ethnicity

Internet

a system that connects computers around the world so you can share information with other people

Type S* Field Description
string P HttpUri Http Uri
string P DomainName Domain Name
string P IpV4 IPV4
string M Uri(string protocol)
string M Email(string name)
string P DisposableEmail(string name)

Job

the work that you do in order to get money

Type S* Field Description
string P Title Job Title

Locale

Type S* Field Description
string P Language Language
string P LanguageCode Language Code

Lorem

Type S* Field Description
string M Word() Word
string M Words(size=3) Words
string M Sentence(int size = 4) Sentence
string M Sentences(int size = 3) Sentences
string M Paragraph(size=3) Paragraph
string M Paragraphs(size=3) Paragraphs
string M Characters(size=255) Characters

Name

the word or words that a person, thing, or place is known by:

Type S* Field Description
string P FirstName First Name
string P LastName Last Name
string P FullName Full Name
string P NameWithPrefix Name With Prefix

Phone

a device that uses either a system of wires along which electrical signals are sent or a system of radio signals to make it possible for you to speak to someone in another place who has a similar device:

Type S* Field Description
string P Number Phone Number
string P ShortPhoneNumber Short Phone Number
string M Imei() IMEI

Price

the amount of money for which something is sold:

Type S* Field Description
decimal P Value Value

Product

something that is made to be sold, usually something that is produced by an industrial process or, less commonly, something that is grown or obtained through farming:

Type S* Field Description
string P Name Name

Vehicle

a machine, usually with wheels and an engine, used for transporting people or goods on land, especially on roads:

Type S* Field Description
string P Make Make
string P Model Model
string P Trim Trim

References:

https://dictionary.cambridge.org/

Clone this wiki locally