| Package | Description |
|---|---|
| dev.codesoapbox.dummy4j.dummies.finance |
| Modifier and Type | Method and Description |
|---|---|
CreditCardBuilder |
FinanceDummy.creditCardBuilder()
Provides a builder for a random credit cards created according to customisable parameters.
|
CreditCardBuilder |
CreditCardBuilder.withoutNumberFormatting()
Removes formatting from the generated credit card number - only digits will remain
|
CreditCardBuilder |
CreditCardBuilder.withProvider(CreditCardProvider provider)
Sets the provider for which the credit card number will be generated
|
CreditCardBuilder |
CreditCardBuilder.withRandomProvider()
Sets a provider for which the number will be generated to one that is chosen at random
from the
CreditCardProvider enum. |
CreditCardBuilder |
CreditCardBuilder.withRandomProvider(CreditCardProvider... providers)
Sets the provider for which the number will be generated to one that is randomly chosen from provided arguments.
|
Copyright © 2021. All rights reserved.