public class

PostTax

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

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

Summary

Fields
protected PostTaxRequest postTaxRequest
Public Constructors
PostTax()
Public Methods
PostTaxRequest getPostTaxRequest()
Gets the value of the postTaxRequest property.
void setPostTaxRequest(PostTaxRequest value)
Sets the value of the postTaxRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PostTaxRequest postTaxRequest

Public Constructors

public PostTax ()

Public Methods

public PostTaxRequest getPostTaxRequest ()

Gets the value of the postTaxRequest property.

Returns

public void setPostTaxRequest (PostTaxRequest value)

Sets the value of the postTaxRequest property.

Parameters
value Allowed object is PostTaxRequest