Skip to content

Commit

Permalink
Support Custom subscription type (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMinenok authored Jul 26, 2023
1 parent 2edfee2 commit 07a5971
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ enum class AccountType(override val value: String?) : StringValue {
*/
ADVANCED("advanced"),

/**
* The user has a custom subscription.
*/
CUSTOM("custom"),

/**
* Unknown account type.
*/
Expand Down

0 comments on commit 07a5971

Please sign in to comment.