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
|`.raw_response`|*httpx.Response*| The raw HTTP response |
945
-
|`.body`|*str*| The response content |
946
-
947
-
When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `list_async` method may raise the following exceptions:
**Inherit from [`ApideckError`](./src/apideck_unify/models/apideckerror.py)**:
1015
+
*[`ResponseValidationError`](./src/apideck_unify/models/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
1016
+
1017
+
</details>
1018
+
1019
+
\* Check [the method documentation](#available-resources-and-operations) to see if the error is applicable.
Copy file name to clipboardExpand all lines: docs/models/bankaccount.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,5 @@
15
15
|`bsb_number`|*OptionalNullable[str]*|:heavy_minus_sign:| A BSB is a 6 digit numeric code used for identifying the branch of an Australian or New Zealand bank or financial institution. | 062-001 |
16
16
|`branch_identifier`|*OptionalNullable[str]*|:heavy_minus_sign:| A branch identifier is a unique identifier for a branch of a bank or financial institution. | 001 |
17
17
|`bank_code`|*OptionalNullable[str]*|:heavy_minus_sign:| A bank code is a code assigned by a central bank, a bank supervisory body or a Bankers Association in a country to all its licensed member banks or financial institutions. | BNH |
18
-
|`currency`|[OptionalNullable[models.Currency]](../models/currency.md)|:heavy_minus_sign:| Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
18
+
|`currency`|[OptionalNullable[models.Currency]](../models/currency.md)|:heavy_minus_sign:| Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
19
+
|`country`|*OptionalNullable[str]*|:heavy_minus_sign:| Country code according to ISO 3166-1 alpha-2. | US |
0 commit comments