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: src/typings/capital/grantCounterparty.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
*/
9
9
10
10
11
-
exportclassCounterparty{
11
+
exportclassGrantCounterparty{
12
12
/**
13
-
* The unique identifier of the account holder that receives the grant. If no `balanceAccountId` is provided, the grant funds are disbursed to the primary balance account of this account holder.
13
+
* The unique identifier of the account holder that receives the grant.
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
6
+
* https://openapi-generator.tech
7
+
* Do not edit this class manually.
8
+
*/
9
+
10
+
11
+
exportclassGrantInfoCounterparty{
12
+
/**
13
+
* The unique identifier of the balance account where the funds are disbursed. The balance account must belong to the specified account holder.
14
+
*/
15
+
"balanceAccountId"?: string;
16
+
/**
17
+
* The unique identifier of the transfer instrument where the funds are disbursed. The transfer instrument must belong to the legal entity of the specified account holder.
Copy file name to clipboardExpand all lines: src/typings/capital/status.ts
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ export class Status {
16
16
*/
17
17
"actions"?: Array<Action>;
18
18
/**
19
-
* The code for the status of the grant. Possible values: - **Pending** - **Active** - **Repaid** - **WrittenOff** - **Failed** - **Revoked** - **Requested** - **Underwriting** - **Reviewing** - **Assessed** - **Approved** - **Rejected** - **Cancelled**
19
+
* The code for the status of the grant. Possible values: - **Pending** - **Active** - **Repaid** - **WrittenOff** - **Failed** - **Revoked** - **Requested** - **Reviewing** - **Approved** - **Rejected** - **Cancelled**
0 commit comments