DaffAuthorizeNetInvalidPostalCodeError
An error thrown when the postal code is invalid. It should be no more than 20 characters in length.
import { DaffAuthorizeNetInvalidPostalCodeError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetInvalidPostalCodeError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |