export interface RetrieveRefundRequest { /** * ID of the 'refund' object you want to retrieve. String starting with **refund_**. */ refund: `refund_${string}`; } //# sourceMappingURL=RetrieveRefundRequest.d.ts.map