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"/>
         <element name="InvoiceTargetDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String invoiceProcessingScope
protected XMLGregorianCalendar invoiceTargetDate
Public Constructors
SubscribeInvoiceProcessingOptions()
Public Methods
String getInvoiceProcessingScope()
Gets the value of the invoiceProcessingScope property.
XMLGregorianCalendar getInvoiceTargetDate()
Gets the value of the invoiceTargetDate property.
void setInvoiceProcessingScope(String value)
Sets the value of the invoiceProcessingScope property.
void setInvoiceTargetDate(XMLGregorianCalendar value)
Sets the value of the invoiceTargetDate 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

protected XMLGregorianCalendar invoiceTargetDate

Public Constructors

public SubscribeInvoiceProcessingOptions ()

Public Methods

public String getInvoiceProcessingScope ()

Gets the value of the invoiceProcessingScope property.

Returns
  • possible object is String

public XMLGregorianCalendar getInvoiceTargetDate ()

Gets the value of the invoiceTargetDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setInvoiceProcessingScope (String value)

Sets the value of the invoiceProcessingScope property.

Parameters
value Allowed object is String

public void setInvoiceTargetDate (XMLGregorianCalendar value)

Sets the value of the invoiceTargetDate property.

Parameters
value Allowed object is XMLGregorianCalendar