Skip to content

Commit 4bf211e

Browse files
authored
Add HasAccount to ILegalEntity (#57)
1 parent 33858c4 commit 4bf211e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OpenActive.NET/ILegalEntity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public interface ILegalEntity
3232
List<Uri> SameAs { get; set; }
3333
string DisplayName { get; }
3434
bool? IsOpenBookingAllowed { get; set; }
35+
ReferenceValue<CustomerAccount> HasAccount { get; set; }
3536
}
3637

3738
public static class LegalEntityConverter

0 commit comments

Comments
 (0)