GitHub

DaffCustomerPaymentAddSuccess

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

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

Properties

Name Type Description
type DaffCustomerPaymentActionTypes.PaymentAddSuccessAction
payload T[]