Package com.docusign.esign.model
Class DowngradRequestBillingInfoResponse
- java.lang.Object
-
- com.docusign.esign.model.DowngradRequestBillingInfoResponse
-
public class DowngradRequestBillingInfoResponse extends java.lang.ObjectDowngradRequestBillingInfoResponse.
-
-
Constructor Summary
Constructors Constructor Description DowngradRequestBillingInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DowngradRequestBillingInfoResponsedowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)downgradePlanInformation.booleanequals(java.lang.Object o)Compares objects.DowngradePlanUpdateResponsegetDowngradePlanInformation()Get downgradePlanInformation.java.lang.StringgetPaymentMethod().inthashCode()Returns the HashCode.DowngradRequestBillingInfoResponsepaymentMethod(java.lang.String paymentMethod)paymentMethod.voidsetDowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)setDowngradePlanInformation.voidsetPaymentMethod(java.lang.String paymentMethod)setPaymentMethod.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
downgradePlanInformation
public DowngradRequestBillingInfoResponse downgradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)
downgradePlanInformation.- Returns:
- DowngradRequestBillingInfoResponse
-
getDowngradePlanInformation
public DowngradePlanUpdateResponse getDowngradePlanInformation()
Get downgradePlanInformation.- Returns:
- downgradePlanInformation
-
setDowngradePlanInformation
public void setDowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)
setDowngradePlanInformation.
-
paymentMethod
public DowngradRequestBillingInfoResponse paymentMethod(java.lang.String paymentMethod)
paymentMethod.- Returns:
- DowngradRequestBillingInfoResponse
-
getPaymentMethod
public java.lang.String getPaymentMethod()
.- Returns:
- paymentMethod
-
setPaymentMethod
public void setPaymentMethod(java.lang.String paymentMethod)
setPaymentMethod.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-