UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

18 lines (17 loc) 428 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** * Enum for ScheduledTypeEnum */ export declare enum ScheduledTypeEnum { Arrival = "Arrival", Execution = "Execution" } /** * Schema for ScheduledTypeEnum */ export declare const scheduledTypeEnumSchema: Schema<ScheduledTypeEnum>;