OwnershipInfo
Type name: OwnershipInfo
Extends StructuredValue
Name |
Type |
Description |
acquiredFrom |
Organization or Person |
The organization or person from which the product was acquired. |
ownedFrom |
DateTime |
The date and time of obtaining the product. |
ownedThrough |
DateTime |
The date and time of giving up ownership on the product. |
typeOfGood |
Product |
The product that this structured value is referring to. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The `OwnershipInfo` type, extending `StructuredValue`, provides details about the ownership of a product."],["It includes information about the previous owner, acquisition date, ownership duration, and the product itself."],["The properties `acquiredFrom`, `ownedFrom`, `ownedThrough`, and `typeOfGood` store the relevant ownership information using specific data types."]]],[]]