DaffCustomerPaymentListSuccess
Indicates a successful listing of customer payments.
import { DaffCustomerPaymentListSuccess } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentListSuccess<<T extends DaffCustomerPayment = DaffCustomerPayment>> implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentListSuccessAction
payload: T[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCustomerPaymentActionTypes.PaymentListSuccessAction | |
payload | T[] |