pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
39 lines • 2.16 kB
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { stringEnum } from '../schema';
/**
* Enum for StatementAmountTypeEnum
*/
export 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 || (StatementAmountTypeEnum = {}));
/**
* Schema for StatementAmountTypeEnum
*/
export const statementAmountTypeEnumSchema = stringEnum(StatementAmountTypeEnum);
//# sourceMappingURL=statementAmountTypeEnum.js.map