INRestaurantReservationUserBooking.SelectedOffer Property
Definition
If not null
, the INRestaurantOffer associated with the reservation.
[get: Foundation.Export("selectedOffer", ObjCRuntime.ArgumentSemantic.Copy)]
[set: Foundation.Export("setSelectedOffer:", ObjCRuntime.ArgumentSemantic.Copy)]
public virtual Intents.INRestaurantOffer SelectedOffer { get; set; }
member this.SelectedOffer : Intents.INRestaurantOffer with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes