public class SalesReceipt extends SalesTransaction implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SalesReceipt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesReceipt"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}SalesTransaction"> <sequence> <element name="SalesReceiptEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected IntuitAnyType |
salesReceiptEx |
applyTaxAfterDiscount, arAccountRef, autoDocNumber, balance, billAddr, billEmail, billEmailBcc, billEmailCc, checkPayment, classRef, creditCardPayment, customerMemo, customerRef, deliveryInfo, depositToAccountRef, discountAmt, discountRate, dueDate, emailStatus, financeCharge, fob, globalTaxCalculation, govtTxnRefIdentifier, homeBalance, homeTotalAmt, paymentMethodRef, paymentRefNum, paymentType, poNumber, printStatus, remitToRef, salesRepRef, salesTermRef, shipAddr, shipDate, shipMethodRef, templateRef, totalAmt, trackingNum
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 |
---|
SalesReceipt() |
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) |
IntuitAnyType |
getSalesReceiptEx()
Gets the value of the salesReceiptEx property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setSalesReceiptEx(IntuitAnyType value)
Sets the value of the salesReceiptEx property.
|
getARAccountRef, getBalance, getBillAddr, getBillEmail, getBillEmailBcc, getBillEmailCc, getCheckPayment, getClassRef, getCreditCardPayment, getCustomerMemo, getCustomerRef, getDeliveryInfo, getDepositToAccountRef, getDiscountAmt, getDiscountRate, getDueDate, getEmailStatus, getFOB, getGlobalTaxCalculation, getGovtTxnRefIdentifier, getHomeBalance, getHomeTotalAmt, getPaymentMethodRef, getPaymentRefNum, getPaymentType, getPONumber, getPrintStatus, getRemitToRef, getSalesRepRef, getSalesTermRef, getShipAddr, getShipDate, getShipMethodRef, getTemplateRef, getTotalAmt, getTrackingNum, isApplyTaxAfterDiscount, isAutoDocNumber, isFinanceCharge, setApplyTaxAfterDiscount, setARAccountRef, setAutoDocNumber, setBalance, setBillAddr, setBillEmail, setBillEmailBcc, setBillEmailCc, setCheckPayment, setClassRef, setCreditCardPayment, setCustomerMemo, setCustomerRef, setDeliveryInfo, setDepositToAccountRef, setDiscountAmt, setDiscountRate, setDueDate, setEmailStatus, setFinanceCharge, setFOB, setGlobalTaxCalculation, setGovtTxnRefIdentifier, setHomeBalance, setHomeTotalAmt, setPaymentMethodRef, setPaymentRefNum, setPaymentType, setPONumber, setPrintStatus, setRemitToRef, setSalesRepRef, setSalesTermRef, setShipAddr, setShipDate, setShipMethodRef, setTemplateRef, setTotalAmt, setTrackingNum
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 IntuitAnyType salesReceiptEx
public IntuitAnyType getSalesReceiptEx()
IntuitAnyType
public void setSalesReceiptEx(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 SalesTransaction
public boolean equals(Object object)
equals
in class SalesTransaction
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 SalesTransaction
public int hashCode()
hashCode
in class SalesTransaction
Copyright © 2017. All rights reserved.