Acquisto/Azione
Nome del tipo: BuyAction
Estende la TradeAction.
Nome |
Tipo |
Descrizione |
seller |
Organizzazione o Persona |
Una persona giuridica che offre (vendi / leasing / prestiti / prestiti) i servizi / beni. Un venditore può anche essere un fornitore. |
vendor |
Organizzazione o Persona |
"fornitore" è un termine precedente per "venditore". |
garanziaPromise |
Garanzia |
Le promesse di garanzia incluse nell'offerta. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-04 UTC.
[null,null,["Ultimo aggiornamento 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"]]