public class

ApplyPayment

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

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

Summary

Fields
protected ApplyPaymentRequest applyPaymentRequest
Public Constructors
ApplyPayment()
Public Methods
ApplyPaymentRequest getApplyPaymentRequest()
Gets the value of the applyPaymentRequest property.
void setApplyPaymentRequest(ApplyPaymentRequest value)
Sets the value of the applyPaymentRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ApplyPaymentRequest applyPaymentRequest

Public Constructors

public ApplyPayment ()

Public Methods

public ApplyPaymentRequest getApplyPaymentRequest ()

Gets the value of the applyPaymentRequest property.

Returns

public void setApplyPaymentRequest (ApplyPaymentRequest value)

Sets the value of the applyPaymentRequest property.

Parameters
value Allowed object is ApplyPaymentRequest