Finance Product Object

Detailed information about the financing product used in a solar power system purchase.

Table of Finance Product Object

Value NameDescriptionValue Type
idA unique identifier for the finance product.string
nameThe name of the finance product.string
pluginThe name of the plugin associated with this finance product.string
statesA list of states where this finance product is applicable or available.array
statusThe current status of the finance product.string
methodIdAn identifier for the financing method used.string
createdAtThe timestamp when this finance product was created.string
updatedAtThe timestamp when this finance product was last updated.string
termMonthsThe duration of the finance product in months.integer
customFieldsA container for additional custom fields associated with this finance product.object
originalNameThe original name of the finance product.string
financeMethodThe method of financing used.string
dealerFeePercentThe percentage fee charged by the dealer for this finance product.float
financeMethodNameThe name for the finance method.string
originalDealerFeePercentThe original dealer fee percentage, which may be used for historical or comparison purposes.float

Example of Finance Product Object

"financeProduct": {
						"id": "132abc65-a12b-1a2b-b96d-0545c85e8366",
						"name": "One-time Cash Payment",
						"plugin": "CashFinancePlugin",
						"states": [],
						"status": "ACTIVE",
						"methodId": "CashFinancePlugin",
						"createdAt": "2024-02-01T21:45:49.000Z",
						"updatedAt": "2024-02-01T21:45:49.000Z",
						"termMonths": 0,
						"customFields": {
							"states": {
								"value": []
							}
						},
						"originalName": "One-time Cash Payment",
						"financeMethod": "CashFinancePlugin",
						"dealerFeePercent": 0,
						"financeMethodName": "Cash Finance",
						"originalDealerFeePercent": 0
					}