displayTitle property

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

The human readable title of this tier, if any.

Implementation

@JsonKey(name:'displayTitle')
String? displayTitle;