priorityStatus property
The priority status the ticketed passenger holds, such as “Gold” or “Silver”. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'priorityStatus')
final String? priorityStatus;
The priority status the ticketed passenger holds, such as “Gold” or “Silver”. Use this key for any type of boarding pass.
// localizable string
@JsonKey(name: 'priorityStatus')
final String? priorityStatus;