UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

20 lines 574 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 PartyTypeEnum */ export var PartyTypeEnum; (function (PartyTypeEnum) { PartyTypeEnum["Delegate"] = "Delegate"; PartyTypeEnum["Joint"] = "Joint"; PartyTypeEnum["Sole"] = "Sole"; })(PartyTypeEnum || (PartyTypeEnum = {})); /** * Schema for PartyTypeEnum */ export const partyTypeEnumSchema = stringEnum(PartyTypeEnum); //# sourceMappingURL=partyTypeEnum.js.map