You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/t/lib/NGCP/Test/ReferenceData/billingprofiles.json

23 lines
562 B

[
{
"name": "system billingprofile",
"type": "billingprofiles",
"depends": [],
"data": {
"handle": "ref_sys_billprof_${sid}",
"name": "ref_sys_billprof_${sid}",
"reseller_id": 1
}
},
{
"name": "customer billingprofile",
"type": "billingprofiles",
"depends": [ "reseller" ],
"data": {
"reseller_id" : "${reseller}",
"handle": "ref_cust_billprof_${sid}",
"name": "ref_cust_billprof_${sid}"
}
}
]