UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

15 lines (12 loc) 347 B
'use strict'; /** * Enum for coupon duration */ var CouponDuration; (function (CouponDuration) { CouponDuration["ONES"] = "ones"; CouponDuration["REPEATING"] = "repeating"; CouponDuration["FOREVER"] = "forever"; })(CouponDuration || (CouponDuration = {})); var CouponDuration$1 = CouponDuration; module.exports = CouponDuration$1;