BuyerSellerRole
Indicates which party performed a given operation.
Enums |
BUYER_SELLER_ROLE_UNSPECIFIED |
A placeholder for an undefined buyer/seller role. |
BUYER |
Specifies the role as buyer. |
SELLER |
Specifies the role as seller. |
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-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["This documentation outlines the different roles involved in a transaction, specifically focusing on the buyer and seller."],["Each role is represented by a specific enumeration value, allowing systems to clearly identify the party responsible for an operation."],["A placeholder value (`BUYER_SELLER_ROLE_UNSPECIFIED`) is used when the buyer or seller role has not yet been determined."]]],[]]