| java.lang.Object | ||
| ↳ | com.zuora.api.object.Dynamic | |
| ↳ | com.zuora.api.SubscribeRequest | |
Java class for SubscribeRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscribeRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Account" type="{http://object.api.zuora.com/}Account" minOccurs="0"/>
<element name="PaymentMethod" type="{http://object.api.zuora.com/}PaymentMethod" minOccurs="0"/>
<element name="BillToContact" type="{http://object.api.zuora.com/}Contact" minOccurs="0"/>
<element name="PreviewOptions" type="{http://api.zuora.com/}PreviewOptions" minOccurs="0"/>
<element name="SoldToContact" type="{http://object.api.zuora.com/}Contact" minOccurs="0"/>
<element name="SubscribeOptions" type="{http://api.zuora.com/}SubscribeOptions" minOccurs="0"/>
<element name="SubscriptionData" type="{http://api.zuora.com/}SubscriptionData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| billToContact | |||||||||||
| paymentMethod | |||||||||||
| previewOptions | |||||||||||
| soldToContact | |||||||||||
| subscribeOptions | |||||||||||
| subscriptionData | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the billToContact property.
| |||||||||||
Gets the value of the paymentMethod property.
| |||||||||||
Gets the value of the previewOptions property.
| |||||||||||
Gets the value of the soldToContact property.
| |||||||||||
Gets the value of the subscribeOptions property.
| |||||||||||
Gets the value of the subscriptionData property.
| |||||||||||
Sets the value of the account property.
| |||||||||||
Sets the value of the billToContact property.
| |||||||||||
Sets the value of the paymentMethod property.
| |||||||||||
Sets the value of the previewOptions property.
| |||||||||||
Sets the value of the soldToContact property.
| |||||||||||
Sets the value of the subscribeOptions property.
| |||||||||||
Sets the value of the subscriptionData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the account property.
Account
Gets the value of the billToContact property.
Contact
Gets the value of the paymentMethod property.
PaymentMethod
Gets the value of the previewOptions property.
PreviewOptions
Gets the value of the soldToContact property.
Contact
Gets the value of the subscribeOptions property.
SubscribeOptions
Gets the value of the subscriptionData property.
SubscriptionData
Sets the value of the account property.
| value | Allowed object is
Account
|
|---|
Sets the value of the billToContact property.
| value | Allowed object is
Contact
|
|---|
Sets the value of the paymentMethod property.
| value | Allowed object is
PaymentMethod
|
|---|
Sets the value of the previewOptions property.
| value | Allowed object is
PreviewOptions
|
|---|
Sets the value of the soldToContact property.
| value | Allowed object is
Contact
|
|---|
Sets the value of the subscribeOptions property.
| value | Allowed object is
SubscribeOptions
|
|---|
Sets the value of the subscriptionData property.
| value | Allowed object is
SubscriptionData
|
|---|