GitHub

DaffAuthorizeNetInvalidCCExpMonthError

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

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

class DaffAuthorizeNetInvalidCCExpMonthError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_CC_EXP_MONTH
  message: string
}