class CommerceFaker: Any
Fields
Name | Description |
---|---|
val bank: Bank
|
|
val barcode: Barcode
|
|
val beer: Beer
|
|
val business: Business
|
|
val cannabis: Cannabis
|
|
val code: Code
|
|
val coffee: Coffee
|
|
val commerce: Commerce
|
|
val company: Company
|
|
val construction: Construction
|
|
val dessert: Dessert
|
|
val finance: Finance
|
|
val food: Food
|
|
val house: House
|
|
val industrySegments: IndustrySegments
|
|
val marketing: Marketing
|
|
val restaurant: Restaurant
|
|
val stripe: Stripe
|
|
val subscription: Subscription
|
|
val tea: Tea
|
Constructors
<init>
constructor(config: FakerConfig)
Provides access to fake data generators within the Commerce domain.
Each category (generator) from this CommerceFaker is represented by a property
that (usually) has the same name as the .yml
dictionary file.
Parameters
Name | Description |
---|---|
config: FakerConfig
|
Provides access to fake data generators within the Commerce domain.
Each category (generator) from this CommerceFaker is represented by a property that (usually) has the same name as the
.yml
dictionary file.