Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit d6590f8

Browse files
author
nobody
committed
JSON Schema Update
1 parent 4c46c87 commit d6590f8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/v3/transfer_between_accounts/receive.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
"real\\svg_ez_usd"
7777
]
7878
},
79+
"landing_company_short": {
80+
"description": "Landing company shortcode of the Trading account.",
81+
"type": "string"
82+
},
7983
"loginid": {
8084
"description": "Account identifier used for system transfers.",
8185
"type": "string",
@@ -109,6 +113,16 @@
109113
"poa_failed"
110114
]
111115
},
116+
"sub_account_type": {
117+
"description": "Sub account type",
118+
"type": "string",
119+
"enum": [
120+
"financial",
121+
"financial_stp",
122+
"standard",
123+
"swap_free"
124+
]
125+
},
112126
"transfers": {
113127
"description": "Type of transfers allowed between the account and the currently authorized account.",
114128
"type": "string",

0 commit comments

Comments
 (0)