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 BillingPlansResponseaddBillingPlansItem(BillingPlan billingPlansItem)addBillingPlansItem.BillingPlansResponsebillingPlans(List<BillingPlan> billingPlans)billingPlans.booleanequals(Object o)Compares objects.List<BillingPlan>getBillingPlans()Reserved: TBD.inthashCode()Returns the HashCode.voidsetBillingPlans(List<BillingPlan> billingPlans)setBillingPlans.StringtoString()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.
-
-