UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

19 lines (18 loc) 487 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 DeliverydateResponseInvalid */ interface DeliverydateResponseInvalid { Date?: string; Error?: Error1; RequestId?: string; } export declare class DeliverydateResponseInvalidError extends ApiError<DeliverydateResponseInvalid> { } export {};