[[["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\u003eThis documentation outlines the different roles involved in a transaction, specifically focusing on the buyer and seller.\u003c/p\u003e\n"],["\u003cp\u003eEach role is represented by a specific enumeration value, allowing systems to clearly identify the party responsible for an operation.\u003c/p\u003e\n"],["\u003cp\u003eA placeholder value (\u003ccode\u003eBUYER_SELLER_ROLE_UNSPECIFIED\u003c/code\u003e) is used when the buyer or seller role has not yet been determined.\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. |"]]