DaffCustomerPaymentReducersState
The feature state for customer.
import { DaffCustomerPaymentReducersState } from '@daffodil/customer-payment/state'
interface DaffCustomerPaymentReducersState<TPayment extends DaffCustomerPayment = DaffCustomerPayment> {
payment: DaffCustomerPaymentReducerState
paymentEntities: DaffOperationEntityState<TPayment>
}
Properties
Name | Type | Description |
---|---|---|
payment | DaffCustomerPaymentReducerState | |
paymentEntities | DaffOperationEntityState<TPayment> |