-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
675f45e
commit f48046b
Showing
14 changed files
with
762 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* My Data My Consent - Developer API | ||
* Unleashing the power of consent by establishing trust. The Platform Core Developer API defines a set of capabilities that can be used to request, issue, manage and update data, documents and credentials by organizations. The API can be used to request, manage and update Decentralised Identifiers, Financial Data, Health Data issue Documents, Credentials directly or using OpenID Connect flows, and verify Messages signed with DIDs and much more. | ||
* | ||
* The version of the OpenAPI document: 1.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
|
||
/** | ||
* | ||
* @export | ||
* @interface FinancialAccountTermDepositAllOf | ||
*/ | ||
export interface FinancialAccountTermDepositAllOf { | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof FinancialAccountTermDepositAllOf | ||
*/ | ||
'type': string; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* My Data My Consent - Developer API | ||
* Unleashing the power of consent by establishing trust. The Platform Core Developer API defines a set of capabilities that can be used to request, issue, manage and update data, documents and credentials by organizations. The API can be used to request, manage and update Decentralised Identifiers, Financial Data, Health Data issue Documents, Credentials directly or using OpenID Connect flows, and verify Messages signed with DIDs and much more. | ||
* | ||
* The version of the OpenAPI document: 1.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { TermDepositAccountDetails } from './term-deposit-account-details'; | ||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { TermDepositAccountType } from './term-deposit-account-type'; | ||
|
||
/** | ||
* @type FinancialAccountTermDeposit | ||
* @export | ||
*/ | ||
export type FinancialAccountTermDeposit = FinancialAccountTermDepositAllOf & TermDeposit; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* My Data My Consent - Developer API | ||
* Unleashing the power of consent by establishing trust. The Platform Core Developer API defines a set of capabilities that can be used to request, issue, manage and update data, documents and credentials by organizations. The API can be used to request, manage and update Decentralised Identifiers, Financial Data, Health Data issue Documents, Credentials directly or using OpenID Connect flows, and verify Messages signed with DIDs and much more. | ||
* | ||
* The version of the OpenAPI document: 1.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { Holder } from './holder'; | ||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { TermDepositBankInformation } from './term-deposit-bank-information'; | ||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { TermDepositInformation } from './term-deposit-information'; | ||
|
||
/** | ||
* | ||
* @export | ||
* @interface TermDepositAccountDetails | ||
*/ | ||
export interface TermDepositAccountDetails { | ||
/** | ||
* | ||
* @type {TermDepositInformation} | ||
* @memberof TermDepositAccountDetails | ||
*/ | ||
'info': TermDepositInformation; | ||
/** | ||
* | ||
* @type {Holder} | ||
* @memberof TermDepositAccountDetails | ||
*/ | ||
'holder': Holder; | ||
/** | ||
* | ||
* @type {TermDepositBankInformation} | ||
* @memberof TermDepositAccountDetails | ||
*/ | ||
'bank': TermDepositBankInformation; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* My Data My Consent - Developer API | ||
* Unleashing the power of consent by establishing trust. The Platform Core Developer API defines a set of capabilities that can be used to request, issue, manage and update data, documents and credentials by organizations. The API can be used to request, manage and update Decentralised Identifiers, Financial Data, Health Data issue Documents, Credentials directly or using OpenID Connect flows, and verify Messages signed with DIDs and much more. | ||
* | ||
* The version of the OpenAPI document: 1.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
|
||
/** | ||
* | ||
* @export | ||
* @enum {string} | ||
*/ | ||
|
||
export const TermDepositAccountType = { | ||
Fixed: 'Fixed', | ||
Sweep: 'Sweep', | ||
Recurring: 'Recurring', | ||
Sweep1: 'Sweep1', | ||
Flexible: 'Flexible', | ||
TaxSaving: 'TaxSaving', | ||
Fcnr: 'Fcnr', | ||
Others: 'Others' | ||
} as const; | ||
|
||
export type TermDepositAccountType = typeof TermDepositAccountType[keyof typeof TermDepositAccountType]; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* My Data My Consent - Developer API | ||
* Unleashing the power of consent by establishing trust. The Platform Core Developer API defines a set of capabilities that can be used to request, issue, manage and update data, documents and credentials by organizations. The API can be used to request, manage and update Decentralised Identifiers, Financial Data, Health Data issue Documents, Credentials directly or using OpenID Connect flows, and verify Messages signed with DIDs and much more. | ||
* | ||
* The version of the OpenAPI document: 1.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
|
||
/** | ||
* | ||
* @export | ||
* @interface TermDepositBankInformation | ||
*/ | ||
export interface TermDepositBankInformation { | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof TermDepositBankInformation | ||
*/ | ||
'bank_name': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof TermDepositBankInformation | ||
*/ | ||
'branch': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof TermDepositBankInformation | ||
*/ | ||
'ifsc': string; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* My Data My Consent - Developer API | ||
* Unleashing the power of consent by establishing trust. The Platform Core Developer API defines a set of capabilities that can be used to request, issue, manage and update data, documents and credentials by organizations. The API can be used to request, manage and update Decentralised Identifiers, Financial Data, Health Data issue Documents, Credentials directly or using OpenID Connect flows, and verify Messages signed with DIDs and much more. | ||
* | ||
* The version of the OpenAPI document: 1.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
|
||
/** | ||
* | ||
* @export | ||
* @enum {string} | ||
*/ | ||
|
||
export const TermDepositCompoundingFrequency = { | ||
Monthly: 'Monthly', | ||
Quarterly: 'Quarterly', | ||
HalfYearly: 'HalfYearly', | ||
Yearly: 'Yearly' | ||
} as const; | ||
|
||
export type TermDepositCompoundingFrequency = typeof TermDepositCompoundingFrequency[keyof typeof TermDepositCompoundingFrequency]; | ||
|
||
|
||
|
Oops, something went wrong.