UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

20 lines (19 loc) 397 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** * Enum for CurrencyEnum */ export declare enum CurrencyEnum { EUR = "EUR", GBP = "GBP", USD = "USD", CNY = "CNY" } /** * Schema for CurrencyEnum */ export declare const currencyEnumSchema: Schema<CurrencyEnum>;