Class BillingPlanResponse

    • Constructor Detail

      • BillingPlanResponse

        public BillingPlanResponse()
    • Method Detail

      • getBillingPlan

        public BillingPlan getBillingPlan()
        An object that contains details about the billing plan..
        Returns:
        billingPlan
      • setBillingPlan

        public void setBillingPlan​(BillingPlan billingPlan)
        setBillingPlan.
      • addSuccessorPlansItem

        public BillingPlanResponse addSuccessorPlansItem​(BillingPlan successorPlansItem)
        addSuccessorPlansItem.
        Returns:
        BillingPlanResponse
      • getSuccessorPlans

        public List<BillingPlan> getSuccessorPlans()
        .
        Returns:
        successorPlans
      • setSuccessorPlans

        public void setSuccessorPlans​(List<BillingPlan> successorPlans)
        setSuccessorPlans.
      • 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