UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

18 lines 524 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { stringEnum } from '../schema'; /** * Enum for AddressTypeEnum */ export var AddressTypeEnum; (function (AddressTypeEnum) { AddressTypeEnum["DeliveryTo"] = "DeliveryTo"; })(AddressTypeEnum || (AddressTypeEnum = {})); /** * Schema for AddressTypeEnum */ export const addressTypeEnumSchema = stringEnum(AddressTypeEnum); //# sourceMappingURL=addressTypeEnum.js.map