| Name | Type | Description | Notes |
|---|---|---|---|
| account_number | String | ||
| account_type | TermDepositAccountType | ||
| issuer_name | String | ||
| issuer_logo_url | String | ||
| current_value | Float | ||
| currency_code | String | ||
| account_details | TermDepositAccountDetails |
require 'mydatamyconsent'
instance = MyDataMyConsent::TermDeposit.new(
account_number: null,
account_type: null,
issuer_name: null,
issuer_logo_url: null,
current_value: null,
currency_code: null,
account_details: null
)