export interface UpdateRefundRequest { /** * ID of the 'refund' object you want to update. String starting with **refund_**. */ refund: `refund_${string}`; /** * A JSON object defined by the client. */ metadata?: object; } //# sourceMappingURL=UpdateRefundRequest.d.ts.map