Sha256: 818810498e5d51a904838577097871cf85e3faed570c62f573a3428aa47f41c7
Contents?: true
Size: 314 Bytes
Versions: 47
Compression:
Stored size: 314 Bytes
Contents
module Xeroizer module Record line_amount_type = { "Inclusive" => 'Line item amounts are inclusive of tax', "Exclusive" => 'Line item amounts are exclusive of tax (default)', "NoTax" => 'Line item amounts have no tax' } LINE_AMOUNT_TYPES = line_amount_type.keys.sort end end
Version data entries
47 entries across 47 versions & 3 rubygems