package Monro::CC; use strict; use warnings; use Class::Accessor "antlers"; extends(qw/transaction_type/); has transaction_type => ( is => 'rw', );