import { DaffCustomerPaymentEntityFactory } from '@daffodil/customer-payment/state/testing'
Model factory for DaffCustomerPaymentEntity
.
@Injectable()
class DaffCustomerPaymentEntityFactory extends DaffModelFactory<DaffCustomerPaymentEntity> {
override
create<T extends DaffCustomerPayment = DaffCustomerPayment>(partial?: Partial<DaffOperationEntity<DaffCustomerPayment<unknown>>> & Exclude<T, DaffOperationEntity<DaffIdentifiable>>): DaffCustomerPaymentEntity<T>
}
Parameter | partial: Partial<DaffOperationEntity<DaffCustomerPayment |
---|---|
Description |