GitHub

DaffCustomerPaymentDelete

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

Deletes one of the currently logged-in customer's payments.

class DaffCustomerPaymentDelete implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentDeleteAction = DaffCustomerPaymentActionTypes.PaymentDeleteAction
  paymentId: string
}