action_achat
Nom du type : BuyAction
Extension de TradeAction
Nom |
Type |
Description |
vendeur |
Organisation ou Personne |
Entité qui offre (vend / loue / prend / prend des services) les produits / services. Un vendeur peut également être un fournisseur. |
vendor |
Organisation ou Personne |
"vendor" est un terme antérieur pour "vendeur". |
garantiePromise |
Garantie |
La ou les promesses de garantie incluses dans l'offre. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/04 (UTC).
[null,null,["Dernière mise à jour le 2024/09/04 (UTC)."],[[["`BuyAction` extends the `TradeAction` type and is used to represent the act of purchasing or acquiring an item."],["It includes properties like `seller` and `vendor` to identify the entity offering the product, where 'vendor' is an older term for 'seller'."],["`BuyAction` also incorporates a `warrantyPromise` property that specifies any warranties associated with the purchase."]]],["The `BuyAction` type, extending `TradeAction`, details the action of buying. Key information includes the `seller` (or `vendor`), which can be either an `Organization` or `Person` offering goods or services. Additionally, it includes `warrantyPromise`, which is the warranty associated with the offer. The `vendor` field is an older term equivalent to `seller`. The types of data are defined.\n"]]