IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_type Property

The account's type.

Syntax

def get_account_type() -> int: ...

account_type = property(get_account_type, None)

Default Value

0

Remarks

The account's type.

This property reflects the account's type. Possible values are:

  • 0 (atBasic)
  • 1 (atPro)
  • 2 (atBusiness)

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]