AggregateOffer
Nama jenis: AggregateOffer
Memperluas Penawaran
Nama |
Jenis |
Deskripsi |
highPrice |
Angka atau Teks |
Harga tertinggi untuk semua penawaran yang tersedia. |
harga rendah |
Angka atau Teks |
Harga terendah untuk semua penawaran yang tersedia. |
offerCount |
Integer |
Jumlah penawaran untuk produk. |
penawaran |
Penawaran |
Penawaran untuk menyediakan item ini—misalnya, penawaran untuk menjual produk, menyewa DVD film, atau memberikan tiket ke acara. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-03 UTC.
[null,null,["Terakhir diperbarui pada 2024-09-03 UTC."],[[["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"]]