Created
May 29, 2017 15:34
-
-
Save anonymous/9aae375ad621649257bb0740b43632ae to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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