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

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