Package com.docusign.esign.model
Class BillingPlanResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingPlanResponse
-
- All Implemented Interfaces:
Serializable
public class BillingPlanResponse extends Object implements Serializable
Defines a billing plan response object..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingPlanResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPlanResponseaddSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.BillingPlanResponsebillingPlan(BillingPlan billingPlan)billingPlan.booleanequals(Object o)Compares objects.BillingPlangetBillingPlan()An object that contains details about the billing plan..List<BillingPlan>getSuccessorPlans().inthashCode()Returns the HashCode.voidsetBillingPlan(BillingPlan billingPlan)setBillingPlan.voidsetSuccessorPlans(List<BillingPlan> successorPlans)setSuccessorPlans.BillingPlanResponsesuccessorPlans(List<BillingPlan> successorPlans)successorPlans.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingPlan
public BillingPlanResponse billingPlan(BillingPlan billingPlan)
billingPlan.- Returns:
- BillingPlanResponse
-
getBillingPlan
public BillingPlan getBillingPlan()
An object that contains details about the billing plan..- Returns:
- billingPlan
-
setBillingPlan
public void setBillingPlan(BillingPlan billingPlan)
setBillingPlan.
-
successorPlans
public BillingPlanResponse successorPlans(List<BillingPlan> successorPlans)
successorPlans.- Returns:
- BillingPlanResponse
-
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.
-
-