export interface DisableWalletRequest { /** * ID of the Rapyd Wallet. String starting with **ewallet_**. Required when `phone number` is not used. */ ewallet?: `ewallet_${string}`; /** * Phone number of the Rapyd Wallet in E.164 format. Required when `ewallet` field is not used. */ phone_number?: string; } //# sourceMappingURL=DisableWalletRequest.d.ts.map