Class: Belvo::BalanceOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/belvo/options.rb

Overview

Contains configurable properties of a Balance

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Account ID (UUID)



62
63
64
65
66
67
68
# File 'lib/belvo/options.rb', line 62

class BalanceOptions < Faraday::Options.new(
  :date_to,
  :account,
  :token,
  :save_data
)
end

#date_toObject

Date string (YYYY-MM-DD)



62
63
64
65
66
67
68
# File 'lib/belvo/options.rb', line 62

class BalanceOptions < Faraday::Options.new(
  :date_to,
  :account,
  :token,
  :save_data
)
end

#save_dataObject

Should data be persisted or not.



62
63
64
65
66
67
68
# File 'lib/belvo/options.rb', line 62

class BalanceOptions < Faraday::Options.new(
  :date_to,
  :account,
  :token,
  :save_data
)
end

#tokenObject

OTP token required by the institution



62
63
64
65
66
67
68
# File 'lib/belvo/options.rb', line 62

class BalanceOptions < Faraday::Options.new(
  :date_to,
  :account,
  :token,
  :save_data
)
end