App-GnuCash-MembershipUtils

 view release on metacpan or  search on metacpan

lib/GnuCash/Schema/Result/Invoice.pm  view on Meta::CPAN

use utf8;
package GnuCash::Schema::Result::Invoice;

# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE

=head1 NAME

GnuCash::Schema::Result::Invoice

=cut

use strict;
use warnings;

use base 'DBIx::Class::Core';

=head1 COMPONENTS LOADED

=over 4

=item * L<DBIx::Class::InflateColumn::DateTime>

=back

=cut

__PACKAGE__->load_components("InflateColumn::DateTime");

=head1 TABLE: C<invoices>

=cut

__PACKAGE__->table("invoices");

=head1 ACCESSORS

=head2 guid

  data_type: 'text'
  is_nullable: 0
  size: 32

=head2 id

  data_type: 'text'
  is_nullable: 0
  size: 2048

=head2 date_opened

  data_type: 'text'
  is_nullable: 1
  size: 19

=head2 date_posted

  data_type: 'text'
  is_nullable: 1
  size: 19

=head2 notes

  data_type: 'text'
  is_nullable: 0
  size: 2048

=head2 active

  data_type: 'integer'
  is_nullable: 0

=head2 currency

  data_type: 'text'
  is_nullable: 0
  size: 32

=head2 owner_type

  data_type: 'integer'
  is_nullable: 1

=head2 owner_guid

  data_type: 'text'
  is_nullable: 1
  size: 32



( run in 0.364 second using v1.01-cache-2.11-cpan-99c4e6809bf )