import { DaffCustomerPaymentDeleteSuccess } from '@daffodil/customer-payment/state'
Indicates a successful deletion of one of the currently logged-in customer's payments.
class DaffCustomerPaymentDeleteSuccess<<T extends DaffCustomerPayment = DaffCustomerPayment>> implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentDeleteSuccessAction = DaffCustomerPaymentActionTypes.PaymentDeleteSuccessAction
payload: T[]
}