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