DiscogsOrderBuyer Object
Description
Buyer information for a Discogs order.
Declaration
type DiscogsOrderBuyer {
resource_url: String
username: String
id: Int
}
Fields
| Name | Type | Description |
|---|---|---|
resource_url | String | Resource URL for the buyer's Discogs profile. |
username | String | Discogs username of the buyer. |
id | Int | Discogs user identifier. |