Business Class

Summary

A collection of Business related resources.
Namespace
Faker
Base Types
  • object
graph TD Base0["object"]-->Type Type["Business"] class Type type-node

Syntax

public static class Business

Remarks

The resources are acquired by satellite assemblies matching the current thread's System.Globalization.CultureInfo. If no matching satellite assembly is found, the english version is used.

Methods

Name Value Summary
CreditCardExpiryDate() DateTime
Generates a random credit card expiration date.
static
CreditCardNumber() string
Generates a random Credit card number.
static
CreditCardType() string
Generates a random credit card type.
static
NationalInsuranceNumber() string
Generates a random National insurance number.
static
GitHub