public class

CancelTaxResponse

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.CancelTaxResponse

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CancelTaxResult" type="{http://avatax.avalara.com/services}CancelTaxResult" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CancelTaxResult cancelTaxResult
Public Constructors
CancelTaxResponse()
Public Methods
CancelTaxResult getCancelTaxResult()
Gets the value of the cancelTaxResult property.
void setCancelTaxResult(CancelTaxResult value)
Sets the value of the cancelTaxResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CancelTaxResult cancelTaxResult

Public Constructors

public CancelTaxResponse ()

Public Methods

public CancelTaxResult getCancelTaxResult ()

Gets the value of the cancelTaxResult property.

Returns

public void setCancelTaxResult (CancelTaxResult value)

Sets the value of the cancelTaxResult property.

Parameters
value Allowed object is CancelTaxResult