accountActionSeq property

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

Implementation

@JsonKey(
    name: 'account_action_seq', fromJson: ConversionHelper.getIntFromJson)
int? accountActionSeq;