GitHub

DaffCustomerPaymentUpdateSuccess

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

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

Properties

Name Type Description
type DaffCustomerPaymentActionTypes.PaymentUpdateSuccessAction
payload T[]