Package com.adyen.model.recurring
Class DisableResult
- java.lang.Object
-
- com.adyen.model.recurring.DisableResult
-
public class DisableResult extends Object
DisableResult
-
-
Constructor Summary
Constructors Constructor Description DisableResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisableResultaddDetailsItem(RecurringDetail detailsItem)DisableResultdetails(List<RecurringDetail> details)booleanequals(Object o)List<RecurringDetail>getDetails()a list of one or more recurring payment details that were disabledStringgetResponse()Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled]inthashCode()DisableResultresponse(String response)voidsetDetails(List<RecurringDetail> details)voidsetResponse(String response)StringtoString()
-
-
-
Method Detail
-
response
public DisableResult response(String response)
-
getResponse
public String getResponse()
Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled]- Returns:
- response
-
setResponse
public void setResponse(String response)
-
details
public DisableResult details(List<RecurringDetail> details)
-
addDetailsItem
public DisableResult addDetailsItem(RecurringDetail detailsItem)
-
getDetails
public List<RecurringDetail> getDetails()
a list of one or more recurring payment details that were disabled- Returns:
- details
-
setDetails
public void setDetails(List<RecurringDetail> details)
-
-