costCenter property

  1. @JsonKey(name: 'cost_center')
String? costCenter
getter/setter pair

Implementation

@JsonKey(name: 'cost_center')
late String? costCenter;