allAdders Object
Detailed information about all adders included in the system.
Table of allAdders Object
Value Name | Description | Value Type |
---|---|---|
valueAdders | An array of value adders. | array |
valueAddersList | A list of value adders. | array |
valueAddersCost | The total cost of value adders. | float |
valueAddersCostList | A list of the costs of each value adder. | array |
valueAddersCostAfterFeesList | A list of value adder costs after fees. | array |
systemAdders | An array of system adders. | array |
systemAddersList | A list of system adders. | array |
systemAddersCost | The total cost of system adders. | float |
systemAddersCostList | A list of system adder costs. | array |
soloAdders | Information about solo adders. | string |
soloAddersList | A list of solo adders. | array |
soloNamesAddersList | A list of names for solo adders. | array |
soloAddersCost | The total cost of solo adders. | float |
customAdders | An array of custom adders. | array |
customAddersList | A list of custom adders. | array |
customAddersCost | The total cost of custom adders. | float |
equipmentAdders | An array of equipment adders. | array |
equipmentAddersList | A list of equipment adders. | array |
panelAdderPpw | The price per watt for panel adders. | float |
inverterAdderPpw | The price per watt for inverter adders. | float |
inverterAdderFixedCost | The fixed cost for inverter adders. | string |
equipmentAddersCost | The total cost of equipment adders. | float |
batteryAdders | An array of battery adders. | array |
batteryNames | The names of the battery adders. | string |
batteryQty | The quantity of battery adders. | integer |
batteryCost | The cost of battery adders. | float |
batteryCostAfterFees | The cost of battery adders after fees. | float |
Example of allAdders Object
"allAdders": {
"valueAdders": [
{
"id": 0001,
"qty": 1,
"cost": 500,
"name": "Cellular Modem (solo deals)",
"type": "VALUE",
"active": 1,
"base_cost": 500,
"company_cost": 0,
"offset_value": 0,
"single_price": 500,
"costAfterFees": 500,
"contract_hide_adder": null,
"contract_show_adder_price": null
},
{
"id": 0002,
"qty": 1,
"cost": 300,
"name": "Electrical Engineering Stamp",
"type": "VALUE",
"active": 1,
"base_cost": 300,
"company_cost": 0,
"offset_value": 0,
"single_price": 300,
"costAfterFees": 300,
"contract_hide_adder": null,
"contract_show_adder_price": null
},
{
"id": 0003,
"qty": 1,
"cost": 300,
"name": "Foundation Stamp (solo deals)",
"type": "VALUE",
"active": 1,
"base_cost": 300,
"company_cost": 0,
"offset_value": 0,
"single_price": 300,
"costAfterFees": 300,
"contract_hide_adder": null,
"contract_show_adder_price": null
},
{
"id": 0004,
"qty": 1,
"cost": 300,
"name": "Multiple Arrays",
"type": "VALUE",
"active": 1,
"base_cost": 300,
"company_cost": 0,
"offset_value": 0,
"single_price": 300,
"costAfterFees": 300,
"contract_hide_adder": null,
"contract_show_adder_price": null
}
],
"valueAddersList": [
"Cellular Modem (solo deals)",
"Electrical Engineering Stamp",
"Foundation Stamp (solo deals)",
"Multiple Arrays"
],
"valueAddersCost": 1400,
"valueAddersCostList": [
500,
300,
300,
300
],
"valueAddersCostAfterFeesList": [
500,
300,
300,
300
],
"systemAdders": [],
"systemAddersList": [],
"systemAddersCost": 0,
"systemAddersCostList": [],
"soloAdders": null,
"soloAddersList": [],
"soloNamesAddersList": [],
"soloAddersCost": 0,
"customAdders": [],
"customAddersList": [],
"customAddersCost": 0,
"equipmentAdders": [],
"equipmentAddersList": [],
"panelAdderPpw": null,
"inverterAdderPpw": 0,
"inverterAdderFixedCost": "0.00",
"equipmentAddersCost": 0,
"batteryAdders": [],
"batteryNames": "",
"batteryQty": 0,
"batteryCost": 0,
"batteryCostAfterFees": 0
}
Updated 3 months ago