pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
21 lines (20 loc) • 559 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 StatementInterestTypeEnum
*/
export declare enum StatementInterestTypeEnum {
BalanceTransfer = "BalanceTransfer",
Cash = "Cash",
EstimatedNext = "EstimatedNext",
Purchase = "Purchase",
Total = "Total"
}
/**
* Schema for StatementInterestTypeEnum
*/
export declare const statementInterestTypeEnumSchema: Schema<StatementInterestTypeEnum>;