module Comee module Core class CustomsDetail < ApplicationRecord belongs_to :sales_order validates :registration_type, :export_declaration_type, :participant_constellation, :mode_of_transport_type, :destination_country, :additional_identifier, :packaging_type, :export_customs_office, :customs_office_of_exit, :mode_of_transport, :delivery_term_code, presence: true end end end