import { MockDaffCustomerPaymentRequest } from '@daffodil/customer-payment/testing'
Mock class for DaffCustomerPaymentRequest
.
class MockDaffCustomerPaymentRequest extends MockPaymentRequest implements DaffCustomerPaymentRequest {
address: DaffCustomerAddress = this.addressFactory.create()
default: faker.datatype.boolean() = faker.datatype.boolean()
nickname: faker.random.word() = faker.random.word()
owner: faker.name.fullName() = faker.name.fullName()
}