public class

AmendOptions

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

Class Overview

Java class for AmendOptions complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected InvoiceProcessingOptions invoiceProcessingOptions
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
AmendOptions()
Public Methods
InvoiceProcessingOptions getInvoiceProcessingOptions()
Gets the value of the invoiceProcessingOptions property.
void setInvoiceProcessingOptions(InvoiceProcessingOptions value)
Sets the value of the invoiceProcessingOptions 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 InvoiceProcessingOptions invoiceProcessingOptions

Public Constructors

public AmendOptions ()

Public Methods

public InvoiceProcessingOptions getInvoiceProcessingOptions ()

Gets the value of the invoiceProcessingOptions property.

Returns

public void setInvoiceProcessingOptions (InvoiceProcessingOptions value)

Sets the value of the invoiceProcessingOptions property.

Parameters
value allowed object is InvoiceProcessingOptions