membershipId property
Every Destiny Profile has a membershipId. This is provided on the character as well for convenience.
Implementation
@JsonKey(name:'membershipId')
String? membershipId;
Every Destiny Profile has a membershipId. This is provided on the character as well for convenience.
@JsonKey(name:'membershipId')
String? membershipId;