public class

PostTaxResponse

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

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="PostTaxResult" type="{http://avatax.avalara.com/services}PostTaxResult" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PostTaxResult postTaxResult
Public Constructors
PostTaxResponse()
Public Methods
PostTaxResult getPostTaxResult()
Gets the value of the postTaxResult property.
void setPostTaxResult(PostTaxResult value)
Sets the value of the postTaxResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PostTaxResult postTaxResult

Public Constructors

public PostTaxResponse ()

Public Methods

public PostTaxResult getPostTaxResult ()

Gets the value of the postTaxResult property.

Returns

public void setPostTaxResult (PostTaxResult value)

Sets the value of the postTaxResult property.

Parameters
value Allowed object is PostTaxResult