public class CreditCardPaymentTxn extends Transaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CreditCardPaymentTxn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCardPaymentTxn">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}Transaction">
<sequence>
<element name="CreditCardAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="BankAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="VendorRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="CheckNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PrintStatus" type="{http://schema.intuit.com/finance/v3}PrintStatusEnum" minOccurs="0"/>
<element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreditCardPaymentEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected ReferenceType |
bankAccountRef |
protected String |
checkNum |
protected ReferenceType |
creditCardAccountRef |
protected IntuitAnyType |
creditCardPaymentEx |
protected String |
memo |
protected PrintStatusEnum |
printStatus |
protected ReferenceType |
vendorRef |
currencyRef, departmentRef, docNumber, exchangeRate, homeTotalCostAmount, line, linkedTxn, privateNote, projectRef, recurDataRef, recurringInfo, tag, taxFormNum, taxFormType, totalCostAmount, transactionLocationType, txnApprovalInfo, txnDate, txnSource, txnStatus, txnTaxDetailattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
CreditCardPaymentTxn() |
| 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 |
getAmount()
Gets the value of the amount property.
|
ReferenceType |
getBankAccountRef()
Gets the value of the bankAccountRef property.
|
String |
getCheckNum()
Gets the value of the checkNum property.
|
ReferenceType |
getCreditCardAccountRef()
Gets the value of the creditCardAccountRef property.
|
IntuitAnyType |
getCreditCardPaymentEx()
Gets the value of the creditCardPaymentEx property.
|
String |
getMemo()
Gets the value of the memo property.
|
PrintStatusEnum |
getPrintStatus()
Gets the value of the printStatus property.
|
ReferenceType |
getVendorRef()
Gets the value of the vendorRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setBankAccountRef(ReferenceType value)
Sets the value of the bankAccountRef property.
|
void |
setCheckNum(String value)
Sets the value of the checkNum property.
|
void |
setCreditCardAccountRef(ReferenceType value)
Sets the value of the creditCardAccountRef property.
|
void |
setCreditCardPaymentEx(IntuitAnyType value)
Sets the value of the creditCardPaymentEx property.
|
void |
setMemo(String value)
Sets the value of the memo property.
|
void |
setPrintStatus(PrintStatusEnum value)
Sets the value of the printStatus property.
|
void |
setVendorRef(ReferenceType value)
Sets the value of the vendorRef property.
|
getCurrencyRef, getDepartmentRef, getDocNumber, getExchangeRate, getHomeTotalCostAmount, getLine, getLinkedTxn, getPrivateNote, getProjectRef, getRecurDataRef, getRecurringInfo, getTag, getTaxFormNum, getTaxFormType, getTotalCostAmount, getTransactionLocationType, getTxnApprovalInfo, getTxnDate, getTxnSource, getTxnStatus, getTxnTaxDetail, setCurrencyRef, setDepartmentRef, setDocNumber, setExchangeRate, setHomeTotalCostAmount, setLine, setLinkedTxn, setPrivateNote, setProjectRef, setRecurDataRef, setRecurringInfo, setTag, setTaxFormNum, setTaxFormType, setTotalCostAmount, setTransactionLocationType, setTxnApprovalInfo, setTxnDate, setTxnSource, setTxnStatus, setTxnTaxDetailgetAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected ReferenceType creditCardAccountRef
protected ReferenceType bankAccountRef
protected BigDecimal amount
protected ReferenceType vendorRef
protected String checkNum
protected PrintStatusEnum printStatus
protected String memo
protected IntuitAnyType creditCardPaymentEx
public ReferenceType getCreditCardAccountRef()
ReferenceTypepublic void setCreditCardAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getBankAccountRef()
ReferenceTypepublic void setBankAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic ReferenceType getVendorRef()
ReferenceTypepublic void setVendorRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic String getCheckNum()
Stringpublic void setCheckNum(String value)
value - allowed object is
Stringpublic PrintStatusEnum getPrintStatus()
PrintStatusEnumpublic void setPrintStatus(PrintStatusEnum value)
value - allowed object is
PrintStatusEnumpublic String getMemo()
Stringpublic void setMemo(String value)
value - allowed object is
Stringpublic IntuitAnyType getCreditCardPaymentEx()
IntuitAnyTypepublic void setCreditCardPaymentEx(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 © 2025. All Rights Reserved.