accountId property

  1. @JsonKey.new(name: 'account_id')
int accountId
getter/setter pair

Implementation

@JsonKey(name: 'account_id')
int accountId = 0;