Class: Belvo::TaxDeclarationOptions

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

Overview

Contains configurable properties of a TaxDeclaration

Instance Attribute Summary collapse

Instance Attribute Details

#attach_pdfObject

Should the PDF file be included in the response or not.



159
160
161
162
163
164
# File 'lib/belvo/options.rb', line 159

class TaxDeclarationOptions < Faraday::Options.new(
  :token,
  :save_data,
  :attach_pdf
)
end

#save_dataObject

Should data be persisted or not.



159
160
161
162
163
164
# File 'lib/belvo/options.rb', line 159

class TaxDeclarationOptions < Faraday::Options.new(
  :token,
  :save_data,
  :attach_pdf
)
end

#tokenObject

OTP token required by the institution



159
160
161
162
163
164
# File 'lib/belvo/options.rb', line 159

class TaxDeclarationOptions < Faraday::Options.new(
  :token,
  :save_data,
  :attach_pdf
)
end