import { DaffLoadAcceptJsFailure } from '@daffodil/authorizenet/state'
Indicates that the AcceptJs library has failed to load
class DaffLoadAcceptJsFailure implements Action {
readonly type: DaffAuthorizeNetActionTypes.LoadAcceptJsFailureAction = DaffAuthorizeNetActionTypes.LoadAcceptJsFailureAction
payload: DaffStateError
}