Skip to content

Commit 5caf4bc

Browse files
feat(api): api update
1 parent f19a870 commit 5caf4bc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: ff2eb5f192b4de36611b37b27961c2d8

src/increase/types/transaction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/increase/types/wire_transfer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)