com.intuit.qbmsconnector.request
Class CheckWalletAddRequest

java.lang.Object
  extended by com.intuit.qbmsconnector.request.AbstractRequest
      extended by com.intuit.qbmsconnector.request.AbstractWalletRequest
          extended by com.intuit.qbmsconnector.request.CheckWalletAddRequest

public class CheckWalletAddRequest
extends AbstractWalletRequest

Request object which maps to the QBMSXML CustomerCheckWalletAddRq request.


Constructor Summary
CheckWalletAddRequest()
           
 
Method Summary
 String getAccountNumber()
          Gets the account number.
 String getAccountType()
           
 String getCustomerID()
           
 String getPayorFirstName()
           
 String getPayorLastName()
           
 String getPayorPhoneNumber()
           
 String getRoutingNumber()
           
 boolean isBusiness()
           
 void setAccountNumber(String accountNumber)
           
 void setAccountType(String accountType)
          Parameter should be one of the following constants: CheckConstants.ACCOUNT_TYPE_CHECKING CheckConstants.ACCOUNT_TYPE_SAVINGS.
 void setBusiness(boolean isBusiness)
           
 void setCustomerID(String customerID)
           
 void setPayorFirstName(String payorFirstName)
           
 void setPayorLastName(String payorLastName)
           
 void setPayorPhoneNumber(String payorPhoneNumber)
           
 void setRoutingNumber(String routingNumber)
           
 
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

CheckWalletAddRequest

public CheckWalletAddRequest()
Method Detail

getAccountNumber

public String getAccountNumber()
Gets the account number.

Returns:
the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Parameters:
accountNumber - the accountNumber to set.

getRoutingNumber

public String getRoutingNumber()
Returns:
the routing number

setRoutingNumber

public void setRoutingNumber(String routingNumber)
Parameters:
routingNumber - the routing number

isBusiness

public boolean isBusiness()
Returns:
true, if check is a business check

setBusiness

public void setBusiness(boolean isBusiness)
Parameters:
isBusiness - true if check is a business check

getPayorFirstName

public String getPayorFirstName()
Returns:
the payor first name

setPayorFirstName

public void setPayorFirstName(String payorFirstName)
Parameters:
payorFirstName - the payor first name

getPayorLastName

public String getPayorLastName()
Returns:
the payor last name

setPayorLastName

public void setPayorLastName(String payorLastName)
Parameters:
payorLastName - the payor last name

getAccountType

public String getAccountType()
Returns:
the account type

setAccountType

public void setAccountType(String accountType)
Parameter should be one of the following constants: CheckConstants.ACCOUNT_TYPE_CHECKING CheckConstants.ACCOUNT_TYPE_SAVINGS.

Parameters:
accountType - the account type

getPayorPhoneNumber

public String getPayorPhoneNumber()
Returns:
the payor phone number

setPayorPhoneNumber

public void setPayorPhoneNumber(String payorPhoneNumber)
Parameters:
payorPhoneNumber - the payor phone number

getCustomerID

public String getCustomerID()
Returns:
the customer id

setCustomerID

public void setCustomerID(String customerID)
Parameters:
customerID - the customer id


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