BuyerSellerRole
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eDefines the role of a party involved in an operation, specifically as a buyer or seller.\u003c/p\u003e\n"],["\u003cp\u003eIncludes an \u003ccode\u003eUNSPECIFIED\u003c/code\u003e value as a placeholder for undefined buyer/seller roles.\u003c/p\u003e\n"],["\u003cp\u003eUses enums to clearly represent and distinguish between the buyer and seller roles.\u003c/p\u003e\n"]]],[],null,["# BuyerSellerRole\n\nIndicates which party performed a given operation.\n\n| Enums ||\n|---------------------------------|---------------------------------------------------|\n| `BUYER_SELLER_ROLE_UNSPECIFIED` | A placeholder for an undefined buyer/seller role. |\n| `BUYER` | Specifies the role as buyer. |\n| `SELLER` | Specifies the role as seller. |"]]