public class AddonPricingItem extends Object
AddonPricing.| Constructor and Description |
|---|
AddonPricingItem() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAmount()
The amount (in USD) that a customer pays for a license at this tier.
|
String |
getDescription()
Long description of this tier, such as "Addon Name 10 Users: Commercial License".
|
String |
getEditionDescription()
Short description of this tier, such as "10 Users".
|
String |
getEditionId()
Unique identifier for this tier, used internally.
|
LicenseEditionType |
getEditionType()
The type of tier that this is (per-user versus per-role).
|
String |
getLicenseType()
The license type that this pricing is for: "commercial", "academic", etc.
|
int |
getMonthsValid()
The time period that this pricing is for: 1 for monthly, 12 for annual.
|
com.atlassian.fugue.Option<Float> |
getRenewalAmount()
The amount (in USD) that a customer with an existing license at this tier pays for a renewal
(calculated by Marketplace, cannot be set).
|
int |
getUnitCount()
The user count (or other unit if appropriate, such as remote agents in Bamboo) defining
this pricing tier; -1 for unlimited.
|
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.