|
|
|
|
|
- Properties specific to saasPricing variables
- Functions that use the saasPricing type
saasPricing (Variable type) In french: saasTarification
The saasPricing type is used to define the advanced characteristics of a SaaS pricing. You can define and change the pricing characteristics using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. MonSite is saasSite dynamic
MonSite = SaaSAdminFindSite("Gestion de voitures")
T is saasPricing
T.Name = "Offre Premium"
T.Price = 150
SaaSAdminAddPricing(T, MonSite)
S is saasService
S.Name = "Accès Complet"
SaaSAdminAddService(T, MonSite)
SaaSAdminPricingEnableService(T, S)
Properties Properties specific to saasPricing variables The following properties can be used to define the characteristics of saasPricing variables: | | | Name | Type | Effect |
---|
Invoicing | Integer constant | Specifies whether the pricing is per user or as a package. The following constants are available: - saasFixed-price billing: Pricing is invoiced on a fixed-price basis
- saasBillingPerUser: Pricing is billed per user
| Name | Character string | Name of pricing. This name must be unique for each site. | Periodicity | Integer or Integer constant | Duration of an invoicing period. This duration is expressed in number of days. The saasUnlimitedPeriodicity constant is used to specify a pricing for an unlimited period. | Price | Currency | Cost of the pricing. If the pricing is invoiced by period, this price is per period. | Site | saasSite variable | Reference toward the site that offers this pricing. This property is available in read-only mode. |
Remarks Functions that use the saasPricing type
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|