import { DaffAuthorizeNetInvalidCCNumberError } from '@daffodil/authorizenet/driver'
An error thrown when the credit card number is invalid.
class DaffAuthorizeNetInvalidCCNumberError extends DaffInheritableError implements DaffError {
readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_CC_NUMBER
message: string
}