UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

42 lines 2.32 kB
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.statementAmountTypeEnumSchema = exports.StatementAmountTypeEnum = void 0; var schema_1 = require("../schema"); /** * Enum for StatementAmountTypeEnum */ var StatementAmountTypeEnum; (function (StatementAmountTypeEnum) { StatementAmountTypeEnum["ArrearsClosingBalance"] = "ArrearsClosingBalance"; StatementAmountTypeEnum["AvailableBalance"] = "AvailableBalance"; StatementAmountTypeEnum["AverageBalanceWhenInCredit"] = "AverageBalanceWhenInCredit"; StatementAmountTypeEnum["AverageBalanceWhenInDebit"] = "AverageBalanceWhenInDebit"; StatementAmountTypeEnum["AverageDailyBalance"] = "AverageDailyBalance"; StatementAmountTypeEnum["BalanceTransferClosingBalance"] = "BalanceTransferClosingBalance"; StatementAmountTypeEnum["CashClosingBalance"] = "CashClosingBalance"; StatementAmountTypeEnum["ClosingBalance"] = "ClosingBalance"; StatementAmountTypeEnum["CreditLimit"] = "CreditLimit"; StatementAmountTypeEnum["CurrentPayment"] = "CurrentPayment"; StatementAmountTypeEnum["DirectDebitPaymentDue"] = "DirectDebitPaymentDue"; StatementAmountTypeEnum["MinimumPaymentDue"] = "MinimumPaymentDue"; StatementAmountTypeEnum["PreviousClosingBalance"] = "PreviousClosingBalance"; StatementAmountTypeEnum["PreviousPayment"] = "PreviousPayment"; StatementAmountTypeEnum["PurchaseClosingBalance"] = "PurchaseClosingBalance"; StatementAmountTypeEnum["StartingBalance"] = "StartingBalance"; StatementAmountTypeEnum["TotalAdjustments"] = "TotalAdjustments"; StatementAmountTypeEnum["TotalCashAdvances"] = "TotalCashAdvances"; StatementAmountTypeEnum["TotalCharges"] = "TotalCharges"; StatementAmountTypeEnum["TotalCredits"] = "TotalCredits"; StatementAmountTypeEnum["TotalDebits"] = "TotalDebits"; StatementAmountTypeEnum["TotalPurchases"] = "TotalPurchases"; })(StatementAmountTypeEnum = exports.StatementAmountTypeEnum || (exports.StatementAmountTypeEnum = {})); /** * Schema for StatementAmountTypeEnum */ exports.statementAmountTypeEnumSchema = (0, schema_1.stringEnum)(StatementAmountTypeEnum); //# sourceMappingURL=statementAmountTypeEnum.js.map