GitHub

DaffAuthorizeNetUpdatePaymentSuccess

An action triggered upon successfully updating the payment method.

import { DaffAuthorizeNetUpdatePaymentSuccess } from '@daffodil/authorizenet/state'
class DaffAuthorizeNetUpdatePaymentSuccess implements Action {
  readonly type: DaffAuthorizeNetActionTypes.UpdatePaymentSuccessAction
}

Properties

Name Type Description
type DaffAuthorizeNetActionTypes.UpdatePaymentSuccessAction