We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33858c4 commit 4bf211eCopy full SHA for 4bf211e
1 file changed
OpenActive.NET/ILegalEntity.cs
@@ -32,6 +32,7 @@ public interface ILegalEntity
32
List<Uri> SameAs { get; set; }
33
string DisplayName { get; }
34
bool? IsOpenBookingAllowed { get; set; }
35
+ ReferenceValue<CustomerAccount> HasAccount { get; set; }
36
}
37
38
public static class LegalEntityConverter
0 commit comments