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