Class: Billogram::Tax

Inherits:
Resource show all
Defined in:
lib/billogram/resources/tax.rb

Constant Summary

Constants inherited from Resource

Resource::DEFAULT_SEARCH_OPTIONS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, create, #delete, delete, #endpoint, endpoint, fetch, #initialize, perform_request, relation, relations, search, #to_json, #update, update

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#has_fskattObject

Returns the value of attribute has_fskatt.



3
4
5
# File 'lib/billogram/resources/tax.rb', line 3

def has_fskatt
  @has_fskatt
end

#is_vat_registeredObject

Returns the value of attribute is_vat_registered.



3
4
5
# File 'lib/billogram/resources/tax.rb', line 3

def is_vat_registered
  @is_vat_registered
end

#vat_noObject

Returns the value of attribute vat_no.



3
4
5
# File 'lib/billogram/resources/tax.rb', line 3

def vat_no
  @vat_no
end