The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

GnuCash::Schema::Result::TaxtableEntry

COMPONENTS LOADED

TABLE: taxtable_entries

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

taxtable

  data_type: 'text'
  is_nullable: 0
  size: 32

account

  data_type: 'text'
  is_nullable: 0
  size: 32

amount_num

  data_type: 'bigint'
  is_nullable: 0

amount_denom

  data_type: 'bigint'
  is_nullable: 0

type

  data_type: 'integer'
  is_nullable: 0

PRIMARY KEY