pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
21 lines (20 loc) • 531 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 OfferTypeEnum
*/
export declare enum OfferTypeEnum {
BalanceTransfer = "BalanceTransfer",
LimitIncrease = "LimitIncrease",
MoneyTransfer = "MoneyTransfer",
Other = "Other",
PromotionalRate = "PromotionalRate"
}
/**
* Schema for OfferTypeEnum
*/
export declare const offerTypeEnumSchema: Schema<OfferTypeEnum>;