export interface IOrderPaymentCash {
    changeFor: Number;
}
