| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| amount | String | ||
| currency_code | String | ||
| txn_type | EquityTransactionsType | ||
| units | String | ||
| transacted_at_utc | Time |
require 'mydatamyconsent'
instance = MyDataMyConsent::EquityTransaction.new(
id: null,
amount: null,
currency_code: null,
txn_type: null,
units: null,
transacted_at_utc: null
)