GitHub

DaffAuthorizeNetInvalidCCExpYearError

import { DaffAuthorizeNetInvalidCCExpYearError } from '@daffodil/authorizenet/driver'

An error thrown when the credit card expiration year is invalid.

class DaffAuthorizeNetInvalidCCExpYearError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_CC_EXP_YEAR
  message: string
}