export interface CompleteRefundRequest { /** * ID of the refund. String starting with **refund_**. */ token: `refund_${string}`; } //# sourceMappingURL=CompleteRefundRequest.d.ts.map