|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avalara.avatax.services.tax.AdjustTaxRequest
public class AdjustTaxRequest
Data to pass to TaxSvcSoap.adjustTax(com.avalara.avatax.services.tax.AdjustTaxRequest)
.
AdjustTaxResult
,
Serialized FormConstructor Summary | |
---|---|
AdjustTaxRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAdjustmentDescription()
Gets the adjustmentDescription value for this AdjustTaxRequest. |
int |
getAdjustmentReason()
Gets the adjustmentReason value for this AdjustTaxRequest. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
GetTaxRequest |
getGetTaxRequest()
Gets the getTaxRequest value for this AdjustTaxRequest. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAdjustmentDescription(java.lang.String adjustmentDescription)
Sets the adjustmentDescription value for this AdjustTaxRequest. |
void |
setAdjustmentReason(int adjustmentReason)
Sets the adjustmentReason value for this AdjustTaxRequest. |
void |
setGetTaxRequest(GetTaxRequest getTaxRequest)
Sets the GetTaxRequest value for this AdjustTaxRequest. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdjustTaxRequest()
Method Detail |
---|
public int getAdjustmentReason()
public void setAdjustmentReason(int adjustmentReason)
Reason for Adjusting document. Sets a valid reason for the given AdjustTax call. Adjustment Reason is a high level classification of why an Original Document is being modified.. Please visit Avalara's Administrative Console's transaction adjustment section for latest AdjustmentReasonList.
adjustmentReason
- public java.lang.String getAdjustmentDescription()
public void setAdjustmentDescription(java.lang.String adjustmentDescription)
Sets description for the given AdjustTax call. Adjustment Description is required when adjustmentReason
is "Other" for enhanced tractability.
adjustmentDescription
- public GetTaxRequest getGetTaxRequest()
public void setGetTaxRequest(GetTaxRequest getTaxRequest)
GetTaxRequest
value for this AdjustTaxRequest.
getTaxRequest
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |