AggregateOffer
اسم النوع: AggregateOffer
لتوسيع العرض
الاسم |
النوع |
الوصف |
highPrice |
Number أو Text |
تمثّل هذه السمة السعر الأعلى بين كل العروض المتاحة. |
lowPrice |
Number أو Text |
تمثّل هذه السمة السعر الأدنى بين كل العروض المتاحة. |
offerCount |
عدد صحيح |
تمثّل هذه السمة عدد العروض المتوفّرة للمنتج. |
عروض |
العرض |
تمثّل هذه الخاصية عرضًا لتقديم هذا العنصر، مثل عرض لبيع منتج أو استئجار قرص DVD لفيلم أو تقديم تذاكر لحضور حدث. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)"],[[["AggregateOffer, an extension of Offer, provides a way to represent a group of offers for a single product."],["It includes details like the highest and lowest prices, the total number of offers, and the individual offers themselves."],["This markup is used to display summarized information about multiple offers for a product or service."]]],["The `AggregateOffer` type defines a collection of offers, extending the base `Offer` type. It includes the `highPrice` and `lowPrice`, representing the highest and lowest prices among the offers, respectively, which can be numbers or text. The `offerCount` field specifies the total number of offers, and the `offers` field lists the individual offers, which can include sales, rentals, or giveaways.\n"]]