Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 903 Bytes

FinancialAccountSip.md

File metadata and controls

36 lines (30 loc) · 903 Bytes

MyDataMyConsent::FinancialAccountSip

Properties

Name Type Description Notes
type String
id String
name String
investment_value Float
current_value Float
currency_code String
plan_info SipPlanInformation
investment_info SipInvestmentInformation
holder Holder
transactions Boolean

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::FinancialAccountSip.new(
  type: Sip,
  id: null,
  name: null,
  investment_value: null,
  current_value: null,
  currency_code: null,
  plan_info: null,
  investment_info: null,
  holder: null,
  transactions: null
)