MockOrderShippingMethod

Properties

Name Type Description
rate_id faker.datatype.uuid()
address_id faker.datatype.uuid()
order_id faker.datatype.uuid()
created_at faker.date.past().toString()
updated_at faker.date.past().toString()
carrier faker.random.word()
carrier_title faker.random.word()
code faker.random.word()
method faker.random.word()
method_description faker.random.word()
price faker.datatype.number({ min: 1, max: 1000 })
error_message faker.random.word()
method_title faker.random.word()
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.