import { DaffAuthorizeNetUpdatePaymentSuccess } from '@daffodil/authorizenet/state'
An action triggered upon successfully updating the payment method.
class DaffAuthorizeNetUpdatePaymentSuccess implements Action {
readonly type: DaffAuthorizeNetActionTypes.UpdatePaymentSuccessAction = DaffAuthorizeNetActionTypes.UpdatePaymentSuccessAction
}