export interface ReleaseOnHoldFundsRequest { /** * Amount of the transfer. Decimal. */ amount: number; /** * Three-letter ISO 4217 code for the currency used in the `amount` field. Uppercase. */ currency: string; /** * ID of the wallet associated with the contact. String starting with **ewallet_**. */ ewallet: `ewallet_${string}`; } //# sourceMappingURL=ReleaseOnHoldFundsRequest.d.ts.map