class Tosuto::AppliedTaxRate
Attributes
guid[RW]
name[RW]
rate[RW]
tax_amount[RW]
tax_rate[RW]
type[RW]
Public Class Methods
new(hash)
click to toggle source
# File lib/tosuto/applied_tax_rate.rb, line 5 def initialize(hash) set_attributes(hash) end