File tree Expand file tree Collapse file tree 2 files changed +48
-6
lines changed Expand file tree Collapse file tree 2 files changed +48
-6
lines changed Original file line number Diff line number Diff line change 7283872838 "treasury_outbound_payments_resource_us_domestic_wire_tracking_details": {
7283972839 "description": "",
7284072840 "properties": {
72841+ "chips": {
72842+ "description": "CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
72843+ "maxLength": 5000,
72844+ "nullable": true,
72845+ "type": "string"
72846+ },
7284172847 "imad": {
7284272848 "description": "IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
7284372849 "maxLength": 5000,
72850+ "nullable": true,
7284472851 "type": "string"
7284572852 },
7284672853 "omad": {
7285172858 }
7285272859 },
7285372860 "required": [
72861+ "chips",
7285472862 "imad",
7285572863 "omad"
7285672864 ],
7305073058 "treasury_outbound_transfers_resource_us_domestic_wire_tracking_details": {
7305173059 "description": "",
7305273060 "properties": {
73061+ "chips": {
73062+ "description": "CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
73063+ "maxLength": 5000,
73064+ "nullable": true,
73065+ "type": "string"
73066+ },
7305373067 "imad": {
7305473068 "description": "IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
7305573069 "maxLength": 5000,
73070+ "nullable": true,
7305673071 "type": "string"
7305773072 },
7305873073 "omad": {
7306373078 }
7306473079 },
7306573080 "required": [
73081+ "chips",
7306673082 "imad",
7306773083 "omad"
7306873084 ],
@@ -203459,6 +203475,11 @@
203459203475 "us_domestic_wire": {
203460203476 "description": "US domestic wire network tracking details.",
203461203477 "properties": {
203478+ "chips": {
203479+ "description": "CHIPS System Sequence Number (SSN) for funds sent over the `us_domestic_wire` network.",
203480+ "maxLength": 5000,
203481+ "type": "string"
203482+ },
203462203483 "imad": {
203463203484 "description": "IMAD for funds sent over the `us_domestic_wire` network.",
203464203485 "maxLength": 5000,
@@ -203811,6 +203832,11 @@
203811203832 "us_domestic_wire": {
203812203833 "description": "US domestic wire network tracking details.",
203813203834 "properties": {
203835+ "chips": {
203836+ "description": "CHIPS System Sequence Number (SSN) for funds sent over the `us_domestic_wire` network.",
203837+ "maxLength": 5000,
203838+ "type": "string"
203839+ },
203814203840 "imad": {
203815203841 "description": "IMAD for funds sent over the `us_domestic_wire` network.",
203816203842 "maxLength": 5000,
Original file line number Diff line number Diff line change 5033350333 "treasury_outbound_payments_resource_us_domestic_wire_tracking_details": {
5033450334 "description": "",
5033550335 "properties": {
50336+ "chips": {
50337+ "description": "CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
50338+ "maxLength": 5000,
50339+ "nullable": true,
50340+ "type": "string"
50341+ },
5033650342 "imad": {
5033750343 "description": "IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.",
5033850344 "maxLength": 5000,
50345+ "nullable": true,
5033950346 "type": "string"
5034050347 },
5034150348 "omad": {
5034550352 "type": "string"
5034650353 }
5034750354 },
50348- "required": [
50349- "imad"
50350- ],
5035150355 "title": "TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails",
5035250356 "type": "object",
5035350357 "x-expandableFields": []
5048050484 "treasury_outbound_transfers_resource_us_domestic_wire_tracking_details": {
5048150485 "description": "",
5048250486 "properties": {
50487+ "chips": {
50488+ "description": "CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
50489+ "maxLength": 5000,
50490+ "nullable": true,
50491+ "type": "string"
50492+ },
5048350493 "imad": {
5048450494 "description": "IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.",
5048550495 "maxLength": 5000,
50496+ "nullable": true,
5048650497 "type": "string"
5048750498 },
5048850499 "omad": {
5049250503 "type": "string"
5049350504 }
5049450505 },
50495- "required": [
50496- "imad"
50497- ],
5049850506 "title": "TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails",
5049950507 "type": "object",
5050050508 "x-expandableFields": []
@@ -156193,6 +156201,10 @@
156193156201 },
156194156202 "us_domestic_wire": {
156195156203 "properties": {
156204+ "chips": {
156205+ "maxLength": 5000,
156206+ "type": "string"
156207+ },
156196156208 "imad": {
156197156209 "maxLength": 5000,
156198156210 "type": "string"
@@ -156538,6 +156550,10 @@
156538156550 },
156539156551 "us_domestic_wire": {
156540156552 "properties": {
156553+ "chips": {
156554+ "maxLength": 5000,
156555+ "type": "string"
156556+ },
156541156557 "imad": {
156542156558 "maxLength": 5000,
156543156559 "type": "string"
You can’t perform that action at this time.
0 commit comments