Skip to content

Instantly share code, notes, and snippets.

@tpv-ebben
Created March 6, 2019 16:28
Show Gist options
  • Save tpv-ebben/ca624183a03dda8e980053144413a0ac to your computer and use it in GitHub Desktop.
Save tpv-ebben/ca624183a03dda8e980053144413a0ac to your computer and use it in GitHub Desktop.
[
[
[
{
"LOOKUP": "product.fuel_raw"
},
"NE",
"dual"
],
"AND",
[
{
"LOOKUP": "account.state"
},
"IN",
[
"OH"
]
]
],
"AND",
[
[
{
"LOOKUP": "product.term"
},
"EQ",
36
],
"AND",
[
{
"IS-EMPTY": {
"LOOKUP": "product.cancellation_fee"
}
},
"NE",
"true"
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment