Source
	This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
| Name | Type | Description | 
|---|---|---|
| memberships | UserMembership[] | |
| message | string | 
Example
{
    // Type: UserMembership[]
    "memberships": [
       // Type: UserMembership
        {
            // Type: BungieMembershipType:Enum
            "membershipType": {},
            // Type: integer:int64
            "membershipId": 0,
            // Type: string
            "displayName": ""
        }
    ],
    // Type: string
    "message": ""
}