Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 967 Bytes

File metadata and controls

26 lines (20 loc) · 967 Bytes

MyDataMyConsent::ConsentedFinancialAccountField

Properties

Name Type Description Notes
field_title String Financial account field title.
field_slug String Financial account field slug.
requested_details Array<FinancialAccountDetailsRequired> Requested financial account details.
transaction_period ConsentedFinancialAccountFieldTransactionPeriod [optional]
consented_accounts Array<ConsentedFinancialAccount> Consented financial accounts.

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::ConsentedFinancialAccountField.new(
  field_title: null,
  field_slug: null,
  requested_details: null,
  transaction_period: null,
  consented_accounts: null
)