| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| date_of_birth | Time | [optional] | |
| mobile | String | [optional] | |
| demat_id | String | ||
| String | |||
| pan | String | [optional] |
require 'mydatamyconsent'
instance = MyDataMyConsent::Holder.new(
name: null,
date_of_birth: null,
mobile: null,
demat_id: null,
email: null,
pan: null
)