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

NAME

Interchange6::Schema::Result::ShipmentMethod

ACCESSORS

shipment_methods_id

Primary key.

name

Name. e.g.: priority.

Defaults to empty string.

title

Full title of shipment method, e.g.: Priority 3-5 busines days.

Defaults to empty string.

shipment_carriers_id

FK on "shipment_carriers_id" in Interchange6::Schema::Result::ShipmentCarrier.

active

Whether this shipment method is active. Defaults to 1 (true).

created

Date and time when this record was created returned as DateTime object. Value is auto-set on insert.

last_modified

Date and time when this record was last modified returned as DateTime object. Value is auto-set on insert and update.

RELATIONS

shipment_carrier

Type: belongs_to

Related object: Interchange6::Schema::Result::ShipmentCarrier

shipment_rates

Type: has_many

Related object: Interchange6::Schema::Result::ShipmentRate