public class

ApplyPaymentRequest

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

Class Overview

Java class for ApplyPaymentRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ApplyPaymentRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CompanyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DocType" type="{http://avatax.avalara.com/services}DocumentType"/>
         <element name="DocCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String companyCode
protected String docCode
protected String docId
protected DocumentType docType
protected XMLGregorianCalendar paymentDate
Public Constructors
ApplyPaymentRequest()
Public Methods
String getCompanyCode()
Gets the value of the companyCode property.
String getDocCode()
Gets the value of the docCode property.
String getDocId()
Gets the value of the docId property.
DocumentType getDocType()
Gets the value of the docType property.
XMLGregorianCalendar getPaymentDate()
Gets the value of the paymentDate property.
void setCompanyCode(String value)
Sets the value of the companyCode property.
void setDocCode(String value)
Sets the value of the docCode property.
void setDocId(String value)
Sets the value of the docId property.
void setDocType(DocumentType value)
Sets the value of the docType property.
void setPaymentDate(XMLGregorianCalendar value)
Sets the value of the paymentDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String companyCode

protected String docCode

protected String docId

protected DocumentType docType

protected XMLGregorianCalendar paymentDate

Public Constructors

public ApplyPaymentRequest ()

Public Methods

public String getCompanyCode ()

Gets the value of the companyCode property.

Returns
  • possible object is String

public String getDocCode ()

Gets the value of the docCode property.

Returns
  • possible object is String

public String getDocId ()

Gets the value of the docId property.

Returns
  • possible object is String

public DocumentType getDocType ()

Gets the value of the docType property.

Returns

public XMLGregorianCalendar getPaymentDate ()

Gets the value of the paymentDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCompanyCode (String value)

Sets the value of the companyCode property.

Parameters
value Allowed object is String

public void setDocCode (String value)

Sets the value of the docCode property.

Parameters
value Allowed object is String

public void setDocId (String value)

Sets the value of the docId property.

Parameters
value Allowed object is String

public void setDocType (DocumentType value)

Sets the value of the docType property.

Parameters
value Allowed object is DocumentType

public void setPaymentDate (XMLGregorianCalendar value)

Sets the value of the paymentDate property.

Parameters
value Allowed object is XMLGregorianCalendar