Acción de compra
Nombre de tipo: BuyAction
Extiende TradeAction
Nombre |
Tipo |
Descripción |
vendedor |
Organización o Persona |
Una entidad que ofrece (ventas / alquiler / préstamos / préstamos) los servicios / productos. Un vendedor también puede ser un proveedor. |
vendor |
Organización o Persona |
"vendor" es un término anterior para "vendedor". |
PromisePromise |
GarantíaWarranty |
Las promesas de garantía que se incluyen en la oferta. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-04 (UTC)
[null,null,["Última actualización: 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"]]