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
Copy file name to clipboardExpand all lines: docs/models/subsidiary.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
|`parent_id`|*OptionalNullable[str]*|:heavy_minus_sign:| A unique identifier for an object. | 12345 |
10
10
|`name`|*OptionalNullable[str]*|:heavy_minus_sign:| The name of the company. | SpaceX |
11
11
|`status`|[Optional[models.SubsidiaryStatus]](../models/subsidiarystatus.md)|:heavy_minus_sign:| Based on the status some functionality is enabled or disabled. | active |
12
+
|`currencies`| List[[Nullable[models.Currency]](../models/currency.md)]|:heavy_minus_sign:| List of currencies supported by this subsidiary ||
12
13
|`custom_mappings`| Dict[str, *Any*]|:heavy_minus_sign:| When custom mappings are configured on the resource, the result is included here. ||
13
14
|`row_version`|*OptionalNullable[str]*|:heavy_minus_sign:| A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
14
15
|`updated_by`|*OptionalNullable[str]*|:heavy_minus_sign:| The user who last updated the object. | 12345 |
Copy file name to clipboardExpand all lines: docs/models/subsidiaryinput.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,6 @@
8
8
|`parent_id`|*OptionalNullable[str]*|:heavy_minus_sign:| A unique identifier for an object. | 12345 |
9
9
|`name`|*OptionalNullable[str]*|:heavy_minus_sign:| The name of the company. | SpaceX |
10
10
|`status`|[Optional[models.SubsidiaryStatus]](../models/subsidiarystatus.md)|:heavy_minus_sign:| Based on the status some functionality is enabled or disabled. | active |
11
+
|`currencies`| List[[Nullable[models.Currency]](../models/currency.md)]|:heavy_minus_sign:| List of currencies supported by this subsidiary ||
11
12
|`row_version`|*OptionalNullable[str]*|:heavy_minus_sign:| A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
12
13
|`pass_through`| List[[models.PassThroughBody](../models/passthroughbody.md)]|:heavy_minus_sign:| The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. ||
0 commit comments