UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

9 lines (8 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentType = void 0; var PaymentType; (function (PaymentType) { PaymentType["Credit"] = "credit"; PaymentType["Debit"] = "debit"; })(PaymentType = exports.PaymentType || (exports.PaymentType = {}));