/**
 * PostNL Ecommerce APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */

import { ApiError } from '../core';
import { Error1 } from '../models/error1';

/**
 * Creates an instance of CheckoutResponseInvalid
 */
interface CheckoutResponseInvalid {
  Date?: string;
  Error?: Error1;
  RequestId?: string;
}

export class CheckoutResponseInvalidError extends ApiError<CheckoutResponseInvalid> {}
