export interface UpdateSubscriptionRequest { /** * ID of the subscription. String starting with **sub_**. */ subscription: object; /** * A JSON object defined by the client. */ metadata?: object; } //# sourceMappingURL=UpdateSubscriptionRequest.d.ts.map