()
| 13 | } |
| 14 | |
| 15 | public String creditCardType() { |
| 16 | return faker.fakeValuesService().resolve("business.credit_card_types", this, faker); |
| 17 | } |
| 18 | |
| 19 | public String creditCardExpiry() { |
| 20 | return faker.fakeValuesService().resolve("business.credit_card_expiry_dates", this, faker); |
nothing calls this directly
no test coverage detected