UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

21 lines 664 B
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.addressTypeEnumSchema = exports.AddressTypeEnum = void 0; var schema_1 = require("../schema"); /** * Enum for AddressTypeEnum */ var AddressTypeEnum; (function (AddressTypeEnum) { AddressTypeEnum["DeliveryTo"] = "DeliveryTo"; })(AddressTypeEnum = exports.AddressTypeEnum || (exports.AddressTypeEnum = {})); /** * Schema for AddressTypeEnum */ exports.addressTypeEnumSchema = (0, schema_1.stringEnum)(AddressTypeEnum); //# sourceMappingURL=addressTypeEnum.js.map