We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ec783 + 4c612f6 commit 67719d5Copy full SHA for 67719d5
index.d.ts
@@ -4086,6 +4086,7 @@ export namespace DomainRobotModels {
4086
export interface PriceTableRow<T extends Price | PriceClass | PurchasePrice | PurchasePriceClass | ProductPriceTemplate | PriceClassTemplate> {
4087
rowConditions?: PriceServiceEntity[]
4088
article?: Article
4089
+ priceClassName?: string
4090
customer?: BasicCustomer
4091
prices?: BusinessCasePrices<T>
4092
businessCases?: string[]
0 commit comments