MockOrderCredit
Properties
Name | Type | Description |
---|---|---|
__typename | <const>'CreditMemo' | |
items | this.itemFactory.createMany(faker.datatype.number({ min: 1, max: 3 })) | |
total | this.totalFactory.create({ __typename: 'CreditMemoTotal' }) |
Name | Type | Description |
---|---|---|
__typename | <const>'CreditMemo' | |
items | this.itemFactory.createMany(faker.datatype.number({ min: 1, max: 3 })) | |
total | this.totalFactory.create({ __typename: 'CreditMemoTotal' }) |