You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The Bank Identification Number reflecting this settlement record.",
153104
+
"maxLength": 5000,
153105
+
"type": "string"
153106
+
},
153107
+
"clearing_date": {
153108
+
"description": "The date that the transactions are cleared and posted to user's accounts.",
153109
+
"type": "integer"
153110
+
},
153111
+
"currency": {
153112
+
"description": "Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).",
153113
+
"type": "string"
153114
+
},
153115
+
"expand": {
153116
+
"description": "Specifies which fields in the response should be expanded.",
153117
+
"items": {
153118
+
"maxLength": 5000,
153119
+
"type": "string"
153120
+
},
153121
+
"type": "array"
153122
+
},
153123
+
"interchange_fees": {
153124
+
"description": "The total interchange received as reimbursement for the transactions.",
153125
+
"type": "integer"
153126
+
},
153127
+
"net_total": {
153128
+
"description": "The total net amount required to settle with the network.",
153129
+
"type": "integer"
153130
+
},
153131
+
"network_settlement_identifier": {
153132
+
"description": "The Settlement Identification Number assigned by the network.",
153133
+
"maxLength": 5000,
153134
+
"type": "string"
153135
+
},
153136
+
"transaction_count": {
153137
+
"description": "The total number of transactions reflected in this settlement.",
153138
+
"type": "integer"
153139
+
},
153140
+
"transaction_volume": {
153141
+
"description": "The total transaction amount reflected in this settlement.",
0 commit comments