Package com.docusign.esign.model
Class AccountBillingPlanResponse
- java.lang.Object
-
- com.docusign.esign.model.AccountBillingPlanResponse
-
public class AccountBillingPlanResponse extends java.lang.ObjectDefines an account billing plan response object..
-
-
Constructor Summary
Constructors Constructor Description AccountBillingPlanResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountBillingPlanResponseaddSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.AccountBillingPlanResponsebillingAddress(AccountAddress billingAddress)billingAddress.AccountBillingPlanResponsebillingAddressIsCreditCardAddress(java.lang.String billingAddressIsCreditCardAddress)billingAddressIsCreditCardAddress.AccountBillingPlanResponsebillingPlan(AccountBillingPlan billingPlan)billingPlan.AccountBillingPlanResponsecreditCardInformation(CreditCardInformation creditCardInformation)creditCardInformation.AccountBillingPlanResponsedirectDebitProcessorInformation(DirectDebitProcessorInformation directDebitProcessorInformation)directDebitProcessorInformation.AccountBillingPlanResponsedowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)downgradePlanInformation.AccountBillingPlanResponsedowngradeRequestInformation(DowngradeRequestInformation downgradeRequestInformation)downgradeRequestInformation.AccountBillingPlanResponseentityInformation(BillingEntityInformationResponse entityInformation)entityInformation.booleanequals(java.lang.Object o)Compares objects.AccountAddressgetBillingAddress()Get billingAddress.java.lang.StringgetBillingAddressIsCreditCardAddress()When set to **true**, the credit card address information is the same as that returned as the billing address.AccountBillingPlangetBillingPlan()Get billingPlan.CreditCardInformationgetCreditCardInformation()Get creditCardInformation.DirectDebitProcessorInformationgetDirectDebitProcessorInformation()Get directDebitProcessorInformation.DowngradePlanUpdateResponsegetDowngradePlanInformation()Get downgradePlanInformation.DowngradeRequestInformationgetDowngradeRequestInformation()Get downgradeRequestInformation.BillingEntityInformationResponsegetEntityInformation()Get entityInformation.java.lang.StringgetPaymentMethod().PaymentProcessorInformationgetPaymentProcessorInformation()Get paymentProcessorInformation.ReferralInformationgetReferralInformation()Get referralInformation.java.util.List<BillingPlan>getSuccessorPlans().java.lang.StringgetTaxExemptId().inthashCode()Returns the HashCode.AccountBillingPlanResponsepaymentMethod(java.lang.String paymentMethod)paymentMethod.AccountBillingPlanResponsepaymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)paymentProcessorInformation.AccountBillingPlanResponsereferralInformation(ReferralInformation referralInformation)referralInformation.voidsetBillingAddress(AccountAddress billingAddress)setBillingAddress.voidsetBillingAddressIsCreditCardAddress(java.lang.String billingAddressIsCreditCardAddress)setBillingAddressIsCreditCardAddress.voidsetBillingPlan(AccountBillingPlan billingPlan)setBillingPlan.voidsetCreditCardInformation(CreditCardInformation creditCardInformation)setCreditCardInformation.voidsetDirectDebitProcessorInformation(DirectDebitProcessorInformation directDebitProcessorInformation)setDirectDebitProcessorInformation.voidsetDowngradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)setDowngradePlanInformation.voidsetDowngradeRequestInformation(DowngradeRequestInformation downgradeRequestInformation)setDowngradeRequestInformation.voidsetEntityInformation(BillingEntityInformationResponse entityInformation)setEntityInformation.voidsetPaymentMethod(java.lang.String paymentMethod)setPaymentMethod.voidsetPaymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)setPaymentProcessorInformation.voidsetReferralInformation(ReferralInformation referralInformation)setReferralInformation.voidsetSuccessorPlans(java.util.List<BillingPlan> successorPlans)setSuccessorPlans.voidsetTaxExemptId(java.lang.String taxExemptId)setTaxExemptId.AccountBillingPlanResponsesuccessorPlans(java.util.List<BillingPlan> successorPlans)successorPlans.AccountBillingPlanResponsetaxExemptId(java.lang.String taxExemptId)taxExemptId.java.lang.StringtoString()Converts the given object to string.
-
-
-
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(java.lang.String billingAddressIsCreditCardAddress)
billingAddressIsCreditCardAddress.- Returns:
- AccountBillingPlanResponse
-
getBillingAddressIsCreditCardAddress
public java.lang.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(java.lang.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(java.lang.String paymentMethod)
paymentMethod.- Returns:
- AccountBillingPlanResponse
-
getPaymentMethod
public java.lang.String getPaymentMethod()
.- Returns:
- paymentMethod
-
setPaymentMethod
public void setPaymentMethod(java.lang.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(java.util.List<BillingPlan> successorPlans)
successorPlans.- Returns:
- AccountBillingPlanResponse
-
addSuccessorPlansItem
public AccountBillingPlanResponse addSuccessorPlansItem(BillingPlan successorPlansItem)
addSuccessorPlansItem.- Returns:
- AccountBillingPlanResponse
-
getSuccessorPlans
public java.util.List<BillingPlan> getSuccessorPlans()
.- Returns:
- successorPlans
-
setSuccessorPlans
public void setSuccessorPlans(java.util.List<BillingPlan> successorPlans)
setSuccessorPlans.
-
taxExemptId
public AccountBillingPlanResponse taxExemptId(java.lang.String taxExemptId)
taxExemptId.- Returns:
- AccountBillingPlanResponse
-
getTaxExemptId
public java.lang.String getTaxExemptId()
.- Returns:
- taxExemptId
-
setTaxExemptId
public void setTaxExemptId(java.lang.String taxExemptId)
setTaxExemptId.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-