export interface IIFoodPaymentMethodCash {
    description?: string;
    changeFor: number;
}
