feat: add final numbers
This commit is contained in:
@@ -19,6 +19,9 @@ export interface PurchaseProduct {
|
||||
type: number | null;
|
||||
package_name_id: number;
|
||||
package_name: PackageName | null;
|
||||
// Display-only pricing (متن نمایشی — بدون محاسبه)
|
||||
discounted_price: string | null; // قیمت کلی تخفیفخورده
|
||||
discount: string | null; // تخفیف
|
||||
}
|
||||
|
||||
// A purchase = a subscription transaction
|
||||
|
||||
Reference in New Issue
Block a user