Class DowngradRequestBillingInfoResponse


  • public class DowngradRequestBillingInfoResponse
    extends Object
    DowngradRequestBillingInfoResponse.
    • Constructor Detail

      • DowngradRequestBillingInfoResponse

        public DowngradRequestBillingInfoResponse()
    • Method Detail

      • setDowngradePlanInformation

        public void setDowngradePlanInformation​(DowngradePlanUpdateResponse downgradePlanInformation)
        setDowngradePlanInformation.
      • getPaymentMethod

        public String getPaymentMethod()
        .
        Returns:
        paymentMethod
      • setPaymentMethod

        public void setPaymentMethod​(String paymentMethod)
        setPaymentMethod.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object