Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.13 KB

File metadata and controls

31 lines (22 loc) · 1.13 KB

GetAccountPlan

Properties

Name Type Description Notes
type TypeEnum Displays the plan type of the user
creditsType 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.
credits Float Remaining credits of the user
startDate [LocalDate] Date of the period from which the plan will start (only available for "subscription" plan type) [optional]
endDate [LocalDate] Date of the period from which the plan will end (only available for "subscription" plan type) [optional]

Enum: TypeEnum

Name Value
PAYASYOUGO "payAsYouGo"
FREE "free"
SUBSCRIPTION "subscription"
SMS "sms"

Enum: CreditsTypeEnum

Name Value
SENDLIMIT "sendLimit"