export interface RetrieveCouponRequest { /** * ID of the coupon. */ coupon: string; } //# sourceMappingURL=RetrieveCouponRequest.d.ts.map