Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 769 Bytes

File metadata and controls

30 lines (24 loc) · 769 Bytes

MyDataMyConsent::TermDeposit

Properties

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

Example

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
)