Skip to content

Instantly share code, notes, and snippets.

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