КупитьДействие
Имя типа: BuyAction
Расширяет торговое действие
Имя | Тип | Описание |
---|
продавец | Организация или лицо | Предприятие, которое предлагает (продает / сдает в аренду / ссужает / дает взаймы) услуги / товары. Продавец также может быть поставщиком. |
продавец | Организация или лицо | «продавец» — это более ранний термин для «продавца». |
гарантияОбещание | ГарантияОбещание | Гарантийные обещания, включенные в предложение. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 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"]]