export interface IIFoodOrderPaymentMethodWallet {
    description?: string;
    name: string;
}
