We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0def13e commit 8366348Copy full SHA for 8366348
1 file changed
OpenActive.NET/enums/TestOpportunityCriteriaEnumeration.cs
@@ -59,6 +59,8 @@ public enum TestOpportunityCriteriaEnumeration
59
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableSellerTermsOfService")]
60
TestOpportunityBookableSellerTermsOfService,
61
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableFlowRequirementOnlyApproval")]
62
- TestOpportunityBookableFlowRequirementOnlyApproval
+ TestOpportunityBookableFlowRequirementOnlyApproval,
63
+ [EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityOnlineBookable")]
64
+ TestOpportunityOnlineBookable
65
}
66
0 commit comments