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

Model.CreateBillingAgreement Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
/*
 * CyberSource Merged Spec
 * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
 *
 * OpenAPI spec version: 0.0.1
 * 
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */


package Model;

import java.util.Objects;
import java.util.Arrays;
import Model.Ptsv2billingagreementsAggregatorInformation;
import Model.Ptsv2billingagreementsAgreementInformation;
import Model.Ptsv2billingagreementsBuyerInformation;
import Model.Ptsv2billingagreementsClientReferenceInformation;
import Model.Ptsv2billingagreementsConsumerAuthenticationInformation;
import Model.Ptsv2billingagreementsDeviceInformation;
import Model.Ptsv2billingagreementsInstallmentInformation;
import Model.Ptsv2billingagreementsMerchantInformation;
import Model.Ptsv2billingagreementsOrderInformation;
import Model.Ptsv2billingagreementsPaymentInformation;
import Model.Ptsv2billingagreementsProcessingInformation;
import com.google.gson.TypeAdapter;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.IOException;

/**
 * CreateBillingAgreement
 */

public class CreateBillingAgreement {
  @SerializedName("agreementInformation")
  private Ptsv2billingagreementsAgreementInformation agreementInformation = null;

  @SerializedName("clientReferenceInformation")
  private Ptsv2billingagreementsClientReferenceInformation clientReferenceInformation = null;

  @SerializedName("aggregatorInformation")
  private Ptsv2billingagreementsAggregatorInformation aggregatorInformation = null;

  @SerializedName("consumerAuthenticationInformation")
  private Ptsv2billingagreementsConsumerAuthenticationInformation consumerAuthenticationInformation = null;

  @SerializedName("deviceInformation")
  private Ptsv2billingagreementsDeviceInformation deviceInformation = null;

  @SerializedName("installmentInformation")
  private Ptsv2billingagreementsInstallmentInformation installmentInformation = null;

  @SerializedName("merchantInformation")
  private Ptsv2billingagreementsMerchantInformation merchantInformation = null;

  @SerializedName("orderInformation")
  private Ptsv2billingagreementsOrderInformation orderInformation = null;

  @SerializedName("paymentInformation")
  private Ptsv2billingagreementsPaymentInformation paymentInformation = null;

  @SerializedName("processingInformation")
  private Ptsv2billingagreementsProcessingInformation processingInformation = null;

  @SerializedName("buyerInformation")
  private Ptsv2billingagreementsBuyerInformation buyerInformation = null;

  public CreateBillingAgreement agreementInformation(Ptsv2billingagreementsAgreementInformation agreementInformation) {
    this.agreementInformation = agreementInformation;
    return this;
  }

   /**
   * Get agreementInformation
   * @return agreementInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsAgreementInformation getAgreementInformation() {
    return agreementInformation;
  }

  public void setAgreementInformation(Ptsv2billingagreementsAgreementInformation agreementInformation) {
    this.agreementInformation = agreementInformation;
  }

  public CreateBillingAgreement clientReferenceInformation(Ptsv2billingagreementsClientReferenceInformation clientReferenceInformation) {
    this.clientReferenceInformation = clientReferenceInformation;
    return this;
  }

   /**
   * Get clientReferenceInformation
   * @return clientReferenceInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsClientReferenceInformation getClientReferenceInformation() {
    return clientReferenceInformation;
  }

  public void setClientReferenceInformation(Ptsv2billingagreementsClientReferenceInformation clientReferenceInformation) {
    this.clientReferenceInformation = clientReferenceInformation;
  }

  public CreateBillingAgreement aggregatorInformation(Ptsv2billingagreementsAggregatorInformation aggregatorInformation) {
    this.aggregatorInformation = aggregatorInformation;
    return this;
  }

   /**
   * Get aggregatorInformation
   * @return aggregatorInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsAggregatorInformation getAggregatorInformation() {
    return aggregatorInformation;
  }

  public void setAggregatorInformation(Ptsv2billingagreementsAggregatorInformation aggregatorInformation) {
    this.aggregatorInformation = aggregatorInformation;
  }

  public CreateBillingAgreement consumerAuthenticationInformation(Ptsv2billingagreementsConsumerAuthenticationInformation consumerAuthenticationInformation) {
    this.consumerAuthenticationInformation = consumerAuthenticationInformation;
    return this;
  }

   /**
   * Get consumerAuthenticationInformation
   * @return consumerAuthenticationInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsConsumerAuthenticationInformation getConsumerAuthenticationInformation() {
    return consumerAuthenticationInformation;
  }

  public void setConsumerAuthenticationInformation(Ptsv2billingagreementsConsumerAuthenticationInformation consumerAuthenticationInformation) {
    this.consumerAuthenticationInformation = consumerAuthenticationInformation;
  }

  public CreateBillingAgreement deviceInformation(Ptsv2billingagreementsDeviceInformation deviceInformation) {
    this.deviceInformation = deviceInformation;
    return this;
  }

   /**
   * Get deviceInformation
   * @return deviceInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsDeviceInformation getDeviceInformation() {
    return deviceInformation;
  }

  public void setDeviceInformation(Ptsv2billingagreementsDeviceInformation deviceInformation) {
    this.deviceInformation = deviceInformation;
  }

  public CreateBillingAgreement installmentInformation(Ptsv2billingagreementsInstallmentInformation installmentInformation) {
    this.installmentInformation = installmentInformation;
    return this;
  }

   /**
   * Get installmentInformation
   * @return installmentInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsInstallmentInformation getInstallmentInformation() {
    return installmentInformation;
  }

  public void setInstallmentInformation(Ptsv2billingagreementsInstallmentInformation installmentInformation) {
    this.installmentInformation = installmentInformation;
  }

  public CreateBillingAgreement merchantInformation(Ptsv2billingagreementsMerchantInformation merchantInformation) {
    this.merchantInformation = merchantInformation;
    return this;
  }

   /**
   * Get merchantInformation
   * @return merchantInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsMerchantInformation getMerchantInformation() {
    return merchantInformation;
  }

  public void setMerchantInformation(Ptsv2billingagreementsMerchantInformation merchantInformation) {
    this.merchantInformation = merchantInformation;
  }

  public CreateBillingAgreement orderInformation(Ptsv2billingagreementsOrderInformation orderInformation) {
    this.orderInformation = orderInformation;
    return this;
  }

   /**
   * Get orderInformation
   * @return orderInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsOrderInformation getOrderInformation() {
    return orderInformation;
  }

  public void setOrderInformation(Ptsv2billingagreementsOrderInformation orderInformation) {
    this.orderInformation = orderInformation;
  }

  public CreateBillingAgreement paymentInformation(Ptsv2billingagreementsPaymentInformation paymentInformation) {
    this.paymentInformation = paymentInformation;
    return this;
  }

   /**
   * Get paymentInformation
   * @return paymentInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsPaymentInformation getPaymentInformation() {
    return paymentInformation;
  }

  public void setPaymentInformation(Ptsv2billingagreementsPaymentInformation paymentInformation) {
    this.paymentInformation = paymentInformation;
  }

  public CreateBillingAgreement processingInformation(Ptsv2billingagreementsProcessingInformation processingInformation) {
    this.processingInformation = processingInformation;
    return this;
  }

   /**
   * Get processingInformation
   * @return processingInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsProcessingInformation getProcessingInformation() {
    return processingInformation;
  }

  public void setProcessingInformation(Ptsv2billingagreementsProcessingInformation processingInformation) {
    this.processingInformation = processingInformation;
  }

  public CreateBillingAgreement buyerInformation(Ptsv2billingagreementsBuyerInformation buyerInformation) {
    this.buyerInformation = buyerInformation;
    return this;
  }

   /**
   * Get buyerInformation
   * @return buyerInformation
  **/
  @ApiModelProperty(value = "")
  public Ptsv2billingagreementsBuyerInformation getBuyerInformation() {
    return buyerInformation;
  }

  public void setBuyerInformation(Ptsv2billingagreementsBuyerInformation buyerInformation) {
    this.buyerInformation = buyerInformation;
  }


  @Override
  public boolean equals(java.lang.Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    CreateBillingAgreement createBillingAgreement = (CreateBillingAgreement) o;
    return Objects.equals(this.agreementInformation, createBillingAgreement.agreementInformation) &&
        Objects.equals(this.clientReferenceInformation, createBillingAgreement.clientReferenceInformation) &&
        Objects.equals(this.aggregatorInformation, createBillingAgreement.aggregatorInformation) &&
        Objects.equals(this.consumerAuthenticationInformation, createBillingAgreement.consumerAuthenticationInformation) &&
        Objects.equals(this.deviceInformation, createBillingAgreement.deviceInformation) &&
        Objects.equals(this.installmentInformation, createBillingAgreement.installmentInformation) &&
        Objects.equals(this.merchantInformation, createBillingAgreement.merchantInformation) &&
        Objects.equals(this.orderInformation, createBillingAgreement.orderInformation) &&
        Objects.equals(this.paymentInformation, createBillingAgreement.paymentInformation) &&
        Objects.equals(this.processingInformation, createBillingAgreement.processingInformation) &&
        Objects.equals(this.buyerInformation, createBillingAgreement.buyerInformation);
  }

  @Override
  public int hashCode() {
    return Objects.hash(agreementInformation, clientReferenceInformation, aggregatorInformation, consumerAuthenticationInformation, deviceInformation, installmentInformation, merchantInformation, orderInformation, paymentInformation, processingInformation, buyerInformation);
  }


  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class CreateBillingAgreement {\n");
    
    if (agreementInformation != null) sb.append("    agreementInformation: ").append(toIndentedString(agreementInformation)).append("\n");
    if (clientReferenceInformation != null) sb.append("    clientReferenceInformation: ").append(toIndentedString(clientReferenceInformation)).append("\n");
    if (aggregatorInformation != null) sb.append("    aggregatorInformation: ").append(toIndentedString(aggregatorInformation)).append("\n");
    if (consumerAuthenticationInformation != null) sb.append("    consumerAuthenticationInformation: ").append(toIndentedString(consumerAuthenticationInformation)).append("\n");
    if (deviceInformation != null) sb.append("    deviceInformation: ").append(toIndentedString(deviceInformation)).append("\n");
    if (installmentInformation != null) sb.append("    installmentInformation: ").append(toIndentedString(installmentInformation)).append("\n");
    if (merchantInformation != null) sb.append("    merchantInformation: ").append(toIndentedString(merchantInformation)).append("\n");
    if (orderInformation != null) sb.append("    orderInformation: ").append(toIndentedString(orderInformation)).append("\n");
    if (paymentInformation != null) sb.append("    paymentInformation: ").append(toIndentedString(paymentInformation)).append("\n");
    if (processingInformation != null) sb.append("    processingInformation: ").append(toIndentedString(processingInformation)).append("\n");
    if (buyerInformation != null) sb.append("    buyerInformation: ").append(toIndentedString(buyerInformation)).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 - 2025 Weber Informatics LLC | Privacy Policy