You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**type** | [**TypeEnum**](#TypeEnum) | Displays the plan type of the user |
8
-
**creditsType** | [**CreditsTypeEnum**](#CreditsTypeEnum) | This is the type of the credit, \"User Limit\" or \"Send Limit\" are two possible types of credit of a user.\"User Limit\" implies the total number of subscribers you can add to your account, and\"Send Limit\" implies the total number of emails you can send to the subscribers in your account. |
9
-
**credits** | **Float** | Remaining credits of the user. This can either be \"User Limit\" or \"Send Limit\" depending on the plan. |
8
+
**creditsType** | [**CreditsTypeEnum**](#CreditsTypeEnum) | This is the type of the credit, \"Send Limit\" is one of the possible types of credit of a user. \"Send Limit\" implies the total number of emails you can send to the subscribers in your account. |
9
+
**credits** | **Float** | Remaining credits of the user |
10
10
**startDate** | **LocalDate** | Date of the period from which the plan will start (only available for \"subscription\", \"unlimited\" and \"reseller\" plan type) | [optional]
11
11
**endDate** | **LocalDate** | Date of the period from which the plan will end (only available for \"subscription\", \"unlimited\" and \"reseller\" plan type) | [optional]
12
+
**userLimit** | **Integer** | Only in case of reseller account. It implies the total number of child accounts you can add to your account. | [optional]
0 commit comments