| java.lang.Object | ||
| ↳ | com.zuora.api.object.Dynamic | |
| ↳ | com.zuora.api.SubscribeOptions | |
Java class for SubscribeOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscribeOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExternalPaymentOptions" type="{http://api.zuora.com/}ExternalPaymentOptions" minOccurs="0"/>
<element name="GenerateInvoice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ProcessPayments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SubscribeInvoiceProcessingOptions" type="{http://api.zuora.com/}SubscribeInvoiceProcessingOptions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalPaymentOptions | |||||||||||
| generateInvoice | |||||||||||
| processPayments | |||||||||||
| subscribeInvoiceProcessingOptions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalPaymentOptions property.
| |||||||||||
Gets the value of the subscribeInvoiceProcessingOptions property.
| |||||||||||
Gets the value of the generateInvoice property.
| |||||||||||
Gets the value of the processPayments property.
| |||||||||||
Sets the value of the externalPaymentOptions property.
| |||||||||||
Sets the value of the generateInvoice property.
| |||||||||||
Sets the value of the processPayments property.
| |||||||||||
Sets the value of the subscribeInvoiceProcessingOptions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the externalPaymentOptions property.
ExternalPaymentOptions
Gets the value of the subscribeInvoiceProcessingOptions property.
SubscribeInvoiceProcessingOptions
Gets the value of the generateInvoice property.
Gets the value of the processPayments property.
Sets the value of the externalPaymentOptions property.
| value | Allowed object is
ExternalPaymentOptions
|
|---|
Sets the value of the generateInvoice property.
| value | Allowed object is Boolean |
|---|
Sets the value of the processPayments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the subscribeInvoiceProcessingOptions property.
| value | Allowed object is
SubscribeInvoiceProcessingOptions
|
|---|