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