UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

28 lines 1.29 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.statementDateTimeTypeEnumSchema = exports.StatementDateTimeTypeEnum = void 0; var schema_1 = require("../schema"); /** * Enum for StatementDateTimeTypeEnum */ var StatementDateTimeTypeEnum; (function (StatementDateTimeTypeEnum) { StatementDateTimeTypeEnum["BalanceTransferPromoEnd"] = "BalanceTransferPromoEnd"; StatementDateTimeTypeEnum["DirectDebitDue"] = "DirectDebitDue"; StatementDateTimeTypeEnum["LastPayment"] = "LastPayment"; StatementDateTimeTypeEnum["LastStatement"] = "LastStatement"; StatementDateTimeTypeEnum["NextStatement"] = "NextStatement"; StatementDateTimeTypeEnum["PaymentDue"] = "PaymentDue"; StatementDateTimeTypeEnum["PurchasePromoEnd"] = "PurchasePromoEnd"; StatementDateTimeTypeEnum["StatementAvailable"] = "StatementAvailable"; })(StatementDateTimeTypeEnum = exports.StatementDateTimeTypeEnum || (exports.StatementDateTimeTypeEnum = {})); /** * Schema for StatementDateTimeTypeEnum */ exports.statementDateTimeTypeEnumSchema = (0, schema_1.stringEnum)(StatementDateTimeTypeEnum); //# sourceMappingURL=statementDateTimeTypeEnum.js.map