public class

SubscribeInvoiceProcessingOptions

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

Class Overview

Java class for SubscribeInvoiceProcessingOptions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SubscribeInvoiceProcessingOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InvoiceProcessingScope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String invoiceProcessingScope
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
SubscribeInvoiceProcessingOptions()
Public Methods
String getInvoiceProcessingScope()
Gets the value of the invoiceProcessingScope property.
void setInvoiceProcessingScope(String value)
Sets the value of the invoiceProcessingScope 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 String invoiceProcessingScope

Public Constructors

public SubscribeInvoiceProcessingOptions ()

Public Methods

public String getInvoiceProcessingScope ()

Gets the value of the invoiceProcessingScope property.

Returns
  • possible object is String

public void setInvoiceProcessingScope (String value)

Sets the value of the invoiceProcessingScope property.

Parameters
value Allowed object is String