Skip to content

Commit

Permalink
Update data models (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: openactive-bot <openactive-bot@users.noreply.github.com>
  • Loading branch information
openactive-bot and openactive-bot authored Feb 26, 2021
1 parent 0def13e commit 8366348
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OpenActive.NET/enums/TestOpportunityCriteriaEnumeration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public enum TestOpportunityCriteriaEnumeration
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableSellerTermsOfService")]
TestOpportunityBookableSellerTermsOfService,
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityBookableFlowRequirementOnlyApproval")]
TestOpportunityBookableFlowRequirementOnlyApproval
TestOpportunityBookableFlowRequirementOnlyApproval,
[EnumMember(Value = "https://openactive.io/test-interface#TestOpportunityOnlineBookable")]
TestOpportunityOnlineBookable
}
}

0 comments on commit 8366348

Please sign in to comment.