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::ShipmentDestination

ACCESSORS

shipment_destinations_id

Primary key.

zones_id

FK on "zones_id" in Interchange6::Schema::Result::Zone.

shipment_methods_id

FK on "shipment_methods_id" in Interchange6::Schema::Result::ShipmentMethod.

active

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

RELATIONS

zone

Type: belongs_to

Related object: Interchange6::Schema::Result::Zone

shipment_method

Type: belongs_to

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