Sha256: b9e0c7c7bc4844708f69c15bf26abaa4cccf2599dd467167b5d5f110c9836133

Contents?: true

Size: 504 Bytes

Versions: 4

Compression:

Stored size: 504 Bytes

Contents

module XeroGateway
  class TaxRate < BaseRecord
    attributes({
      "Name"                  => :string,
      "TaxType"               => :string,
      "Status"                => :string,
      "CanApplyToAssets"      => :boolean,
      "CanApplyToEquity"      => :boolean,
      "CanApplyToExpenses"    => :boolean,
      "CanApplyToLiabilities" => :boolean,
      "CanApplyToRevenue"     => :boolean,
      "DisplayTaxRate"        => :float,
      "EffectiveRate"         => :float
    })
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xero_gateway-2.7.0 lib/xero_gateway/tax_rate.rb
xero_gateway-2.6.0 lib/xero_gateway/tax_rate.rb
xero_gateway-2.5.0 lib/xero_gateway/tax_rate.rb
xero_gateway-2.4.0 lib/xero_gateway/tax_rate.rb