public class AddonPricingItem extends Object
AddonPricing.| Constructor and Description |
|---|
AddonPricingItem() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAmount()
The price in U.S.
|
String |
getDescription() |
String |
getEditionDescription() |
String |
getEditionId() |
LicenseEditionType |
getEditionType()
Name of the edition type for which this price applies (e.g.
|
String |
getLicenseType()
Name of the license type for which this price applies (e.g.
|
int |
getMonthsValid()
Support period in months: 1 or 12 for Cloud monthly/annual, 12 for Server.
|
com.atlassian.fugue.Option<Float> |
getRenewalAmount()
The pricing item renewal amount
|
int |
getUnitCount()
The number of licensed users/agents/etc.
|
public String getDescription()
public String getEditionId()
public String getEditionDescription()
public LicenseEditionType getEditionType()
public String getLicenseType()
public float getAmount()
public com.atlassian.fugue.Option<Float> getRenewalAmount()
public int getUnitCount()
public int getMonthsValid()
Copyright © 2016 Atlassian. All rights reserved.