|
NAMEInterchange6::Schema::Result::ShipmentRateDESCRIPTIONIn the context of shipment the rate is the value give for a shipping method based on desination zone_id and weight.
ACCESSORSshipment_rates_idPrimary key.zones_idFK on "zones_id" in Interchange6::Schema::Result::Zoneshipment_methods_idFK on "shipment_methods_id" in Interchange6::Schema::Result::ShipmentMethodvalue_typeType of value stored in </min_value> and </max_value>, e.g.: weight, volumeIs nullable. value_unitUnit of measurement for "value_type", e.g.: kg, meter, cubic meter, lb, ozIs nullable. min_valueMinimum value of "value_type".max_valueMaximum value of "value_type".pricePrice.valid_fromDate from which rate is valid. Defaults to time record is created.valid_toFinal date on which rate is valid.Is nullable. createdDate and time when this record was created returned as DateTime object. Value is auto-set on insert.last_modifiedDate and time when this record was last modified returned as DateTime object. Value is auto-set on insert and update.RELATIONSzoneType: belongs_toRelated object: Interchange6::Schema::Result::Zone shipment_methodType: belongs_toRelated object: Interchange6::Schema::Result::ShipmentMethod
Visit the GSP FreeBSD Man Page Interface. |