com.intuit.qbmsconnector.response
Class ScheduledBillingPaymentQueryResponse
java.lang.Object
com.intuit.qbmsconnector.response.AbstractResponse
com.intuit.qbmsconnector.response.AbstractScheduledBillingResponse
com.intuit.qbmsconnector.response.ScheduledBillingPaymentQueryResponse
public class ScheduledBillingPaymentQueryResponse
- extends AbstractScheduledBillingResponse
The Class ScheduledBillingPaymentQueryResponse.
Methods inherited from class com.intuit.qbmsconnector.response.AbstractResponse |
getErrorMessage, getRequestId, getSessionTicket, getStatusCode, getStatusDetail, isSuccess, setErrorMessage, setRequestId, setSessionTicket, setStatusCode, setStatusDetail, setSuccess, toString |
ScheduledBillingPaymentQueryResponse
public ScheduledBillingPaymentQueryResponse()
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.