GitHub

DaffAuthorizeNetInvalidCCExpYearError

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

import { DaffAuthorizeNetInvalidCCExpYearError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetInvalidCCExpYearError extends DaffInheritableError implements DaffError {
  readonly code: string
  message: string
}

Properties

Name Type Description
code string
message string