Package com.docusign.esign.model
Class AccountBillingPlanResponse
- java.lang.Object
-
- com.docusign.esign.model.AccountBillingPlanResponse
-
public class AccountBillingPlanResponse extends Object
Defines an account billing plan response object..
-
-
Constructor Summary
Constructors Constructor Description AccountBillingPlanResponse()
-
Method Summary
-
-
-
Method Detail
-
billingAddress
public AccountBillingPlanResponse billingAddress(AccountAddress billingAddress)
billingAddress.- Returns:
- AccountBillingPlanResponse
-
getBillingAddress
public AccountAddress getBillingAddress()
Get billingAddress.- Returns:
- billingAddress
-
setBillingAddress
public void setBillingAddress(AccountAddress billingAddress)
setBillingAddress.
-
billingAddressIsCreditCardAddress
public AccountBillingPlanResponse billingAddressIsCreditCardAddress(String billingAddressIsCreditCardAddress)
billingAddressIsCreditCardAddress.- Returns:
- AccountBillingPlanResponse
-
getBillingAddressIsCreditCardAddress
public String getBillingAddressIsCreditCardAddress()
When set to **true**, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different..- Returns:
- billingAddressIsCreditCardAddress
-
setBillingAddressIsCreditCardAddress
public void setBillingAddressIsCreditCardAddress(String billingAddressIsCreditCardAddress)
setBillingAddressIsCreditCardAddress.
-
billingPlan
public AccountBillingPlanResponse billingPlan(AccountBillingPlan billingPlan)
billingPlan.- Returns:
- AccountBillingPlanResponse
-
getBillingPlan
public AccountBillingPlan getBillingPlan()
Get billingPlan.- Returns:
- billingPlan
-
setBillingPlan
public void setBillingPlan(AccountBillingPlan billingPlan)
setBillingPlan.
-
creditCardInformation
public AccountBillingPlanResponse creditCardInformation(CreditCardInformation creditCardInformation)
creditCardInformation.- Returns:
- AccountBillingPlanResponse
-
getCreditCardInformation
public CreditCardInformation getCreditCardInformation()
Get creditCardInformation.- Returns:
- creditCardInformation
-
setCreditCardInformation
public void setCreditCardInformation(CreditCardInformation creditCardInformation)
setCreditCardInformation.
-
directDebitProcessorInformation
public AccountBillingPlanResponse directDebitProcessorInformation(DirectDebitProcessorInformation directDebitProcessorInformation)
directDebitProcessorInformation.- Returns:
- AccountBillingPlanResponse
-
getDirectDebitProcessorInformation
public DirectDebitProcessorInformation getDirectDebitProcessorInformation()
Get directDebitProcessorInformation.- Returns:
- directDebitProcessorInformation
-
setDirectDebitProcessorInformation
public void setDirectDebitProcessorInformation(DirectDebitProcessorInformation directDebitProcessorInformation)
setDirectDebitProcessorInformation.
-
downgradePlanInformation
public AccountBillingPlanResponse downgradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)
downgradePlanInformation.- Returns:
- AccountBillingPlanResponse
-
getDowngradePlanInformation
public DowngradePlanUpdateResponse getDowngradePlanInformation()
Get downgradePlanInformation.- Returns:
- downgradePlanInformation
-
setDowngradePlanInformation
public void setDowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)
setDowngradePlanInformation.
-
downgradeRequestInformation
public AccountBillingPlanResponse downgradeRequestInformation(DowngradeRequestInformation downgradeRequestInformation)
downgradeRequestInformation.- Returns:
- AccountBillingPlanResponse
-
getDowngradeRequestInformation
public DowngradeRequestInformation getDowngradeRequestInformation()
Get downgradeRequestInformation.- Returns:
- downgradeRequestInformation
-
setDowngradeRequestInformation
public void setDowngradeRequestInformation(DowngradeRequestInformation downgradeRequestInformation)
setDowngradeRequestInformation.
-
entityInformation
public AccountBillingPlanResponse entityInformation(BillingEntityInformationResponse entityInformation)
entityInformation.- Returns:
- AccountBillingPlanResponse
-
getEntityInformation
public BillingEntityInformationResponse getEntityInformation()
Get entityInformation.- Returns:
- entityInformation
-
setEntityInformation
public void setEntityInformation(BillingEntityInformationResponse entityInformation)
setEntityInformation.
-
paymentMethod
public AccountBillingPlanResponse paymentMethod(String paymentMethod)
paymentMethod.- Returns:
- AccountBillingPlanResponse
-
getPaymentMethod
public String getPaymentMethod()
.- Returns:
- paymentMethod
-
setPaymentMethod
public void setPaymentMethod(String paymentMethod)
setPaymentMethod.
-
paymentProcessorInformation
public AccountBillingPlanResponse paymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)
paymentProcessorInformation.- Returns:
- AccountBillingPlanResponse
-
getPaymentProcessorInformation
public PaymentProcessorInformation getPaymentProcessorInformation()
Get paymentProcessorInformation.- Returns:
- paymentProcessorInformation
-
setPaymentProcessorInformation
public void setPaymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)
setPaymentProcessorInformation.
-
referralInformation
public AccountBillingPlanResponse referralInformation(ReferralInformation referralInformation)
referralInformation.- Returns:
- AccountBillingPlanResponse
-
getReferralInformation
public ReferralInformation getReferralInformation()
Get referralInformation.- Returns:
- referralInformation
-
setReferralInformation
public void setReferralInformation(ReferralInformation referralInformation)
setReferralInformation.
-
successorPlans
public AccountBillingPlanResponse successorPlans(List<BillingPlan> successorPlans)
successorPlans.- Returns:
- AccountBillingPlanResponse
-
addSuccessorPlansItem
public AccountBillingPlanResponse addSuccessorPlansItem(BillingPlan successorPlansItem)
addSuccessorPlansItem.- Returns:
- AccountBillingPlanResponse
-
getSuccessorPlans
public List<BillingPlan> getSuccessorPlans()
.- Returns:
- successorPlans
-
setSuccessorPlans
public void setSuccessorPlans(List<BillingPlan> successorPlans)
setSuccessorPlans.
-
taxExemptId
public AccountBillingPlanResponse taxExemptId(String taxExemptId)
taxExemptId.- Returns:
- AccountBillingPlanResponse
-
getTaxExemptId
public String getTaxExemptId()
.- Returns:
- taxExemptId
-
setTaxExemptId
public void setTaxExemptId(String taxExemptId)
setTaxExemptId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-