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/Components/LedgerAccount.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
|`SubAccount`|*bool*|:heavy_minus_sign:| Whether the account is a sub account or not. | false |
31
31
|`SubAccounts`| List<[SubAccounts](../../Models/Components/SubAccounts.md)> |:heavy_minus_sign:| The sub accounts of the account. ||
32
32
|`LastReconciliationDate`|[LocalDate](https://nodatime.org/3.1.x/api/NodaTime.LocalDate.html)|:heavy_minus_sign:| Reconciliation Date means the last calendar day of each Reconciliation Period. | 2020-09-30 |
33
-
|`Subsidiaries`| List<[Models.Components.Subsidiaries](../../Models/Components/Subsidiaries.md)>|:heavy_minus_sign:| The subsidiaries the account belongs to. ||
33
+
|`Subsidiaries`| List<[LedgerAccountSubsidiaries](../../Models/Components/LedgerAccountSubsidiaries.md)> |:heavy_minus_sign:| The subsidiaries the account belongs to. ||
34
34
|`CustomMappings`|[Models.Components.CustomMappings](../../Models/Components/CustomMappings.md)|:heavy_minus_sign:| When custom mappings are configured on the resource, the result is included here. ||
35
35
|`RowVersion`|*string*|: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 |
36
36
|`UpdatedBy`|*string*|:heavy_minus_sign:| The user who last updated the object. | 12345 |
0 commit comments