GitHub

DaffCustomerPaymentDeleteSuccess

Indicates a successful deletion of one of the currently logged-in customer's payments.

import { DaffCustomerPaymentDeleteSuccess } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentDeleteSuccess<<T extends DaffCustomerPayment = DaffCustomerPayment>>  implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentDeleteSuccessAction
  payload: T[]
}

Properties

Name Type Description
type DaffCustomerPaymentActionTypes.PaymentDeleteSuccessAction
payload T[]