| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.Subscription | ||
Java class for Subscription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Subscription">
<complexContent>
<extension base="{http://object.api.zuora.com/}zObject">
<sequence>
<element name="AccountId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="AutoRenew" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CancelledDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ContractAcceptanceDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ContractEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="InitialTerm" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IsInvoiceSeparate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OriginalCreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OriginalId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="PreviousSubscriptionId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="RenewalTerm" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ServiceActivationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubscriptionEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SubscriptionStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TermEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TermStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TermType" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountId | |||||||||||
| autoRenew | |||||||||||
| cancelledDate | |||||||||||
| contractAcceptanceDate | |||||||||||
| contractEffectiveDate | |||||||||||
| createdById | |||||||||||
| createdDate | |||||||||||
| initialTerm | |||||||||||
| isInvoiceSeparate | |||||||||||
| name | |||||||||||
| notes | |||||||||||
| originalCreatedDate | |||||||||||
| originalId | |||||||||||
| previousSubscriptionId | |||||||||||
| renewalTerm | |||||||||||
| serviceActivationDate | |||||||||||
| status | |||||||||||
| subscriptionEndDate | |||||||||||
| subscriptionStartDate | |||||||||||
| termEndDate | |||||||||||
| termStartDate | |||||||||||
| termType | |||||||||||
| updatedById | |||||||||||
| updatedDate | |||||||||||
| version | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountId property.
| |||||||||||
Gets the value of the cancelledDate property.
| |||||||||||
Gets the value of the contractAcceptanceDate property.
| |||||||||||
Gets the value of the contractEffectiveDate property.
| |||||||||||
Gets the value of the createdById property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the initialTerm property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the originalCreatedDate property.
| |||||||||||
Gets the value of the originalId property.
| |||||||||||
Gets the value of the previousSubscriptionId property.
| |||||||||||
Gets the value of the renewalTerm property.
| |||||||||||
Gets the value of the serviceActivationDate property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the subscriptionEndDate property.
| |||||||||||
Gets the value of the subscriptionStartDate property.
| |||||||||||
Gets the value of the termEndDate property.
| |||||||||||
Gets the value of the termStartDate property.
| |||||||||||
Gets the value of the termType property.
| |||||||||||
Gets the value of the updatedById property.
| |||||||||||
Gets the value of the updatedDate property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the autoRenew property.
| |||||||||||
Gets the value of the isInvoiceSeparate property.
| |||||||||||
Sets the value of the accountId property.
| |||||||||||
Sets the value of the autoRenew property.
| |||||||||||
Sets the value of the cancelledDate property.
| |||||||||||
Sets the value of the contractAcceptanceDate property.
| |||||||||||
Sets the value of the contractEffectiveDate property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the initialTerm property.
| |||||||||||
Sets the value of the isInvoiceSeparate property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the originalCreatedDate property.
| |||||||||||
Sets the value of the originalId property.
| |||||||||||
Sets the value of the previousSubscriptionId property.
| |||||||||||
Sets the value of the renewalTerm property.
| |||||||||||
Sets the value of the serviceActivationDate property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the subscriptionEndDate property.
| |||||||||||
Sets the value of the subscriptionStartDate property.
| |||||||||||
Sets the value of the termEndDate property.
| |||||||||||
Sets the value of the termStartDate property.
| |||||||||||
Sets the value of the termType property.
| |||||||||||
Sets the value of the updatedById property.
| |||||||||||
Sets the value of the updatedDate property.
| |||||||||||
Sets the value of the version 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 accountId property.
Gets the value of the cancelledDate property.
Gets the value of the contractAcceptanceDate property.
Gets the value of the contractEffectiveDate property.
Gets the value of the createdById property.
Gets the value of the createdDate property.
Gets the value of the initialTerm property.
Gets the value of the name property.
Gets the value of the notes property.
Gets the value of the originalCreatedDate property.
Gets the value of the originalId property.
Gets the value of the previousSubscriptionId property.
Gets the value of the renewalTerm property.
Gets the value of the serviceActivationDate property.
Gets the value of the status property.
Gets the value of the subscriptionEndDate property.
Gets the value of the subscriptionStartDate property.
Gets the value of the termEndDate property.
Gets the value of the termStartDate property.
Gets the value of the termType property.
Gets the value of the updatedById property.
Gets the value of the updatedDate property.
Gets the value of the version property.
Gets the value of the autoRenew property.
Gets the value of the isInvoiceSeparate property.
Sets the value of the accountId property.
| value | Allowed object is String |
|---|
Sets the value of the autoRenew property.
| value | Allowed object is Boolean |
|---|
Sets the value of the cancelledDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the contractAcceptanceDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the contractEffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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 initialTerm property.
| value | Allowed object is Integer |
|---|
Sets the value of the isInvoiceSeparate property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the originalCreatedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the originalId property.
| value | Allowed object is String |
|---|
Sets the value of the previousSubscriptionId property.
| value | Allowed object is String |
|---|
Sets the value of the renewalTerm property.
| value | Allowed object is Integer |
|---|
Sets the value of the serviceActivationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the subscriptionEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subscriptionStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the termEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the termStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the termType 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 |
|---|
Sets the value of the version property.
| value | Allowed object is Integer |
|---|