Package com.docusign.esign.model
Class BillingPlansResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPlansResponse
-
public class BillingPlansResponse extends Object
Defines a billing plans response object..
-
-
Constructor Summary
Constructors Constructor Description BillingPlansResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPlansResponse
addBillingPlansItem(BillingPlan billingPlansItem)
addBillingPlansItem.BillingPlansResponse
billingPlans(List<BillingPlan> billingPlans)
billingPlans.boolean
equals(Object o)
Compares objects.List<BillingPlan>
getBillingPlans()
Reserved: TBD.int
hashCode()
Returns the HashCode.void
setBillingPlans(List<BillingPlan> billingPlans)
setBillingPlans.String
toString()
Converts the given object to string.
-
-
-
Method Detail
-
billingPlans
public BillingPlansResponse billingPlans(List<BillingPlan> billingPlans)
billingPlans.- Returns:
- BillingPlansResponse
-
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.
-
-