public class ConvenienceFeeDetail extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ConvenienceFeeDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConvenienceFeeDetail">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="ConvenienceFeeType" type="{http://schema.intuit.com/finance/v3}ConvenienceFeeTypeEnum" minOccurs="0"/>
<element name="ConvenienceFeePercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
convenienceFeePercent |
protected ConvenienceFeeTypeEnum |
convenienceFeeType |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
ConvenienceFeeDetail() |
| 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) |
BigDecimal |
getConvenienceFeePercent()
Gets the value of the convenienceFeePercent property.
|
ConvenienceFeeTypeEnum |
getConvenienceFeeType()
Gets the value of the convenienceFeeType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setConvenienceFeePercent(BigDecimal value)
Sets the value of the convenienceFeePercent property.
|
void |
setConvenienceFeeType(ConvenienceFeeTypeEnum value)
Sets the value of the convenienceFeeType property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected ConvenienceFeeTypeEnum convenienceFeeType
protected BigDecimal convenienceFeePercent
public ConvenienceFeeTypeEnum getConvenienceFeeType()
ConvenienceFeeTypeEnumpublic void setConvenienceFeeType(ConvenienceFeeTypeEnum value)
value - allowed object is
ConvenienceFeeTypeEnumpublic BigDecimal getConvenienceFeePercent()
BigDecimalpublic void setConvenienceFeePercent(BigDecimal value)
value - allowed object is
BigDecimalpublic 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 © 2019. All Rights Reserved.