infoCard property
Basic info about the account that failed. Don't expect anything other than membership ID, Membership Type, and displayName to be populated.
Implementation
@JsonKey(name:'infoCard')
UserInfoCard? infoCard;
Basic info about the account that failed. Don't expect anything other than membership ID, Membership Type, and displayName to be populated.
@JsonKey(name:'infoCard')
UserInfoCard? infoCard;