public class Payment extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Payment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}Transaction">
<sequence>
<element name="CustomerRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="RemitToRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="ARAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="DepositToAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PaymentMethodRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PaymentRefNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentType" type="{http://schema.intuit.com/finance/v3}PaymentTypeEnum" minOccurs="0"/>
<choice minOccurs="0">
<element name="CheckPayment" type="{http://schema.intuit.com/finance/v3}CheckPayment" minOccurs="0"/>
<element name="CreditCardPayment" type="{http://schema.intuit.com/finance/v3}CreditCardPayment" minOccurs="0"/>
</choice>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="UnappliedAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="ProcessPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PaymentEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
arAccountRef |
protected CheckPayment |
checkPayment |
protected CreditCardPayment |
creditCardPayment |
protected ReferenceType |
customerRef |
protected ReferenceType |
depositToAccountRef |
protected IntuitAnyType |
paymentEx |
protected ReferenceType |
paymentMethodRef |
protected String |
paymentRefNum |
protected PaymentTypeEnum |
paymentType |
protected Boolean |
processPayment |
protected ReferenceType |
remitToRef |
protected BigDecimal |
totalAmt |
protected BigDecimal |
unappliedAmt |
currencyRef, departmentRef, docNumber, exchangeRate, line, linkedTxn, privateNote, taxFormNum, taxFormType, transactionLocationType, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
Payment() |
| 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) |
ReferenceType |
getARAccountRef()
Gets the value of the arAccountRef property.
|
CheckPayment |
getCheckPayment()
Gets the value of the checkPayment property.
|
CreditCardPayment |
getCreditCardPayment()
Gets the value of the creditCardPayment property.
|
ReferenceType |
getCustomerRef()
Gets the value of the customerRef property.
|
ReferenceType |
getDepositToAccountRef()
Gets the value of the depositToAccountRef property.
|
IntuitAnyType |
getPaymentEx()
Gets the value of the paymentEx property.
|
ReferenceType |
getPaymentMethodRef()
Gets the value of the paymentMethodRef property.
|
String |
getPaymentRefNum()
Gets the value of the paymentRefNum property.
|
PaymentTypeEnum |
getPaymentType()
Gets the value of the paymentType property.
|
ReferenceType |
getRemitToRef()
Gets the value of the remitToRef property.
|
BigDecimal |
getTotalAmt()
Gets the value of the totalAmt property.
|
BigDecimal |
getUnappliedAmt()
Gets the value of the unappliedAmt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isProcessPayment()
Gets the value of the processPayment property.
|
void |
setARAccountRef(ReferenceType value)
Sets the value of the arAccountRef property.
|
void |
setCheckPayment(CheckPayment value)
Sets the value of the checkPayment property.
|
void |
setCreditCardPayment(CreditCardPayment value)
Sets the value of the creditCardPayment property.
|
void |
setCustomerRef(ReferenceType value)
Sets the value of the customerRef property.
|
void |
setDepositToAccountRef(ReferenceType value)
Sets the value of the depositToAccountRef property.
|
void |
setPaymentEx(IntuitAnyType value)
Sets the value of the paymentEx property.
|
void |
setPaymentMethodRef(ReferenceType value)
Sets the value of the paymentMethodRef property.
|
void |
setPaymentRefNum(String value)
Sets the value of the paymentRefNum property.
|
void |
setPaymentType(PaymentTypeEnum value)
Sets the value of the paymentType property.
|
void |
setProcessPayment(Boolean value)
Sets the value of the processPayment property.
|
void |
setRemitToRef(ReferenceType value)
Sets the value of the remitToRef property.
|
void |
setTotalAmt(BigDecimal value)
Sets the value of the totalAmt property.
|
void |
setUnappliedAmt(BigDecimal value)
Sets the value of the unappliedAmt property.
|
getCurrencyRef, getDepartmentRef, getDocNumber, getExchangeRate, getLine, getLinkedTxn, getPrivateNote, getTaxFormNum, getTaxFormType, getTransactionLocationType, getTxnDate, getTxnSource, getTxnStatus, getTxnTaxDetail, setCurrencyRef, setDepartmentRef, setDocNumber, setExchangeRate, setLine, setLinkedTxn, setPrivateNote, setTaxFormNum, setTaxFormType, setTransactionLocationType, setTxnDate, setTxnSource, setTxnStatus, setTxnTaxDetailgetAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected ReferenceType customerRef
protected ReferenceType remitToRef
protected ReferenceType arAccountRef
protected ReferenceType depositToAccountRef
protected ReferenceType paymentMethodRef
protected String paymentRefNum
protected PaymentTypeEnum paymentType
protected CheckPayment checkPayment
protected CreditCardPayment creditCardPayment
protected BigDecimal totalAmt
protected BigDecimal unappliedAmt
protected Boolean processPayment
protected IntuitAnyType paymentEx
public ReferenceType getCustomerRef()
ReferenceTypepublic void setCustomerRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getRemitToRef()
ReferenceTypepublic void setRemitToRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getARAccountRef()
ReferenceTypepublic void setARAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getDepositToAccountRef()
ReferenceTypepublic void setDepositToAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getPaymentMethodRef()
ReferenceTypepublic void setPaymentMethodRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic String getPaymentRefNum()
Stringpublic void setPaymentRefNum(String value)
value - allowed object is
Stringpublic PaymentTypeEnum getPaymentType()
PaymentTypeEnumpublic void setPaymentType(PaymentTypeEnum value)
value - allowed object is
PaymentTypeEnumpublic CheckPayment getCheckPayment()
CheckPaymentpublic void setCheckPayment(CheckPayment value)
value - allowed object is
CheckPaymentpublic CreditCardPayment getCreditCardPayment()
CreditCardPaymentpublic void setCreditCardPayment(CreditCardPayment value)
value - allowed object is
CreditCardPaymentpublic BigDecimal getTotalAmt()
BigDecimalpublic void setTotalAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getUnappliedAmt()
BigDecimalpublic void setUnappliedAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic Boolean isProcessPayment()
Booleanpublic void setProcessPayment(Boolean value)
value - allowed object is
Booleanpublic IntuitAnyType getPaymentEx()
IntuitAnyTypepublic void setPaymentEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic 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 Transactionpublic boolean equals(Object object)
equals in class Transactionpublic 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 Transactionpublic int hashCode()
hashCode in class TransactionCopyright © 2017. All rights reserved.