MockOrderInvoice

Properties

Name Type Description
items this.itemFactory.createMany(faker.datatype.number({ min: 1, max: 3 }))
totals this.totalFactory.createMany(faker.datatype.number({ min: 1, max: 3 }))
billing_address this.addressFactory.create()
shipping_address this.addressFactory.create()
payment this.paymentFactory.create()
shipping_method this.shippingMethodFactory.create()
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.