Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 854 Bytes

File metadata and controls

32 lines (26 loc) · 854 Bytes

MyDataMyConsent::FinancialAccountTermDeposit

Properties

Name Type Description Notes
type String
account_number String
account_type TermDepositAccountType
issuer_name String
issuer_logo_url String
current_value Float
currency_code String
account_details TermDepositAccountDetails

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::FinancialAccountTermDeposit.new(
  type: TermDeposit,
  account_number: null,
  account_type: null,
  issuer_name: null,
  issuer_logo_url: null,
  current_value: null,
  currency_code: null,
  account_details: null
)