confirmationNumber property
A booking or reservation confirmation number. Use this key for any type of boarding pass.
Implementation
// localizable string
@JsonKey(name: 'confirmationNumber')
final String? confirmationNumber;
A booking or reservation confirmation number. Use this key for any type of boarding pass.
// localizable string
@JsonKey(name: 'confirmationNumber')
final String? confirmationNumber;