GitHub

DaffCustomerPaymentDelete

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

import { DaffCustomerPaymentDelete } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentDelete implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentDeleteAction
  paymentId: DaffCustomerPayment['id']
}

Properties

Name Type Description
type DaffCustomerPaymentActionTypes.PaymentDeleteAction
paymentId DaffCustomerPayment['id']