GitHub

DaffCustomerPaymentListSuccess

import { DaffCustomerPaymentListSuccess } from '@daffodil/customer-payment/state'

Indicates a successful listing of customer payments.

class DaffCustomerPaymentListSuccess<<T extends DaffCustomerPayment = DaffCustomerPayment>>  implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentListSuccessAction = DaffCustomerPaymentActionTypes.PaymentListSuccessAction
  payload: T[]
}