# MyDataMyConsent::DataConsentRequestedFinancialAccount
# Properties
Name | Type | Description | Notes |
---|---|---|---|
custom_key | String | [optional] | |
drn | String | [optional] | |
account_type_id | String | [optional] | |
account_identifier | String | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::DataConsentRequestedFinancialAccount.new(
custom_key: null,
drn: null,
account_type_id: null,
account_identifier: null
)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8