# MyDataMyConsent::Financial
# Properties
Name | Type | Description | Notes |
---|---|---|---|
field_name | String | [optional] | |
custom_key | String | [optional] | |
accounts | Array<FinancialAccounts> | [optional] | |
requirement | DocumentsRequired | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::Financial.new(
field_name: null,
custom_key: null,
accounts: null,
requirement: null
)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8