| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.ProductRatePlanChargeTier | ||
Java class for ProductRatePlanChargeTier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductRatePlanChargeTier">
<complexContent>
<extension base="{http://object.api.zuora.com/}zObject">
<sequence>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DiscountAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="DiscountPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="EndingUnit" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="IsOveragePrice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Price" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="PriceFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductRatePlanChargeId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="StartingUnit" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Tier" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| createdById | |||||||||||
| createdDate | |||||||||||
| currency | |||||||||||
| discountAmount | |||||||||||
| discountPercentage | |||||||||||
| endingUnit | |||||||||||
| isOveragePrice | |||||||||||
| price | |||||||||||
| priceFormat | |||||||||||
| productRatePlanChargeId | |||||||||||
| startingUnit | |||||||||||
| tier | |||||||||||
| updatedById | |||||||||||
| updatedDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
From class
com.zuora.api.object.Dynamic
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createdById property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the discountAmount property.
| |||||||||||
Gets the value of the discountPercentage property.
| |||||||||||
Gets the value of the endingUnit property.
| |||||||||||
Gets the value of the price property.
| |||||||||||
Gets the value of the priceFormat property.
| |||||||||||
Gets the value of the productRatePlanChargeId property.
| |||||||||||
Gets the value of the startingUnit property.
| |||||||||||
Gets the value of the tier property.
| |||||||||||
Gets the value of the updatedById property.
| |||||||||||
Gets the value of the updatedDate property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Gets the value of the isOveragePrice property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the discountAmount property.
| |||||||||||
Sets the value of the discountPercentage property.
| |||||||||||
Sets the value of the endingUnit property.
| |||||||||||
Sets the value of the isOveragePrice property.
| |||||||||||
Sets the value of the price property.
| |||||||||||
Sets the value of the priceFormat property.
| |||||||||||
Sets the value of the productRatePlanChargeId property.
| |||||||||||
Sets the value of the startingUnit property.
| |||||||||||
Sets the value of the tier property.
| |||||||||||
Sets the value of the updatedById property.
| |||||||||||
Sets the value of the updatedDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the createdById property.
Gets the value of the createdDate property.
Gets the value of the currency property.
Gets the value of the discountAmount property.
Gets the value of the discountPercentage property.
Gets the value of the endingUnit property.
Gets the value of the price property.
Gets the value of the priceFormat property.
Gets the value of the productRatePlanChargeId property.
Gets the value of the startingUnit property.
Gets the value of the tier property.
Gets the value of the updatedById property.
Gets the value of the updatedDate property.
Gets the value of the active property.
Gets the value of the isOveragePrice property.
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|
Sets the value of the createdById property.
| value | Allowed object is String |
|---|
Sets the value of the createdDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the currency property.
| value | Allowed object is String |
|---|
Sets the value of the discountAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the discountPercentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the endingUnit property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the isOveragePrice property.
| value | Allowed object is Boolean |
|---|
Sets the value of the price property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the priceFormat property.
| value | Allowed object is String |
|---|
Sets the value of the productRatePlanChargeId property.
| value | Allowed object is String |
|---|
Sets the value of the startingUnit property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the tier property.
| value | Allowed object is Integer |
|---|
Sets the value of the updatedById property.
| value | Allowed object is String |
|---|
Sets the value of the updatedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|