Created
March 6, 2019 16:28
-
-
Save tpv-ebben/ca624183a03dda8e980053144413a0ac 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" | |
}, | |
"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