Sha256: 894e68f551733e78a8014b66596e955977407dab1d8b9261c7c2ffccc9dc37c9
Contents?: true
Size: 1.18 KB
Versions: 138
Compression:
Stored size: 1.18 KB
Contents
FactoryBot.define do factory :customs_detail, class: "Comee::Core::CustomsDetail" do sales_order registration_type { "CO - Common Products" } export_declaration_type { "00000100" } participant_constellation { "0000 - Anmelder ist Ausführer" } mode_of_transport_type { "10 - IMO-Schiffnummer" } destination_country { "Schiffs- und Luftfahrzeugbedarf" } containerized { true } additional_identifier { "HH01 - Billbrookdeich 36" } packaging_type { "CT- Karton" } export_customs_office { "DE004851 - Hamburg" } customs_office_of_exit { "BE10100 - ANTWERPEN DAE" } mode_of_transport { "1 - Seeverkehr" } delivery_term_code { "EXW - Ab Werk" } mrn { Faker::Alphanumeric.alpha(number: 10) } office_number { Faker::Alphanumeric.alpha(number: 10) } characters_numbers { Faker::Alphanumeric.alpha(number: 10) } closure_mark1 { Faker::Lorem.word } closure_mark2 { Faker::Lorem.word } closure_mark3 { Faker::Lorem.word } closure_mark4 { Faker::Lorem.word } closure_mark5 { Faker::Lorem.word } transportation_route { [{order: 1, route: "DE - Deutschland", value: 0}, {order: 2, route: "FR - Frankreich", value: 0}] } end end
Version data entries
138 entries across 138 versions & 1 rubygems