Created
March 6, 2019 16:32
-
-
Save tpv-ebben/437b389f2450ac268aef32601eda2eb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[ | |
[ | |
{ | |
"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