| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.RatePlan | ||
Java class for RatePlan complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RatePlan">
<complexContent>
<extension base="{http://object.api.zuora.com/}zObject">
<sequence>
<element name="AmendmentId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="AmendmentSubscriptionRatePlanId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="AmendmentType" type="{http://www.w3.org/2001/XMLSchema}string" 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="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProductRatePlanId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="SubscriptionId" type="{http://api.zuora.com/}ID" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amendmentId | |||||||||||
| amendmentSubscriptionRatePlanId | |||||||||||
| amendmentType | |||||||||||
| createdById | |||||||||||
| createdDate | |||||||||||
| name | |||||||||||
| productRatePlanId | |||||||||||
| subscriptionId | |||||||||||
| updatedById | |||||||||||
| updatedDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amendmentId property.
| |||||||||||
Gets the value of the amendmentSubscriptionRatePlanId property.
| |||||||||||
Gets the value of the amendmentType property.
| |||||||||||
Gets the value of the createdById property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the productRatePlanId property.
| |||||||||||
Gets the value of the subscriptionId property.
| |||||||||||
Gets the value of the updatedById property.
| |||||||||||
Gets the value of the updatedDate property.
| |||||||||||
Sets the value of the amendmentId property.
| |||||||||||
Sets the value of the amendmentSubscriptionRatePlanId property.
| |||||||||||
Sets the value of the amendmentType property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the productRatePlanId property.
| |||||||||||
Sets the value of the subscriptionId 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 amendmentId property.
Gets the value of the amendmentSubscriptionRatePlanId property.
Gets the value of the amendmentType property.
Gets the value of the createdById property.
Gets the value of the createdDate property.
Gets the value of the name property.
Gets the value of the productRatePlanId property.
Gets the value of the subscriptionId property.
Gets the value of the updatedById property.
Gets the value of the updatedDate property.
Sets the value of the amendmentId property.
| value | Allowed object is String |
|---|
Sets the value of the amendmentSubscriptionRatePlanId property.
| value | Allowed object is String |
|---|
Sets the value of the amendmentType property.
| value | Allowed object is String |
|---|
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 name property.
| value | Allowed object is String |
|---|
Sets the value of the productRatePlanId property.
| value | Allowed object is String |
|---|
Sets the value of the subscriptionId property.
| value | Allowed object is String |
|---|
Sets the value of the updatedById property.
| value | Allowed object is String |
|---|
Sets the value of the updatedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|