Structure
Membership
public struct Membership: Codable, Equatable
Relationships
Conforms To
Codable
Equatable
Properties
username
public let username: String?
memberType
public let memberType: String?
applications
public let applications: Int?