Skip to content

Instantly share code, notes, and snippets.

Created May 29, 2017 15:34
Show Gist options
  • Save anonymous/9aae375ad621649257bb0740b43632ae to your computer and use it in GitHub Desktop.
Save anonymous/9aae375ad621649257bb0740b43632ae to your computer and use it in GitHub Desktop.
const platform = {
batchCutOff: [
{
transactionFrom: {hh: '20', mm: '20'},
transactionTo: {hh: '20', mm: '20'},
platform: 'north'
},
{
transactionFrom: {hh: '20', mm: '20'},
transactionTo: {hh: '20', mm: '20'},
platform: 'west'
}
],
amexTransactionsSize: [
{
lessThan: 10,
platform: 'east'
},
{
moreThan: 10,
platform: 'hyist'
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment