Skip to content

Commit

Permalink
Add HasAccount to ILegalEntity (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Nov 23, 2021
1 parent 33858c4 commit 4bf211e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenActive.NET/ILegalEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public interface ILegalEntity
List<Uri> SameAs { get; set; }
string DisplayName { get; }
bool? IsOpenBookingAllowed { get; set; }
ReferenceValue<CustomerAccount> HasAccount { get; set; }
}

public static class LegalEntityConverter
Expand Down

0 comments on commit 4bf211e

Please sign in to comment.