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::Billterm

COMPONENTS LOADED

TABLE: billterms

ACCESSORS

guid

  data_type: 'text'
  is_nullable: 0
  size: 32

name

  data_type: 'text'
  is_nullable: 0
  size: 2048

description

  data_type: 'text'
  is_nullable: 0
  size: 2048

refcount

  data_type: 'integer'
  is_nullable: 0

invisible

  data_type: 'integer'
  is_nullable: 0

parent

  data_type: 'text'
  is_nullable: 1
  size: 32

type

  data_type: 'text'
  is_nullable: 0
  size: 2048

duedays

  data_type: 'integer'
  is_nullable: 1

discountdays

  data_type: 'integer'
  is_nullable: 1

discount_num

  data_type: 'bigint'
  is_nullable: 1

discount_denom

  data_type: 'bigint'
  is_nullable: 1

cutoff

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY