All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.docusign.esign.model.BillingPlanInformation Maven / Gradle / Ivy

There is a newer version: 3.20.0
Show newest version
package com.docusign.esign.model;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
import java.util.Objects;

/** BillingPlanInformation. */
public class BillingPlanInformation {
  @JsonProperty("appStoreReceipt")
  private AppStoreReceipt appStoreReceipt = null;

  @JsonProperty("billingAddress")
  private AccountAddress billingAddress = null;

  @JsonProperty("creditCardInformation")
  private CreditCardInformation creditCardInformation = null;

  @JsonProperty("directDebitProcessorInformation")
  private DirectDebitProcessorInformation directDebitProcessorInformation = null;

  @JsonProperty("downgradeReason")
  private String downgradeReason = null;

  @JsonProperty("enableSupport")
  private String enableSupport = null;

  @JsonProperty("includedSeats")
  private String includedSeats = null;

  @JsonProperty("incrementalSeats")
  private String incrementalSeats = null;

  @JsonProperty("paymentMethod")
  private String paymentMethod = null;

  @JsonProperty("paymentProcessorInformation")
  private PaymentProcessorInformation paymentProcessorInformation = null;

  @JsonProperty("planInformation")
  private PlanInformation planInformation = null;

  @JsonProperty("referralInformation")
  private ReferralInformation referralInformation = null;

  @JsonProperty("renewalStatus")
  private String renewalStatus = null;

  @JsonProperty("saleDiscountAmount")
  private String saleDiscountAmount = null;

  @JsonProperty("saleDiscountFixedAmount")
  private String saleDiscountFixedAmount = null;

  @JsonProperty("saleDiscountPercent")
  private String saleDiscountPercent = null;

  @JsonProperty("saleDiscountPeriods")
  private String saleDiscountPeriods = null;

  @JsonProperty("saleDiscountSeatPriceOverride")
  private String saleDiscountSeatPriceOverride = null;

  /**
   * appStoreReceipt.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation appStoreReceipt(AppStoreReceipt appStoreReceipt) {
    this.appStoreReceipt = appStoreReceipt;
    return this;
  }

  /**
   * Get appStoreReceipt.
   *
   * @return appStoreReceipt
   */
  @ApiModelProperty(value = "")
  public AppStoreReceipt getAppStoreReceipt() {
    return appStoreReceipt;
  }

  /** setAppStoreReceipt. */
  public void setAppStoreReceipt(AppStoreReceipt appStoreReceipt) {
    this.appStoreReceipt = appStoreReceipt;
  }

  /**
   * billingAddress.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation billingAddress(AccountAddress billingAddress) {
    this.billingAddress = billingAddress;
    return this;
  }

  /**
   * Get billingAddress.
   *
   * @return billingAddress
   */
  @ApiModelProperty(value = "")
  public AccountAddress getBillingAddress() {
    return billingAddress;
  }

  /** setBillingAddress. */
  public void setBillingAddress(AccountAddress billingAddress) {
    this.billingAddress = billingAddress;
  }

  /**
   * creditCardInformation.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation creditCardInformation(CreditCardInformation creditCardInformation) {
    this.creditCardInformation = creditCardInformation;
    return this;
  }

  /**
   * Get creditCardInformation.
   *
   * @return creditCardInformation
   */
  @ApiModelProperty(value = "")
  public CreditCardInformation getCreditCardInformation() {
    return creditCardInformation;
  }

  /** setCreditCardInformation. */
  public void setCreditCardInformation(CreditCardInformation creditCardInformation) {
    this.creditCardInformation = creditCardInformation;
  }

  /**
   * directDebitProcessorInformation.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation directDebitProcessorInformation(
      DirectDebitProcessorInformation directDebitProcessorInformation) {
    this.directDebitProcessorInformation = directDebitProcessorInformation;
    return this;
  }

  /**
   * Get directDebitProcessorInformation.
   *
   * @return directDebitProcessorInformation
   */
  @ApiModelProperty(value = "")
  public DirectDebitProcessorInformation getDirectDebitProcessorInformation() {
    return directDebitProcessorInformation;
  }

  /** setDirectDebitProcessorInformation. */
  public void setDirectDebitProcessorInformation(
      DirectDebitProcessorInformation directDebitProcessorInformation) {
    this.directDebitProcessorInformation = directDebitProcessorInformation;
  }

  /**
   * downgradeReason.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation downgradeReason(String downgradeReason) {
    this.downgradeReason = downgradeReason;
    return this;
  }

  /**
   * .
   *
   * @return downgradeReason
   */
  @ApiModelProperty(value = "")
  public String getDowngradeReason() {
    return downgradeReason;
  }

  /** setDowngradeReason. */
  public void setDowngradeReason(String downgradeReason) {
    this.downgradeReason = downgradeReason;
  }

  /**
   * enableSupport.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation enableSupport(String enableSupport) {
    this.enableSupport = enableSupport;
    return this;
  }

  /**
   * .
   *
   * @return enableSupport
   */
  @ApiModelProperty(value = "")
  public String getEnableSupport() {
    return enableSupport;
  }

  /** setEnableSupport. */
  public void setEnableSupport(String enableSupport) {
    this.enableSupport = enableSupport;
  }

  /**
   * includedSeats.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation includedSeats(String includedSeats) {
    this.includedSeats = includedSeats;
    return this;
  }

  /**
   * The number of seats (users) included..
   *
   * @return includedSeats
   */
  @ApiModelProperty(value = "The number of seats (users) included.")
  public String getIncludedSeats() {
    return includedSeats;
  }

  /** setIncludedSeats. */
  public void setIncludedSeats(String includedSeats) {
    this.includedSeats = includedSeats;
  }

  /**
   * incrementalSeats.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation incrementalSeats(String incrementalSeats) {
    this.incrementalSeats = incrementalSeats;
    return this;
  }

  /**
   * Reserved: TBD.
   *
   * @return incrementalSeats
   */
  @ApiModelProperty(value = "Reserved: TBD")
  public String getIncrementalSeats() {
    return incrementalSeats;
  }

  /** setIncrementalSeats. */
  public void setIncrementalSeats(String incrementalSeats) {
    this.incrementalSeats = incrementalSeats;
  }

  /**
   * paymentMethod.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation paymentMethod(String paymentMethod) {
    this.paymentMethod = paymentMethod;
    return this;
  }

  /**
   * .
   *
   * @return paymentMethod
   */
  @ApiModelProperty(value = "")
  public String getPaymentMethod() {
    return paymentMethod;
  }

  /** setPaymentMethod. */
  public void setPaymentMethod(String paymentMethod) {
    this.paymentMethod = paymentMethod;
  }

  /**
   * paymentProcessorInformation.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation paymentProcessorInformation(
      PaymentProcessorInformation paymentProcessorInformation) {
    this.paymentProcessorInformation = paymentProcessorInformation;
    return this;
  }

  /**
   * Get paymentProcessorInformation.
   *
   * @return paymentProcessorInformation
   */
  @ApiModelProperty(value = "")
  public PaymentProcessorInformation getPaymentProcessorInformation() {
    return paymentProcessorInformation;
  }

  /** setPaymentProcessorInformation. */
  public void setPaymentProcessorInformation(
      PaymentProcessorInformation paymentProcessorInformation) {
    this.paymentProcessorInformation = paymentProcessorInformation;
  }

  /**
   * planInformation.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation planInformation(PlanInformation planInformation) {
    this.planInformation = planInformation;
    return this;
  }

  /**
   * Get planInformation.
   *
   * @return planInformation
   */
  @ApiModelProperty(value = "")
  public PlanInformation getPlanInformation() {
    return planInformation;
  }

  /** setPlanInformation. */
  public void setPlanInformation(PlanInformation planInformation) {
    this.planInformation = planInformation;
  }

  /**
   * referralInformation.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation referralInformation(ReferralInformation referralInformation) {
    this.referralInformation = referralInformation;
    return this;
  }

  /**
   * Get referralInformation.
   *
   * @return referralInformation
   */
  @ApiModelProperty(value = "")
  public ReferralInformation getReferralInformation() {
    return referralInformation;
  }

  /** setReferralInformation. */
  public void setReferralInformation(ReferralInformation referralInformation) {
    this.referralInformation = referralInformation;
  }

  /**
   * renewalStatus.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation renewalStatus(String renewalStatus) {
    this.renewalStatus = renewalStatus;
    return this;
  }

  /**
   * .
   *
   * @return renewalStatus
   */
  @ApiModelProperty(value = "")
  public String getRenewalStatus() {
    return renewalStatus;
  }

  /** setRenewalStatus. */
  public void setRenewalStatus(String renewalStatus) {
    this.renewalStatus = renewalStatus;
  }

  /**
   * saleDiscountAmount.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation saleDiscountAmount(String saleDiscountAmount) {
    this.saleDiscountAmount = saleDiscountAmount;
    return this;
  }

  /**
   * .
   *
   * @return saleDiscountAmount
   */
  @ApiModelProperty(value = "")
  public String getSaleDiscountAmount() {
    return saleDiscountAmount;
  }

  /** setSaleDiscountAmount. */
  public void setSaleDiscountAmount(String saleDiscountAmount) {
    this.saleDiscountAmount = saleDiscountAmount;
  }

  /**
   * saleDiscountFixedAmount.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation saleDiscountFixedAmount(String saleDiscountFixedAmount) {
    this.saleDiscountFixedAmount = saleDiscountFixedAmount;
    return this;
  }

  /**
   * .
   *
   * @return saleDiscountFixedAmount
   */
  @ApiModelProperty(value = "")
  public String getSaleDiscountFixedAmount() {
    return saleDiscountFixedAmount;
  }

  /** setSaleDiscountFixedAmount. */
  public void setSaleDiscountFixedAmount(String saleDiscountFixedAmount) {
    this.saleDiscountFixedAmount = saleDiscountFixedAmount;
  }

  /**
   * saleDiscountPercent.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation saleDiscountPercent(String saleDiscountPercent) {
    this.saleDiscountPercent = saleDiscountPercent;
    return this;
  }

  /**
   * .
   *
   * @return saleDiscountPercent
   */
  @ApiModelProperty(value = "")
  public String getSaleDiscountPercent() {
    return saleDiscountPercent;
  }

  /** setSaleDiscountPercent. */
  public void setSaleDiscountPercent(String saleDiscountPercent) {
    this.saleDiscountPercent = saleDiscountPercent;
  }

  /**
   * saleDiscountPeriods.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation saleDiscountPeriods(String saleDiscountPeriods) {
    this.saleDiscountPeriods = saleDiscountPeriods;
    return this;
  }

  /**
   * .
   *
   * @return saleDiscountPeriods
   */
  @ApiModelProperty(value = "")
  public String getSaleDiscountPeriods() {
    return saleDiscountPeriods;
  }

  /** setSaleDiscountPeriods. */
  public void setSaleDiscountPeriods(String saleDiscountPeriods) {
    this.saleDiscountPeriods = saleDiscountPeriods;
  }

  /**
   * saleDiscountSeatPriceOverride.
   *
   * @return BillingPlanInformation
   */
  public BillingPlanInformation saleDiscountSeatPriceOverride(
      String saleDiscountSeatPriceOverride) {
    this.saleDiscountSeatPriceOverride = saleDiscountSeatPriceOverride;
    return this;
  }

  /**
   * .
   *
   * @return saleDiscountSeatPriceOverride
   */
  @ApiModelProperty(value = "")
  public String getSaleDiscountSeatPriceOverride() {
    return saleDiscountSeatPriceOverride;
  }

  /** setSaleDiscountSeatPriceOverride. */
  public void setSaleDiscountSeatPriceOverride(String saleDiscountSeatPriceOverride) {
    this.saleDiscountSeatPriceOverride = saleDiscountSeatPriceOverride;
  }

  /**
   * Compares objects.
   *
   * @return true or false depending on comparison result.
   */
  @Override
  public boolean equals(java.lang.Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    BillingPlanInformation billingPlanInformation = (BillingPlanInformation) o;
    return Objects.equals(this.appStoreReceipt, billingPlanInformation.appStoreReceipt)
        && Objects.equals(this.billingAddress, billingPlanInformation.billingAddress)
        && Objects.equals(this.creditCardInformation, billingPlanInformation.creditCardInformation)
        && Objects.equals(
            this.directDebitProcessorInformation,
            billingPlanInformation.directDebitProcessorInformation)
        && Objects.equals(this.downgradeReason, billingPlanInformation.downgradeReason)
        && Objects.equals(this.enableSupport, billingPlanInformation.enableSupport)
        && Objects.equals(this.includedSeats, billingPlanInformation.includedSeats)
        && Objects.equals(this.incrementalSeats, billingPlanInformation.incrementalSeats)
        && Objects.equals(this.paymentMethod, billingPlanInformation.paymentMethod)
        && Objects.equals(
            this.paymentProcessorInformation, billingPlanInformation.paymentProcessorInformation)
        && Objects.equals(this.planInformation, billingPlanInformation.planInformation)
        && Objects.equals(this.referralInformation, billingPlanInformation.referralInformation)
        && Objects.equals(this.renewalStatus, billingPlanInformation.renewalStatus)
        && Objects.equals(this.saleDiscountAmount, billingPlanInformation.saleDiscountAmount)
        && Objects.equals(
            this.saleDiscountFixedAmount, billingPlanInformation.saleDiscountFixedAmount)
        && Objects.equals(this.saleDiscountPercent, billingPlanInformation.saleDiscountPercent)
        && Objects.equals(this.saleDiscountPeriods, billingPlanInformation.saleDiscountPeriods)
        && Objects.equals(
            this.saleDiscountSeatPriceOverride,
            billingPlanInformation.saleDiscountSeatPriceOverride);
  }

  /** Returns the HashCode. */
  @Override
  public int hashCode() {
    return Objects.hash(
        appStoreReceipt,
        billingAddress,
        creditCardInformation,
        directDebitProcessorInformation,
        downgradeReason,
        enableSupport,
        includedSeats,
        incrementalSeats,
        paymentMethod,
        paymentProcessorInformation,
        planInformation,
        referralInformation,
        renewalStatus,
        saleDiscountAmount,
        saleDiscountFixedAmount,
        saleDiscountPercent,
        saleDiscountPeriods,
        saleDiscountSeatPriceOverride);
  }

  /** Converts the given object to string. */
  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class BillingPlanInformation {\n");

    sb.append("    appStoreReceipt: ").append(toIndentedString(appStoreReceipt)).append("\n");
    sb.append("    billingAddress: ").append(toIndentedString(billingAddress)).append("\n");
    sb.append("    creditCardInformation: ")
        .append(toIndentedString(creditCardInformation))
        .append("\n");
    sb.append("    directDebitProcessorInformation: ")
        .append(toIndentedString(directDebitProcessorInformation))
        .append("\n");
    sb.append("    downgradeReason: ").append(toIndentedString(downgradeReason)).append("\n");
    sb.append("    enableSupport: ").append(toIndentedString(enableSupport)).append("\n");
    sb.append("    includedSeats: ").append(toIndentedString(includedSeats)).append("\n");
    sb.append("    incrementalSeats: ").append(toIndentedString(incrementalSeats)).append("\n");
    sb.append("    paymentMethod: ").append(toIndentedString(paymentMethod)).append("\n");
    sb.append("    paymentProcessorInformation: ")
        .append(toIndentedString(paymentProcessorInformation))
        .append("\n");
    sb.append("    planInformation: ").append(toIndentedString(planInformation)).append("\n");
    sb.append("    referralInformation: ")
        .append(toIndentedString(referralInformation))
        .append("\n");
    sb.append("    renewalStatus: ").append(toIndentedString(renewalStatus)).append("\n");
    sb.append("    saleDiscountAmount: ").append(toIndentedString(saleDiscountAmount)).append("\n");
    sb.append("    saleDiscountFixedAmount: ")
        .append(toIndentedString(saleDiscountFixedAmount))
        .append("\n");
    sb.append("    saleDiscountPercent: ")
        .append(toIndentedString(saleDiscountPercent))
        .append("\n");
    sb.append("    saleDiscountPeriods: ")
        .append(toIndentedString(saleDiscountPeriods))
        .append("\n");
    sb.append("    saleDiscountSeatPriceOverride: ")
        .append(toIndentedString(saleDiscountSeatPriceOverride))
        .append("\n");
    sb.append("}");
    return sb.toString();
  }

  /**
   * Convert the given object to string with each line indented by 4 spaces (except the first line).
   */
  private String toIndentedString(java.lang.Object o) {
    if (o == null) {
      return "null";
    }
    return o.toString().replace("\n", "\n    ");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy