com.intuit.qbmsconnector.request
Class CreditCardIncrementalAuthorizeRequest

java.lang.Object
  extended by com.intuit.qbmsconnector.request.AbstractRequest
      extended by com.intuit.qbmsconnector.request.TxnRequest
          extended by com.intuit.qbmsconnector.request.FollowOnTxnRequest
              extended by com.intuit.qbmsconnector.request.BatchedFollowOnTxnRequest
                  extended by com.intuit.qbmsconnector.request.CreditCardIncrementalAuthorizeRequest

public class CreditCardIncrementalAuthorizeRequest
extends BatchedFollowOnTxnRequest

Request object which maps to the QBMSXML CustomerCreditCardTxnIncrementalAuthRq request.


Constructor Summary
CreditCardIncrementalAuthorizeRequest()
           
 
Method Summary
 Double getAmount()
          Gets the amount.
 LodgingInfo getLodging()
          Gets the lodging information.
 void setAmount(Double amount)
          Sets the amount.
 void setLodging(LodgingInfo lodging)
          Sets the lodging information.
 
Methods inherited from class com.intuit.qbmsconnector.request.BatchedFollowOnTxnRequest
getBatchId, setBatchId
 
Methods inherited from class com.intuit.qbmsconnector.request.FollowOnTxnRequest
getTransId, setTransId
 
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

CreditCardIncrementalAuthorizeRequest

public CreditCardIncrementalAuthorizeRequest()
Method Detail

getAmount

public Double getAmount()
Gets the amount.

Returns:
The amount.

setAmount

public void setAmount(Double amount)
Sets the amount.

Parameters:
amount - The amount to set.

getLodging

public LodgingInfo getLodging()
Gets the lodging information.

Returns:
the lodging information

setLodging

public void setLodging(LodgingInfo lodging)
Sets the lodging information.

Parameters:
lodging - the lodging information to set


Copyright © 2006-2010 Intuit Inc. All Rights Reserved.