UNPKG

@lomi./sdk

Version:
11 lines (10 loc) 364 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export var PaymentLinkType; (function (PaymentLinkType) { PaymentLinkType["PRODUCT"] = "product"; PaymentLinkType["PLAN"] = "plan"; PaymentLinkType["INSTANT"] = "instant"; })(PaymentLinkType || (PaymentLinkType = {}));