feat: deal group and stuff
This commit is contained in:
@@ -8,6 +8,5 @@ export type DealProductSchema = {
|
|||||||
product: ProductSchema;
|
product: ProductSchema;
|
||||||
services: Array<DealProductServiceSchema>;
|
services: Array<DealProductServiceSchema>;
|
||||||
quantity: number;
|
quantity: number;
|
||||||
comment?: string;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ export class BillingService {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Create Deal Bill
|
* Cancel Deal Billing
|
||||||
* @returns CancelDealBillResponse Successful Response
|
* @returns CancelDealBillResponse Successful Response
|
||||||
* @throws ApiError
|
* @throws ApiError
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user