Zakup
Nazwa typu: PurchaseAction
Rozszerza TradeAction
Nazwa |
Typ |
Opis |
seller |
Organizacja lub Osoba |
Podmiot, który oferuje (sprzedaje, dzierżawi, pożycza lub pożycza) usługi lub towary. Dostawca może też być dostawcą. |
firma |
Organizacja lub Osoba |
„vendor” to wcześniejsze określenie słowa „sprzedawca”. |
gwarancja |
Gwarancja gwarancyjna |
obietnice gwarancyjne zawarte w ofercie; |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-04 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]