Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 654 Bytes

File metadata and controls

28 lines (22 loc) · 654 Bytes

MyDataMyConsent::FinancialAccountTransactionSipTransaction

Properties

Name Type Description Notes
type String
id String
amount Float
currency_code String
txn_type SipTransactionType
transacted_at_utc Time

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::FinancialAccountTransactionSipTransaction.new(
  type: SipTransaction,
  id: null,
  amount: null,
  currency_code: null,
  txn_type: null,
  transacted_at_utc: null
)