Package com.docusign.esign.model
Class DowngradRequestBillingInfoResponse
- java.lang.Object
-
- com.docusign.esign.model.DowngradRequestBillingInfoResponse
-
- All Implemented Interfaces:
Serializable
public class DowngradRequestBillingInfoResponse extends Object implements Serializable
DowngradRequestBillingInfoResponse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DowngradRequestBillingInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DowngradRequestBillingInfoResponsedowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)downgradePlanInformation.booleanequals(Object o)Compares objects.DowngradePlanUpdateResponsegetDowngradePlanInformation().StringgetPaymentMethod().inthashCode()Returns the HashCode.DowngradRequestBillingInfoResponsepaymentMethod(String paymentMethod)paymentMethod.voidsetDowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)setDowngradePlanInformation.voidsetPaymentMethod(String paymentMethod)setPaymentMethod.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
downgradePlanInformation
public DowngradRequestBillingInfoResponse downgradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)
downgradePlanInformation.- Returns:
- DowngradRequestBillingInfoResponse
-
getDowngradePlanInformation
public DowngradePlanUpdateResponse getDowngradePlanInformation()
.- Returns:
- downgradePlanInformation
-
setDowngradePlanInformation
public void setDowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)
setDowngradePlanInformation.
-
paymentMethod
public DowngradRequestBillingInfoResponse paymentMethod(String paymentMethod)
paymentMethod.- Returns:
- DowngradRequestBillingInfoResponse
-
getPaymentMethod
public String getPaymentMethod()
.- Returns:
- paymentMethod
-
setPaymentMethod
public void setPaymentMethod(String paymentMethod)
setPaymentMethod.
-
equals
public boolean equals(Object o)
Compares objects.
-
-