Attribute
Enum to specify the attribute in the resource that is being changed to notify the merchant about.
Enums |
ATTRIBUTE_UNSPECIFIED |
Unspecified attribute |
STATUS |
Status of the changed entity |
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."],[[["This enum defines the specific attribute within a resource that has been modified, triggering a notification to the merchant."],["It includes options for unspecified attributes and the status of the changed entity, allowing for targeted communication regarding the updates."]]],["The provided content defines an enumeration (Enum) used to specify which attribute of a resource has changed. It allows for notifying a merchant about these changes. The `ATTRIBUTE_UNSPECIFIED` value indicates an unspecified attribute. The `STATUS` value indicates that the status of an entity has been modified. These are the only two defined values within this enumeration.\n"]]