validityDate property
End of the validity period for the reservation, for the first reservation, and the reservation updates as well.
Implementation
@BuiltValueField(wireName: r'ValidityDate')
Date? get validityDate;
End of the validity period for the reservation, for the first reservation, and the reservation updates as well.
@BuiltValueField(wireName: r'ValidityDate')
Date? get validityDate;