GitHub

DaffAuthorizeNetInvalidCCNameError

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

An error thrown when the cardholder name is invalid. It should be no more than 64 characters in length.

class DaffAuthorizeNetInvalidCCNameError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_CC_NAME
  message: string
}