UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

17 lines (16 loc) 395 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 AddressTypeEnum */ export declare enum AddressTypeEnum { DeliveryTo = "DeliveryTo" } /** * Schema for AddressTypeEnum */ export declare const addressTypeEnumSchema: Schema<AddressTypeEnum>;