public class

SubscribeOptions

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.SubscribeOptions

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalPaymentOptions externalPaymentOptions
protected Boolean generateInvoice
protected Boolean processPayments
protected SubscribeInvoiceProcessingOptions subscribeInvoiceProcessingOptions
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
SubscribeOptions()
Public Methods
ExternalPaymentOptions getExternalPaymentOptions()
Gets the value of the externalPaymentOptions property.
SubscribeInvoiceProcessingOptions getSubscribeInvoiceProcessingOptions()
Gets the value of the subscribeInvoiceProcessingOptions property.
Boolean isGenerateInvoice()
Gets the value of the generateInvoice property.
Boolean isProcessPayments()
Gets the value of the processPayments property.
void setExternalPaymentOptions(ExternalPaymentOptions value)
Sets the value of the externalPaymentOptions property.
void setGenerateInvoice(Boolean value)
Sets the value of the generateInvoice property.
void setProcessPayments(Boolean value)
Sets the value of the processPayments property.
void setSubscribeInvoiceProcessingOptions(SubscribeInvoiceProcessingOptions value)
Sets the value of the subscribeInvoiceProcessingOptions property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected ExternalPaymentOptions externalPaymentOptions

protected Boolean generateInvoice

protected Boolean processPayments

protected SubscribeInvoiceProcessingOptions subscribeInvoiceProcessingOptions

Public Constructors

public SubscribeOptions ()

Public Methods

public ExternalPaymentOptions getExternalPaymentOptions ()

Gets the value of the externalPaymentOptions property.

Returns

public SubscribeInvoiceProcessingOptions getSubscribeInvoiceProcessingOptions ()

Gets the value of the subscribeInvoiceProcessingOptions property.

Returns

public Boolean isGenerateInvoice ()

Gets the value of the generateInvoice property.

Returns
  • possible object is Boolean

public Boolean isProcessPayments ()

Gets the value of the processPayments property.

Returns
  • possible object is Boolean

public void setExternalPaymentOptions (ExternalPaymentOptions value)

Sets the value of the externalPaymentOptions property.

Parameters
value Allowed object is ExternalPaymentOptions

public void setGenerateInvoice (Boolean value)

Sets the value of the generateInvoice property.

Parameters
value Allowed object is Boolean

public void setProcessPayments (Boolean value)

Sets the value of the processPayments property.

Parameters
value Allowed object is Boolean

public void setSubscribeInvoiceProcessingOptions (SubscribeInvoiceProcessingOptions value)

Sets the value of the subscribeInvoiceProcessingOptions property.

Parameters
value Allowed object is SubscribeInvoiceProcessingOptions