Class: Belvo::TaxComplianceStatusOptions
- Inherits:
-
Object
- Object
- Belvo::TaxComplianceStatusOptions
- Defined in:
- lib/belvo/options.rb
Overview
Contains configurable properties of a TaxComplianceStatus
Instance Attribute Summary collapse
-
#attach_pdf ⇒ Object
Should the PDF file be included in the response or not.
-
#save_data ⇒ Object
Should data be persisted or not.
-
#token ⇒ Object
OTP token required by the institution.
Instance Attribute Details
#attach_pdf ⇒ Object
Should the PDF file be included in the response or not.
130 131 132 133 134 135 |
# File 'lib/belvo/options.rb', line 130 class TaxComplianceStatusOptions < Faraday::Options.new( :token, :save_data, :attach_pdf ) end |
#save_data ⇒ Object
Should data be persisted or not.
130 131 132 133 134 135 |
# File 'lib/belvo/options.rb', line 130 class TaxComplianceStatusOptions < Faraday::Options.new( :token, :save_data, :attach_pdf ) end |
#token ⇒ Object
OTP token required by the institution
130 131 132 133 134 135 |
# File 'lib/belvo/options.rb', line 130 class TaxComplianceStatusOptions < Faraday::Options.new( :token, :save_data, :attach_pdf ) end |