File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 230
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-86f5f21622005ed0d2488066a1194b09fb6add92314eb797edc1ced57d7e0435 .yml
3- openapi_spec_hash : e2e09186517e41d2332a8b59cff9b6e7
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-01b0246dcddc851a762ec864d0a728fb63f4020fe94039d2403518b22f3af120 .yml
3+ openapi_spec_hash : 773dfed2baf70342616421533b9b5a56
44config_hash : ff2eb5f192b4de36611b37b27961c2d8
Original file line number Diff line number Diff line change @@ -3207,8 +3207,8 @@ class SourceInboundWireReversal(BaseModel):
32073207 return_reason_code : Optional [str ] = None
32083208 """A code provided by the sending bank giving a reason for the reversal.
32093209
3210- It will generally be one of the codes defined in the ISO20022
3211- `ExternalReturnReason1Code` code set, but this is not enforced by the network .
3210+ The common return reason codes are
3211+ [documented here](/documentation/wire-reversals#reversal-reason-codes) .
32123212 """
32133213
32143214 return_reason_code_description : Optional [str ] = None
Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ class Reversal(BaseModel):
272272 return_reason_code : Optional [str ] = None
273273 """A code provided by the sending bank giving a reason for the reversal.
274274
275- It will generally be one of the codes defined in the ISO20022
276- `ExternalReturnReason1Code` code set, but this is not enforced by the network .
275+ The common return reason codes are
276+ [documented here](/documentation/wire-reversals#reversal-reason-codes) .
277277 """
278278
279279 return_reason_code_description : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments