MockMagentoOrderBundleItemSelectedOptionValue
Properties
Name | Type | Description |
---|---|---|
product_name | faker.random.word() | |
product_sku | faker.datatype.uuid() | |
quantity | faker.datatype.number({ min: 1, max: 1000 }) | |
price | this.moneyFactory.create() |
Name | Type | Description |
---|---|---|
product_name | faker.random.word() | |
product_sku | faker.datatype.uuid() | |
quantity | faker.datatype.number({ min: 1, max: 1000 }) | |
price | this.moneyFactory.create() |