sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
20 lines (16 loc) • 448 B
text/typescript
/**
* 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> {}