# MyDataMyConsent::DataConsentFinancialsDto
# Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
financials | Array<Financial> | [optional] | |
approved_financials | Array<DataConsentRequestedFinancialAccount> | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::DataConsentFinancialsDto.new(
id: null,
financials: null,
approved_financials: null
)
1
2
3
4
5
6
7
2
3
4
5
6
7