import { MockDaffCustomerPaymentEntity } from '@daffodil/customer-payment/state/testing'
Mock class for DaffCustomerPaymentEntity
.
class MockDaffCustomerPaymentEntity extends MockDaffCustomerPayment implements DaffCustomerPaymentEntity {
daffState: DaffState = DaffState.Stable
daffErrors: any[] = []
daffTemp: boolean = false
}