We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f45ad0 commit 66d629dCopy full SHA for 66d629d
Models/Organization.cs
@@ -14,5 +14,6 @@ public class Organization
14
public SelfInvoiceSettings SelfInvoice { get; set; }
15
public Certificate Certificate { get; set; }
16
public List<LiveApiKey> ApiKeys { get; set; }
17
+ public List<string> AddOns { get; set; }
18
}
19
0 commit comments