UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

19 lines (18 loc) 463 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 AuthorisationTypeEnum */ export declare enum AuthorisationTypeEnum { Contactless = "Contactless", None = "None", PIN = "PIN" } /** * Schema for AuthorisationTypeEnum */ export declare const authorisationTypeEnumSchema: Schema<AuthorisationTypeEnum>;