operational_days
: 0 - Sunday, 7 - Saturdayoperational_hours
: business hours (during business days) in UTC- what about currencies (since some of these can accept more than one currency?)
Last active
May 19, 2017 05:50
-
-
Save ramontayag/e4d8bfcce0e9191a6e2ea227d37728aa to your computer and use it in GitHub Desktop.
Stellar TOML for forwarders
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
[[FORWARD]] | |
code = "SWIFTCODE" | |
completion_estimate_in_seconds = 900 | |
name = "BDO Unibank" | |
operational_days = [1, 2, 3, 4, 5] | |
operational_hours = ["0100-0400", "0500-1000"] | |
type = "bank" | |
[[FORWARD]] | |
code = "WEMAKETHISUP" # since there is no standard for these cash pick up centers | |
completion_estimate_in_seconds = 10000 | |
name = "LBCExpress" | |
operational_days = [0, 1, 2, 3, 5, 6] | |
operational_hours = ["0100-0400", "0500-1000"] | |
type = "remittance_center" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment