com.intuit.qbmsconnector.response
Class ScheduledBillingPaymentQueryResponse

java.lang.Object
  extended by com.intuit.qbmsconnector.response.AbstractResponse
      extended by com.intuit.qbmsconnector.response.AbstractScheduledBillingResponse
          extended by com.intuit.qbmsconnector.response.ScheduledBillingPaymentQueryResponse

public class ScheduledBillingPaymentQueryResponse
extends AbstractScheduledBillingResponse

The Class ScheduledBillingPaymentQueryResponse.


Constructor Summary
ScheduledBillingPaymentQueryResponse()
           
 
Method Summary
 List<ScheduledBillingPayment> getScheduledBillingPayments()
          Gets the scheduled billing payments.
 void setScheduledBillingPayments(List<ScheduledBillingPayment> scheduledBillingPayments)
          Sets the scheduled billing payments.
 
Methods inherited from class com.intuit.qbmsconnector.response.AbstractResponse
getErrorMessage, getRequestId, getSessionTicket, getStatusCode, getStatusDetail, isSuccess, setErrorMessage, setRequestId, setSessionTicket, setStatusCode, setStatusDetail, setSuccess, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScheduledBillingPaymentQueryResponse

public ScheduledBillingPaymentQueryResponse()
Method Detail

getScheduledBillingPayments

public List<ScheduledBillingPayment> getScheduledBillingPayments()
Gets the scheduled billing payments.

Returns:
the scheduledBillingPayments

setScheduledBillingPayments

public void setScheduledBillingPayments(List<ScheduledBillingPayment> scheduledBillingPayments)
Sets the scheduled billing payments.

Parameters:
scheduledBillingPayments - the scheduledBillingPayments to set


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