The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Interchange6::Schema::Result::ShipmentCarrier

ACCESSORS

shipment_carriers_id

Primary key.

name

Short name of carrier, e.g.: USPS.

title

Full title of carrier.

Defaults to empty string.

account_number

Account number with carrier.

Defaults to empty string.

active

Whether carrier is active. Defaults to 1 (true).

RELATIONS

shipment_methods

Type: has_many

Related object: Interchange6::Schema::Result::ShipmentMethod