MockCart
Properties
| Name | Type | Description |
|---|---|---|
| id | faker.datatype.uuid() | |
| subtotal | 10000 | |
| grand_total | 15000 | |
| coupons | [] | |
| items | [] | |
| billing_address | null | |
| shipping_address | null | |
| shipping_information | this.shippingInformationFactory.create() | |
| totals | this.totalFactory.createAllTotals() | |
| payment | null | |
| available_shipping_methods | [] | |
| available_payment_methods | [] | |
| extra_attributes | {} | |
| totalFactory | DaffCartTotalFactory |
|
| shippingInformationFactory | DaffCartShippingRateFactory |