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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountBillingPlanResponseaddSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.AccountBillingPlanResponsebillingAddress(AccountAddress billingAddress)billingAddress.AccountBillingPlanResponsebillingAddressIsCreditCardAddress(String billingAddressIsCreditCardAddress)billingAddressIsCreditCardAddress.AccountBillingPlanResponsebillingPlan(AccountBillingPlan billingPlan)billingPlan.AccountBillingPlanResponsecreditCardInformation(CreditCardInformation creditCardInformation)creditCardInformation.booleanequals(Object o)Compares objects.AccountAddressgetBillingAddress()Get billingAddress.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.PaymentProcessorInformationgetPaymentProcessorInformation()Get paymentProcessorInformation.ReferralInformationgetReferralInformation()Get referralInformation.List<BillingPlan>getSuccessorPlans().inthashCode()Returns the HashCode.AccountBillingPlanResponsepaymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)paymentProcessorInformation.AccountBillingPlanResponsereferralInformation(ReferralInformation referralInformation)referralInformation.voidsetBillingAddress(AccountAddress billingAddress)setBillingAddress.voidsetBillingAddressIsCreditCardAddress(String billingAddressIsCreditCardAddress)setBillingAddressIsCreditCardAddress.voidsetBillingPlan(AccountBillingPlan billingPlan)setBillingPlan.voidsetCreditCardInformation(CreditCardInformation creditCardInformation)setCreditCardInformation.voidsetPaymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)setPaymentProcessorInformation.voidsetReferralInformation(ReferralInformation referralInformation)setReferralInformation.voidsetSuccessorPlans(List<BillingPlan> successorPlans)setSuccessorPlans.AccountBillingPlanResponsesuccessorPlans(List<BillingPlan> successorPlans)successorPlans.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(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.
-
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.
-
equals
public boolean equals(Object o)
Compares objects.
-
-