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
|`id`|*String*|:heavy_check_mark:| A unique identifier for an object. | 12345 |
9
+
|`bankAccountType`|[Optional\<BankAccountType>](../../models/components/BankAccountType.md)|:heavy_minus_sign:| Type of the bank account. | bank |
10
+
|`sourceAccountId`|*Optional\<String>*|:heavy_minus_sign:| The source account's unique identifier. | src_456 |
11
+
|`targetAccountId`|*Optional\<String>*|:heavy_minus_sign:| The target account's unique identifier in the accounting connector. | tgt_789 |
12
+
|`targetAccountName`|*Optional\<String>*|:heavy_minus_sign:| Name associated with the target account. | Main Company Checking |
13
+
|`targetAccountNumber`|*Optional\<String>*|:heavy_minus_sign:| Account number of the destination bank account. | NL91ABNA0417164300 |
14
+
|`currency`|[JsonNullable\<Currency>](../../models/components/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 |
15
+
|`feedStatus`|[Optional\<FeedStatus>](../../models/components/FeedStatus.md)|:heavy_minus_sign:| Current status of the bank feed. | pending |
16
+
|`country`|*JsonNullable\<String>*|:heavy_minus_sign:| Country code according to ISO 3166-1 alpha-2. | US |
|`customMappings`|[JsonNullable\<CustomMappings>](../../models/components/CustomMappings.md)|:heavy_minus_sign:| When custom mappings are configured on the resource, the result is included here. ||
19
+
|`createdAt`|[OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html)|:heavy_minus_sign:| The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
20
+
|`updatedAt`|[OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html)|:heavy_minus_sign:| The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
21
+
|`updatedBy`|*JsonNullable\<String>*|:heavy_minus_sign:| The user who last updated the object. | 12345 |
22
+
|`createdBy`|*JsonNullable\<String>*|:heavy_minus_sign:| The user who created the object. | 12345 |
0 commit comments