|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intuit.qbmsconnector.request.AbstractRequest
com.intuit.qbmsconnector.request.TxnRequest
com.intuit.qbmsconnector.request.BatchedTxnRequest
com.intuit.qbmsconnector.request.CreditCardTxnRequest
public abstract class CreditCardTxnRequest
Contains common properties for credit card transactions.
Constructor Summary | |
---|---|
CreditCardTxnRequest()
|
Method Summary | |
---|---|
Double |
getAmount()
Gets the amount. |
String |
getCommercialCardCode()
Gets the commercial card code. |
String |
getCreditCardNumber()
Gets the credit card number. |
Integer |
getExpirationMonth()
Gets the expiration month. |
Integer |
getExpirationYear()
Gets the expiration year. |
Boolean |
getIsCardPresent()
Gets the isCardPresent. |
Boolean |
getIsECommerce()
Gets the isECommerce. |
LodgingInfo |
getLodging()
Gets the lodging information. |
RestaurantInfo |
getRestaurant()
Gets the restaurant information. |
Double |
getSalesTaxAmount()
Gets the salesTaxAmount. |
String |
getTrack1Data()
Gets the track1 data. |
String |
getTrack2Data()
Gets the track2 data. |
void |
setAmount(Double amount)
Sets the amount. |
void |
setCommercialCardCode(String commercialCardCode)
Sets the commercial card code. |
void |
setCreditCardNumber(String creditCardNumber)
Sets the credit card number. |
void |
setExpirationMonth(Integer expirationMonth)
Sets the expiration month. |
void |
setExpirationYear(Integer expirationYear)
Sets the expiration year. |
void |
setIsCardPresent(Boolean isCardPresent)
Sets the isCardPresent. |
void |
setIsECommerce(Boolean isECommerce)
Sets the isECommerce. |
void |
setLodging(LodgingInfo lodging)
Sets the lodging information. |
void |
setRestaurant(RestaurantInfo restaurant)
Sets the restaurant information. |
void |
setSalesTaxAmount(Double salesTaxAmount)
Sets the salesTaxAmount. |
void |
setTrack1Data(String track1Data)
Sets the track1 data. |
void |
setTrack2Data(String track2Data)
Sets the track2 data. |
Methods inherited from class com.intuit.qbmsconnector.request.BatchedTxnRequest |
---|
getBatchId, setBatchId |
Methods inherited from class com.intuit.qbmsconnector.request.TxnRequest |
---|
getComment, getInvoiceId, getUserId, setComment, setInvoiceId, setUserId |
Methods inherited from class com.intuit.qbmsconnector.request.AbstractRequest |
---|
getRequestId, getTransRequestId, setRequestId, setTransRequestId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreditCardTxnRequest()
Method Detail |
---|
public String getCreditCardNumber()
public void setCreditCardNumber(String creditCardNumber)
creditCardNumber
- the creditCardNumber to setpublic Integer getExpirationMonth()
public void setExpirationMonth(Integer expirationMonth)
expirationMonth
- the expirationMonth to setpublic Integer getExpirationYear()
public void setExpirationYear(Integer expirationYear)
expirationYear
- the expirationYear to setpublic String getTrack1Data()
public void setTrack1Data(String track1Data)
track1Data
- the track1Data to setpublic String getTrack2Data()
public void setTrack2Data(String track2Data)
track2Data
- the track2Data to setpublic String getCommercialCardCode()
public void setCommercialCardCode(String commercialCardCode)
commercialCardCode
- the commercialCardCode to setpublic Double getAmount()
public void setAmount(Double amount)
amount
- The amount to set.public Double getSalesTaxAmount()
public void setSalesTaxAmount(Double salesTaxAmount)
salesTaxAmount
- The salesTaxAmount to set.public Boolean getIsCardPresent()
public void setIsCardPresent(Boolean isCardPresent)
isCardPresent
- true, if card is present.public Boolean getIsECommerce()
public void setIsECommerce(Boolean isECommerce)
isECommerce
- true, if isEcommercepublic LodgingInfo getLodging()
public void setLodging(LodgingInfo lodging)
lodging
- the lodging information to set.public RestaurantInfo getRestaurant()
public void setRestaurant(RestaurantInfo restaurant)
restaurant
- the restaurant information to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |