GitHub

DaffAuthorizeNetInvalidCCNameError

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

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

Properties

Name Type Description
code string
message string