export interface IPaymentCash {
    changeFor: Number;
}
