pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
19 lines (18 loc) • 467 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 CreditLineTypeEnum
*/
export declare enum CreditLineTypeEnum {
PreAgreed = "Pre-Agreed",
Emergency = "Emergency",
Temporary = "Temporary"
}
/**
* Schema for CreditLineTypeEnum
*/
export declare const creditLineTypeEnumSchema: Schema<CreditLineTypeEnum>;