accountActionSeq property
- @JsonKey(name: 'account_action_seq', fromJson: ConversionHelper.getIntFromJson)
getter/setter pair
Implementation
@JsonKey(
name: 'account_action_seq', fromJson: ConversionHelper.getIntFromJson)
int? accountActionSeq;