pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
19 lines (18 loc) • 421 B
TypeScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema';
/**
* Enum for PartyTypeEnum
*/
export declare enum PartyTypeEnum {
Delegate = "Delegate",
Joint = "Joint",
Sole = "Sole"
}
/**
* Schema for PartyTypeEnum
*/
export declare const partyTypeEnumSchema: Schema<PartyTypeEnum>;