sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
19 lines (18 loc) • 475 B
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 TimeframeResponseInvalid
*/
interface TimeframeResponseInvalid {
Date?: string;
Error?: Error1;
RequestId?: string;
}
export declare class TimeframeResponseInvalidError extends ApiError<TimeframeResponseInvalid> {
}
export {};