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