public class

ApplyPaymentResponse

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

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

Summary

Fields
protected ApplyPaymentResult applyPaymentResult
Public Constructors
ApplyPaymentResponse()
Public Methods
ApplyPaymentResult getApplyPaymentResult()
Gets the value of the applyPaymentResult property.
void setApplyPaymentResult(ApplyPaymentResult value)
Sets the value of the applyPaymentResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ApplyPaymentResult applyPaymentResult

Public Constructors

public ApplyPaymentResponse ()

Public Methods

public ApplyPaymentResult getApplyPaymentResult ()

Gets the value of the applyPaymentResult property.

Returns

public void setApplyPaymentResult (ApplyPaymentResult value)

Sets the value of the applyPaymentResult property.

Parameters
value Allowed object is ApplyPaymentResult