Lease-To-Own Purchase OptionsLearn more
Component Name: Financing
Component Props value example :
JSON
"Financing": {
"showLease": true,
}
Monetate change content example:
JSON
// this change will make the lease-to-own section hidden
{
"action": "replace",
"source": false,
"actionDest": "pageData",
"selector": "Financing.showLease"
}