GitHub

DaffAuthorizeNetInvalidPostalCodeError

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

An error thrown when the postal code is invalid. It should be no more than 20 characters in length.

class DaffAuthorizeNetInvalidPostalCodeError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_POSTAL_CODE
  message: string
}