Skip to content

Commit 8366348

Browse files
Update data models (#14)
Co-authored-by: openactive-bot <openactive-bot@users.noreply.github.com>
1 parent 0def13e commit 8366348

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

OpenActive.NET/enums/TestOpportunityCriteriaEnumeration.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public enum TestOpportunityCriteriaEnumeration
5959
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableSellerTermsOfService")]
6060
TestOpportunityBookableSellerTermsOfService,
6161
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableFlowRequirementOnlyApproval")]
62-
TestOpportunityBookableFlowRequirementOnlyApproval
62+
TestOpportunityBookableFlowRequirementOnlyApproval,
63+
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityOnlineBookable")]
64+
TestOpportunityOnlineBookable
6365
}
6466
}

0 commit comments

Comments
 (0)