[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]