{
    "hotel": {
        "initial_cash": 0.0,
        "brute_income": 0.0,
        "cash_withdrawn": 0.0,
        "next_initial_cash": 0.0,

        "incomes_per_method": {
            "Efectivo" : {
                "expected_balance" : 0.0,
                "cash_count" : 0.0,
                "balance_shortfall" : 0.0,
                "balance_shortfall_reason" : ""
            },

            "PAYMENT_METHOD_NAME_N" : {
                "total_vouchers" : 1,
                "expected_balance" : 0.0,
                "cash_count" : 0.0,
                "balance_shortfall" : 0.0,
                "balance_shortfall_reason" : ""
            }
        }
    },
    "restaurant": {
        "initial_cash": 0.0,
        "brute_income": 0.0,
        "cash_withdrawn": 0.0,
        "next_initial_cash": 0.0,

        "incomes_per_method": {
            "Efectivo" : {
                "expected_balance" : 0.0,
                "cash_count" : 0.0,
                "balance_shortfall" : 0.0,
                "balance_shortfall_reason" : ""
            },

            "PAYMENT_METHOD_NAME_N" : {
                "total_vouchers" : 1,
                "expected_balance" : 0.0,
                "cash_count" : 0.0,
                "balance_shortfall" : 0.0,
                "balance_shortfall_reason" : ""
            }
        }
    },
    "mini_shop": {
        "initial_cash": 0.0,
        "brute_income": 0.0,
        "cash_withdrawn": 0.0,
        "next_initial_cash": 0.0,

        "incomes_per_method": {
            "Efectivo" : {
                "expected_balance" : 0.0,
                "cash_count" : 0.0,
                "balance_shortfall" : 0.0,
                "balance_shortfall_reason" : ""
            },

            "PAYMENT_METHOD_NAME_N" : {
                "total_vouchers" : 1,
                "expected_balance" : 0.0,
                "cash_count" : 0.0,
                "balance_shortfall" : 0.0,
                "balance_shortfall_reason" : ""
            }
        }
    }
}
