UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

23 lines 708 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.partyTypeEnumSchema = exports.PartyTypeEnum = void 0; var schema_1 = require("../schema"); /** * Enum for PartyTypeEnum */ var PartyTypeEnum; (function (PartyTypeEnum) { PartyTypeEnum["Delegate"] = "Delegate"; PartyTypeEnum["Joint"] = "Joint"; PartyTypeEnum["Sole"] = "Sole"; })(PartyTypeEnum = exports.PartyTypeEnum || (exports.PartyTypeEnum = {})); /** * Schema for PartyTypeEnum */ exports.partyTypeEnumSchema = (0, schema_1.stringEnum)(PartyTypeEnum); //# sourceMappingURL=partyTypeEnum.js.map