UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

20 lines (16 loc) 452 B
/** * 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 class TimeframeResponseInvalidError extends ApiError<TimeframeResponseInvalid> {}