diff --git a/src/stores/product-service/types.ts b/src/stores/product-service/types.ts
index 9de22857..f3fc2276 100644
--- a/src/stores/product-service/types.ts
+++ b/src/stores/product-service/types.ts
@@ -66,6 +66,7 @@ export interface ServiceCreate {
}
export interface Attributes {
+ showTotalPrice?: boolean;
additional: (PropString | PropNumber | PropDate | PropOptions)[];
}