Class: Billogram::Tax

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#has_fskattObject

Returns the value of attribute has_fskatt.



5
6
7
# File 'lib/billogram/resources/tax.rb', line 5

def has_fskatt
  @has_fskatt
end

#is_vat_registeredObject

Returns the value of attribute is_vat_registered.



5
6
7
# File 'lib/billogram/resources/tax.rb', line 5

def is_vat_registered
  @is_vat_registered
end

#vat_noObject

Returns the value of attribute vat_no.



5
6
7
# File 'lib/billogram/resources/tax.rb', line 5

def vat_no
  @vat_no
end