Sha256: 116a1f1588cb852ed0ca5635f458dca946f16e089891b0e97f037df98b2c9bfb

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xero_gateway-2.3.0 lib/xero_gateway/tax_rate.rb