export interface ListRefundsByPaymentIDRequest { /** * ID of the payment. String starting with **payment_**. */ payment: `payment_${string}`; } //# sourceMappingURL=ListRefundsByPaymentIDRequest.d.ts.map