Class BillingPlansResponse


  • public class BillingPlansResponse
    extends Object
    Defines a billing plans response object..
    • Constructor Detail

      • BillingPlansResponse

        public BillingPlansResponse()
    • Method Detail

      • addBillingPlansItem

        public BillingPlansResponse addBillingPlansItem​(BillingPlan billingPlansItem)
        addBillingPlansItem.
        Returns:
        BillingPlansResponse
      • getBillingPlans

        public List<BillingPlan> getBillingPlans()
        Reserved: TBD.
        Returns:
        billingPlans
      • setBillingPlans

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