export interface IOrderPaymentCash {
    changeFor: number;
}
