DaffAuthorizeNetInvalidCCNumberError
An error thrown when the credit card number is invalid.
import { DaffAuthorizeNetInvalidCCNumberError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetInvalidCCNumberError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |