nonParticipation property

  1. @JsonKey(name: 'non-participation')
bool? nonParticipation
final

Mark the account as participating or non-participating.

Implementation

@JsonKey(name: 'non-participation')
final bool? nonParticipation;