public class

InvoiceProcessingOptions

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

Class Overview

Java class for InvoiceProcessingOptions complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar invoiceTargetDate
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
InvoiceProcessingOptions()
Public Methods
XMLGregorianCalendar getInvoiceTargetDate()
Gets the value of the invoiceTargetDate 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 XMLGregorianCalendar invoiceTargetDate

Public Constructors

public InvoiceProcessingOptions ()

Public Methods

public XMLGregorianCalendar getInvoiceTargetDate ()

Gets the value of the invoiceTargetDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setInvoiceTargetDate (XMLGregorianCalendar value)

Sets the value of the invoiceTargetDate property.

Parameters
value Allowed object is XMLGregorianCalendar