You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenActive.NET/enums/TestOpenBookingFlowEnumeration.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ namespace OpenActive.NET
4
4
{
5
5
/// <summary>
6
6
/// [NOTICE: This enumeration is part of the Open Booking API Test Interface, and MUST NOT be used in production.]
7
-
/// An enumeration of open booking flows that an opportunity can be booked with.
7
+
/// An enumeration of [open booking flow](https://openactive.io/open-booking-api/EditorsDraft/1.0CR3/#booking-flows) that an [Opportunity and Offer pair](https://openactive.io/open-booking-api/EditorsDraft/1.0CR3/#definition-of-a-bookable-opportunity-and-offer-pair) can be booked with.
Copy file name to clipboardExpand all lines: OpenActive.NET/models/Event.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -529,7 +529,7 @@ public override string ToString()
529
529
publicvirtualstringSchedulingNote{get;set;}
530
530
531
531
/// <summary>
532
-
/// The start date and time of the event. Can be specified as a schema:Date or schema:DateTime.
532
+
/// The start date and time of the event. Can be specified as a schema:DateTime.
533
533
/// </summary>
534
534
/// <example>
535
535
/// <code>
@@ -541,7 +541,7 @@ public override string ToString()
541
541
publicnewvirtualDateTimeValueStartDate{get;set;}
542
542
543
543
/// <summary>
544
-
/// The end date and time of the event. Can be specified as a schema:Date or schema:DateTime
544
+
/// The end date and time of the event. Can be specified as a schema:DateTime
545
545
/// It is recommended that publishers provide either an schema:endDate or a schema:duration for an event.
546
546
/// </summary>
547
547
/// <example>
@@ -781,6 +781,7 @@ public override string ToString()
781
781
782
782
/// <summary>
783
783
/// [NOTICE: This property is part of the Open Booking API Test Interface, and MUST NOT be used in production.]
784
+
/// The [open booking flow](https://openactive.io/open-booking-api/EditorsDraft/1.0CR3/#booking-flows) that a created [Opportunity and Offer pair](https://openactive.io/open-booking-api/EditorsDraft/1.0CR3/#definition-of-a-bookable-opportunity-and-offer-pair) should support.
0 commit comments