public class TaxPayment extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TaxPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxPayment">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="PaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="PaymentAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PaymentAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Refund" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ReferenceType |
paymentAccountRef |
protected BigDecimal |
paymentAmount |
protected Date |
paymentDate |
protected Boolean |
refund |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
TaxPayment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getDescription()
Gets the value of the description property.
|
ReferenceType |
getPaymentAccountRef()
Gets the value of the paymentAccountRef property.
|
BigDecimal |
getPaymentAmount()
Gets the value of the paymentAmount property.
|
Date |
getPaymentDate()
Gets the value of the paymentDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isRefund()
Gets the value of the refund property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setPaymentAccountRef(ReferenceType value)
Sets the value of the paymentAccountRef property.
|
void |
setPaymentAmount(BigDecimal value)
Sets the value of the paymentAmount property.
|
void |
setPaymentDate(Date value)
Sets the value of the paymentDate property.
|
void |
setRefund(Boolean value)
Sets the value of the refund property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected Date paymentDate
protected ReferenceType paymentAccountRef
protected BigDecimal paymentAmount
protected String description
protected Boolean refund
public Date getPaymentDate()
Stringpublic void setPaymentDate(Date value)
value - allowed object is
Stringpublic ReferenceType getPaymentAccountRef()
ReferenceTypepublic void setPaymentAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getPaymentAmount()
BigDecimalpublic void setPaymentAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isRefund()
Booleanpublic void setRefund(Boolean value)
value - allowed object is
Booleanpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2025. All Rights Reserved.