requestedValidityDate property

  1. @BuiltValueField.new(wireName: r'RequestedValidityDate')
Date? get requestedValidityDate

Requested validity date for the reservation. Allows a specific period for the reservation according to the need of the Merchant for the first reservation and the reservation updates as well.

Implementation

@BuiltValueField(wireName: r'RequestedValidityDate')
Date? get requestedValidityDate;