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, txnTaxDetail
attachableRef, 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, setTxnTaxDetail
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected 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()
ReferenceType
public void setCustomerRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getRemitToRef()
ReferenceType
public void setRemitToRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getARAccountRef()
ReferenceType
public void setARAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getDepositToAccountRef()
ReferenceType
public void setDepositToAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getPaymentMethodRef()
ReferenceType
public void setPaymentMethodRef(ReferenceType value)
value
- allowed object is
ReferenceType
public String getPaymentRefNum()
String
public void setPaymentRefNum(String value)
value
- allowed object is
String
public PaymentTypeEnum getPaymentType()
PaymentTypeEnum
public void setPaymentType(PaymentTypeEnum value)
value
- allowed object is
PaymentTypeEnum
public CheckPayment getCheckPayment()
CheckPayment
public void setCheckPayment(CheckPayment value)
value
- allowed object is
CheckPayment
public CreditCardPayment getCreditCardPayment()
CreditCardPayment
public void setCreditCardPayment(CreditCardPayment value)
value
- allowed object is
CreditCardPayment
public BigDecimal getTotalAmt()
BigDecimal
public void setTotalAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getUnappliedAmt()
BigDecimal
public void setUnappliedAmt(BigDecimal value)
value
- allowed object is
BigDecimal
public Boolean isProcessPayment()
Boolean
public void setProcessPayment(Boolean value)
value
- allowed object is
Boolean
public IntuitAnyType getPaymentEx()
IntuitAnyType
public void setPaymentEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public 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.Equals2
equals
in class Transaction
public boolean equals(Object object)
equals
in class Transaction
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class Transaction
public int hashCode()
hashCode
in class Transaction
Copyright © 2017. All rights reserved.