Skip to content

Commit 66d629d

Browse files
committed
add AddOns property to Organization
1 parent 8f45ad0 commit 66d629d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Models/Organization.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ public class Organization
1414
public SelfInvoiceSettings SelfInvoice { get; set; }
1515
public Certificate Certificate { get; set; }
1616
public List<LiveApiKey> ApiKeys { get; set; }
17+
public List<string> AddOns { get; set; }
1718
}
1819
}

0 commit comments

Comments
 (0)