export interface UpdateCouponRequest { /** * ID of the coupon. */ coupon: string; /** * A JSON object defined by the client. */ metadata?: object; } //# sourceMappingURL=UpdateCouponRequest.d.ts.map