TAB_ABONNEMENT Class
Boond's subscription.
Properties
- AB_ADDITIONAL_PRODUCTS
- AB_AIDATA
- AB_DEBUT
- AB_FIN
- AB_IS_OVERLAPPED
- AB_MAXRESSOURCESINTRANET
- AB_MAXRESSOURCESPERMANAGER
- AB_NBCOLLABORATEURS
- AB_NBMANAGERS
- AB_OFFER_ORIGIN
- AB_QUOTA
- AB_TAUXREMISE
- AB_TAUXREMISE_INTRANET
- AB_TYPEFACTURATION
- ID_ABONNEMENT
- ID_OFFER
- ID_PRODUCT_ACCOUNT
- ID_PRODUCT_MANAGER
- ID_PRODUCT_RESOURCES
AB_ADDITIONAL_PRODUCTS
TextAdditional products.
Each product is described by :
- Type :
backupdatabase,ai,api - Quota : an integer
- Type and quota are separated by '_' character
Products are separated by | character.
Example:
"backupdatabase_1|ai_100"
AB_IS_OVERLAPPED
TinyintIndicates if the customer have exceeded his quota the last month :
1: yes0: no
Default: 0
AB_MAXRESSOURCESINTRANET
SmallintNumber of resources allowed to have an active intranet.
A value of 0 disables this limit.
Default: 0
AB_MAXRESSOURCESPERMANAGER
SmallintNumber of resources allowed to be created following the number of actives managers.
Default: 0
AB_NBCOLLABORATEURS
Int(11)Number of employees (managers + resources with an intranet) allowed to be active.
Default: 0
AB_OFFER_ORIGIN
Varchar(20)Origin of the offer subscription :
self-service: set through the self-upsell flowmanual: set manually by a boonder
This property can be null.
Default: NULL
AB_TYPEFACTURATION
TinyintBilling type :
0 : Custom
1 : Manager
2 : Resource
3 : Schedule resource
3 : Schedule account
4 : Schedule custom
5 : Schedule manager
Default: 0
ID_PRODUCT_RESOURCES
Int(11)TAB_PRODUIT.ID_PRODUCT_RESOURCES.
Product for delivery intranet.
Default: 0