![]() |
![]()
| ![]() |
![]()
NAMEInterchange6::Schema::Result::ShipmentRate DESCRIPTIONIn 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::Zone shipment_methods_idFK on "shipment_methods_id" in Interchange6::Schema::Result::ShipmentMethod value_typeType of value stored in </min_value> and </max_value>, e.g.: weight, volume Is nullable. value_unitUnit of measurement for "value_type", e.g.: kg, meter, cubic meter, lb, oz Is 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_to Related object: Interchange6::Schema::Result::Zone shipment_methodType: belongs_to Related object: Interchange6::Schema::Result::ShipmentMethod
|