__PACKAGE__->meta->columns(
amount => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
__PACKAGE__->meta->columns(
amount => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
cp_id => { type => 'integer' },
currency_id => { type => 'integer', not_null => 1 },
cusordnumber => { type => 'text' },
cp_id => { type => 'integer' },
currency_id => { type => 'integer', not_null => 1 },
cusordnumber => { type => 'text' },
shipvia => { type => 'text' },
storno => { type => 'boolean', default => 'false' },
storno_id => { type => 'integer' },
shipvia => { type => 'text' },
storno => { type => 'boolean', default => 'false' },
storno_id => { type => 'integer' },
taxincluded => { type => 'boolean' },
taxzone_id => { type => 'integer', not_null => 1 },
transaction_description => { type => 'text' },
taxincluded => { type => 'boolean' },
taxzone_id => { type => 'integer', not_null => 1 },
transaction_description => { type => 'text' },
contact => {
class => 'SL::DB::Contact',
key_columns => { cp_id => 'cp_id' },
contact => {
class => 'SL::DB::Contact',
key_columns => { cp_id => 'cp_id' },