UNPKG
@coursebuilder/commerce-next
Version:
canary (0.2.11-canary.0.1de808999)
latest (0.2.13)
0.2.13
0.2.12
0.2.11
0.2.11-canary.0.f5813d93c
0.2.11-canary.0.9db893ed1
0.2.11-canary.0.942b017e4
0.2.11-canary.0.818b19d7a
0.2.11-canary.0.5aa1ccf85
0.2.11-canary.0.25a02be01
0.2.11-canary.0.1de808999
0.2.11-canary.0.0c9beb2ae
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Commerce Functionality for Course Builder with Next.js
@coursebuilder/commerce-next
/
dist
/
utils
/
redeem-full-price-coupon.d.ts
7 lines
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
redeemFullPriceCoupon
(
{ email, couponId, productIds, sendEmail, }: { email:
string
; couponId:
string
; productIds:
string
[]; sendEmail?:
boolean
; }
):
Promise
<
any
>;
//# sourceMappingURL=redeem-full-price-coupon.d.ts.map