Ação de compra
Nome do tipo: BuyAction
Estende TradeAction
Nome |
Tipo |
Descrição |
seller |
Organização ou Pessoa |
Uma entidade que oferece (vende / aluga / empréstimos / empréstimos) os serviços / produtos. Um vendedor também pode ser um fornecedor. |
vendor |
Organização ou Pessoa |
"fornecedor" é um termo anterior para "vendedor". |
promessa de garantia |
Promessa de garantia |
As promessas de garantia incluídas na oferta. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-04 UTC.
[null,null,["Última atualização 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"]]