{
    "rest": true,
    "allowMapping": true,
    "type": "subscriptionplan",
    "id": "subscriptionplan",
    "criteria": "subscriptionplan",
    "select": "",
    "where": "",
    "inner": "",
    "mapping": {
        "title": "itemId",
        "displayname": "displayName",
        "subsidiary": "subsidiary",
        "department": "department",
        "location": "location",
        "classification": "class",
        "isinactive": "isInactive",
        "created_at": "createdDate",
        "includechildren": "includeChildren",
        "description": "description",
        "incomeaccount": "incomeAccount",
        "initialterm": "initialTerm"
    },
    "dependencies": {
        "billingaccount": {
            "name": "Billing Accounts",
            "model": "BillingAccount",
            "path": "/src/Domain/BillingAccounts/Data/criteria.json"
        },
        "department": {
            "name": "Departments",
            "model": "Department",
            "path": "/src/Domain/Departments/Data/criteria.json"
        },
        "classification": {
            "name": "Classifications",
            "model": "Classification",
            "path": "/src/Domain/Classifications/Data/criteria.json"
        },
        "billingschedule": {
            "name": "Billing Schedules",
            "model": "BillingSchedule",
            "path": "/src/Domain/BillingSchedules/Data/criteria.json"
        },
        "pricebook": {
            "name": "Price Books",
            "model": "PriceBook",
            "path": "/src/Domain/PriceBooks/Data/criteria.json"
        }
    }
}
