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

com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v10/api/bq_payments_service.proto

package com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice;

public final class BqPaymentsService {
  private BqPaymentsService() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface ExchangePaymentsRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.ExchangePaymentsRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    java.lang.String getMerchandisingloanId();
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    com.google.protobuf.ByteString
        getMerchandisingloanIdBytes();

    /**
     * string paymentsId = 2;
     * @return The paymentsId.
     */
    java.lang.String getPaymentsId();
    /**
     * string paymentsId = 2;
     * @return The bytes for paymentsId.
     */
    com.google.protobuf.ByteString
        getPaymentsIdBytes();

    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return Whether the payments field is set.
     */
    boolean hasPayments();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return The payments.
     */
    com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     */
    com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.ExchangePaymentsRequest}
   */
  public static final class ExchangePaymentsRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.ExchangePaymentsRequest)
      ExchangePaymentsRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ExchangePaymentsRequest.newBuilder() to construct.
    private ExchangePaymentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private ExchangePaymentsRequest() {
      merchandisingloanId_ = "";
      paymentsId_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new ExchangePaymentsRequest();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private ExchangePaymentsRequest(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

              merchandisingloanId_ = s;
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              paymentsId_ = s;
              break;
            }
            case 26: {
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder subBuilder = null;
              if (payments_ != null) {
                subBuilder = payments_.toBuilder();
              }
              payments_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(payments_);
                payments_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest.Builder.class);
    }

    public static final int MERCHANDISINGLOANID_FIELD_NUMBER = 1;
    private volatile java.lang.Object merchandisingloanId_;
    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingloanId() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        merchandisingloanId_ = s;
        return s;
      }
    }
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingloanIdBytes() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingloanId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSID_FIELD_NUMBER = 2;
    private volatile java.lang.Object paymentsId_;
    /**
     * string paymentsId = 2;
     * @return The paymentsId.
     */
    @java.lang.Override
    public java.lang.String getPaymentsId() {
      java.lang.Object ref = paymentsId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        paymentsId_ = s;
        return s;
      }
    }
    /**
     * string paymentsId = 2;
     * @return The bytes for paymentsId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsIdBytes() {
      java.lang.Object ref = paymentsId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTS_FIELD_NUMBER = 3;
    private com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments payments_;
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return Whether the payments field is set.
     */
    @java.lang.Override
    public boolean hasPayments() {
      return payments_ != null;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return The payments.
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments() {
      return payments_ == null ? com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder() {
      return getPayments();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, paymentsId_);
      }
      if (payments_ != null) {
        output.writeMessage(3, getPayments());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, paymentsId_);
      }
      if (payments_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getPayments());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (!getPaymentsId()
          .equals(other.getPaymentsId())) return false;
      if (hasPayments() != other.hasPayments()) return false;
      if (hasPayments()) {
        if (!getPayments()
            .equals(other.getPayments())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + MERCHANDISINGLOANID_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingloanId().hashCode();
      hash = (37 * hash) + PAYMENTSID_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsId().hashCode();
      if (hasPayments()) {
        hash = (37 * hash) + PAYMENTS_FIELD_NUMBER;
        hash = (53 * hash) + getPayments().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.ExchangePaymentsRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.ExchangePaymentsRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        merchandisingloanId_ = "";

        paymentsId_ = "";

        if (paymentsBuilder_ == null) {
          payments_ = null;
        } else {
          payments_ = null;
          paymentsBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest build() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        result.paymentsId_ = paymentsId_;
        if (paymentsBuilder_ == null) {
          result.payments_ = payments_;
        } else {
          result.payments_ = paymentsBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getPaymentsId().isEmpty()) {
          paymentsId_ = other.paymentsId_;
          onChanged();
        }
        if (other.hasPayments()) {
          mergePayments(other.getPayments());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object merchandisingloanId_ = "";
      /**
       * string merchandisingloanId = 1;
       * @return The merchandisingloanId.
       */
      public java.lang.String getMerchandisingloanId() {
        java.lang.Object ref = merchandisingloanId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingloanId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @return The bytes for merchandisingloanId.
       */
      public com.google.protobuf.ByteString
          getMerchandisingloanIdBytes() {
        java.lang.Object ref = merchandisingloanId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingloanId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingloanId() {
        
        merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The bytes for merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsId_ = "";
      /**
       * string paymentsId = 2;
       * @return The paymentsId.
       */
      public java.lang.String getPaymentsId() {
        java.lang.Object ref = paymentsId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string paymentsId = 2;
       * @return The bytes for paymentsId.
       */
      public com.google.protobuf.ByteString
          getPaymentsIdBytes() {
        java.lang.Object ref = paymentsId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string paymentsId = 2;
       * @param value The paymentsId to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsId_ = value;
        onChanged();
        return this;
      }
      /**
       * string paymentsId = 2;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsId() {
        
        paymentsId_ = getDefaultInstance().getPaymentsId();
        onChanged();
        return this;
      }
      /**
       * string paymentsId = 2;
       * @param value The bytes for paymentsId to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsId_ = value;
        onChanged();
        return this;
      }

      private com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments payments_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder> paymentsBuilder_;
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       * @return Whether the payments field is set.
       */
      public boolean hasPayments() {
        return paymentsBuilder_ != null || payments_ != null;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       * @return The payments.
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments() {
        if (paymentsBuilder_ == null) {
          return payments_ == null ? com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
        } else {
          return paymentsBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder setPayments(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments value) {
        if (paymentsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          payments_ = value;
          onChanged();
        } else {
          paymentsBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder setPayments(
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder builderForValue) {
        if (paymentsBuilder_ == null) {
          payments_ = builderForValue.build();
          onChanged();
        } else {
          paymentsBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder mergePayments(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments value) {
        if (paymentsBuilder_ == null) {
          if (payments_ != null) {
            payments_ =
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.newBuilder(payments_).mergeFrom(value).buildPartial();
          } else {
            payments_ = value;
          }
          onChanged();
        } else {
          paymentsBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder clearPayments() {
        if (paymentsBuilder_ == null) {
          payments_ = null;
          onChanged();
        } else {
          payments_ = null;
          paymentsBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder getPaymentsBuilder() {
        
        onChanged();
        return getPaymentsFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder() {
        if (paymentsBuilder_ != null) {
          return paymentsBuilder_.getMessageOrBuilder();
        } else {
          return payments_ == null ?
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder> 
          getPaymentsFieldBuilder() {
        if (paymentsBuilder_ == null) {
          paymentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder>(
                  getPayments(),
                  getParentForChildren(),
                  isClean());
          payments_ = null;
        }
        return paymentsBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.ExchangePaymentsRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.ExchangePaymentsRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public ExchangePaymentsRequest parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ExchangePaymentsRequest(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.ExchangePaymentsRequest getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface InitiatePaymentsRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.InitiatePaymentsRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    java.lang.String getMerchandisingloanId();
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    com.google.protobuf.ByteString
        getMerchandisingloanIdBytes();

    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
     * @return Whether the payments field is set.
     */
    boolean hasPayments();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
     * @return The payments.
     */
    com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
     */
    com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.InitiatePaymentsRequest}
   */
  public static final class InitiatePaymentsRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.InitiatePaymentsRequest)
      InitiatePaymentsRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use InitiatePaymentsRequest.newBuilder() to construct.
    private InitiatePaymentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private InitiatePaymentsRequest() {
      merchandisingloanId_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new InitiatePaymentsRequest();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private InitiatePaymentsRequest(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

              merchandisingloanId_ = s;
              break;
            }
            case 18: {
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder subBuilder = null;
              if (payments_ != null) {
                subBuilder = payments_.toBuilder();
              }
              payments_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(payments_);
                payments_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest.Builder.class);
    }

    public static final int MERCHANDISINGLOANID_FIELD_NUMBER = 1;
    private volatile java.lang.Object merchandisingloanId_;
    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingloanId() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        merchandisingloanId_ = s;
        return s;
      }
    }
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingloanIdBytes() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingloanId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTS_FIELD_NUMBER = 2;
    private com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments payments_;
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
     * @return Whether the payments field is set.
     */
    @java.lang.Override
    public boolean hasPayments() {
      return payments_ != null;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
     * @return The payments.
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments() {
      return payments_ == null ? com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder() {
      return getPayments();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
      }
      if (payments_ != null) {
        output.writeMessage(2, getPayments());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
      }
      if (payments_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(2, getPayments());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (hasPayments() != other.hasPayments()) return false;
      if (hasPayments()) {
        if (!getPayments()
            .equals(other.getPayments())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + MERCHANDISINGLOANID_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingloanId().hashCode();
      if (hasPayments()) {
        hash = (37 * hash) + PAYMENTS_FIELD_NUMBER;
        hash = (53 * hash) + getPayments().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.InitiatePaymentsRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.InitiatePaymentsRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        merchandisingloanId_ = "";

        if (paymentsBuilder_ == null) {
          payments_ = null;
        } else {
          payments_ = null;
          paymentsBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest build() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        if (paymentsBuilder_ == null) {
          result.payments_ = payments_;
        } else {
          result.payments_ = paymentsBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (other.hasPayments()) {
          mergePayments(other.getPayments());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object merchandisingloanId_ = "";
      /**
       * string merchandisingloanId = 1;
       * @return The merchandisingloanId.
       */
      public java.lang.String getMerchandisingloanId() {
        java.lang.Object ref = merchandisingloanId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingloanId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @return The bytes for merchandisingloanId.
       */
      public com.google.protobuf.ByteString
          getMerchandisingloanIdBytes() {
        java.lang.Object ref = merchandisingloanId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingloanId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingloanId() {
        
        merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The bytes for merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }

      private com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments payments_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder> paymentsBuilder_;
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       * @return Whether the payments field is set.
       */
      public boolean hasPayments() {
        return paymentsBuilder_ != null || payments_ != null;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       * @return The payments.
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments() {
        if (paymentsBuilder_ == null) {
          return payments_ == null ? com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
        } else {
          return paymentsBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       */
      public Builder setPayments(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments value) {
        if (paymentsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          payments_ = value;
          onChanged();
        } else {
          paymentsBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       */
      public Builder setPayments(
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder builderForValue) {
        if (paymentsBuilder_ == null) {
          payments_ = builderForValue.build();
          onChanged();
        } else {
          paymentsBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       */
      public Builder mergePayments(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments value) {
        if (paymentsBuilder_ == null) {
          if (payments_ != null) {
            payments_ =
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.newBuilder(payments_).mergeFrom(value).buildPartial();
          } else {
            payments_ = value;
          }
          onChanged();
        } else {
          paymentsBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       */
      public Builder clearPayments() {
        if (paymentsBuilder_ == null) {
          payments_ = null;
          onChanged();
        } else {
          payments_ = null;
          paymentsBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder getPaymentsBuilder() {
        
        onChanged();
        return getPaymentsFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder() {
        if (paymentsBuilder_ != null) {
          return paymentsBuilder_.getMessageOrBuilder();
        } else {
          return payments_ == null ?
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 2;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder> 
          getPaymentsFieldBuilder() {
        if (paymentsBuilder_ == null) {
          paymentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder>(
                  getPayments(),
                  getParentForChildren(),
                  isClean());
          payments_ = null;
        }
        return paymentsBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.InitiatePaymentsRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.InitiatePaymentsRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public InitiatePaymentsRequest parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new InitiatePaymentsRequest(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.InitiatePaymentsRequest getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface RetrievePaymentsRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.RetrievePaymentsRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    java.lang.String getMerchandisingloanId();
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    com.google.protobuf.ByteString
        getMerchandisingloanIdBytes();

    /**
     * string paymentsId = 2;
     * @return The paymentsId.
     */
    java.lang.String getPaymentsId();
    /**
     * string paymentsId = 2;
     * @return The bytes for paymentsId.
     */
    com.google.protobuf.ByteString
        getPaymentsIdBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.RetrievePaymentsRequest}
   */
  public static final class RetrievePaymentsRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.RetrievePaymentsRequest)
      RetrievePaymentsRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use RetrievePaymentsRequest.newBuilder() to construct.
    private RetrievePaymentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private RetrievePaymentsRequest() {
      merchandisingloanId_ = "";
      paymentsId_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new RetrievePaymentsRequest();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private RetrievePaymentsRequest(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

              merchandisingloanId_ = s;
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              paymentsId_ = s;
              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest.Builder.class);
    }

    public static final int MERCHANDISINGLOANID_FIELD_NUMBER = 1;
    private volatile java.lang.Object merchandisingloanId_;
    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingloanId() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        merchandisingloanId_ = s;
        return s;
      }
    }
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingloanIdBytes() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingloanId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSID_FIELD_NUMBER = 2;
    private volatile java.lang.Object paymentsId_;
    /**
     * string paymentsId = 2;
     * @return The paymentsId.
     */
    @java.lang.Override
    public java.lang.String getPaymentsId() {
      java.lang.Object ref = paymentsId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        paymentsId_ = s;
        return s;
      }
    }
    /**
     * string paymentsId = 2;
     * @return The bytes for paymentsId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsIdBytes() {
      java.lang.Object ref = paymentsId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, paymentsId_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, paymentsId_);
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (!getPaymentsId()
          .equals(other.getPaymentsId())) return false;
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + MERCHANDISINGLOANID_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingloanId().hashCode();
      hash = (37 * hash) + PAYMENTSID_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsId().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.RetrievePaymentsRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.RetrievePaymentsRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        merchandisingloanId_ = "";

        paymentsId_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest build() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        result.paymentsId_ = paymentsId_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getPaymentsId().isEmpty()) {
          paymentsId_ = other.paymentsId_;
          onChanged();
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object merchandisingloanId_ = "";
      /**
       * string merchandisingloanId = 1;
       * @return The merchandisingloanId.
       */
      public java.lang.String getMerchandisingloanId() {
        java.lang.Object ref = merchandisingloanId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingloanId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @return The bytes for merchandisingloanId.
       */
      public com.google.protobuf.ByteString
          getMerchandisingloanIdBytes() {
        java.lang.Object ref = merchandisingloanId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingloanId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingloanId() {
        
        merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The bytes for merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsId_ = "";
      /**
       * string paymentsId = 2;
       * @return The paymentsId.
       */
      public java.lang.String getPaymentsId() {
        java.lang.Object ref = paymentsId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string paymentsId = 2;
       * @return The bytes for paymentsId.
       */
      public com.google.protobuf.ByteString
          getPaymentsIdBytes() {
        java.lang.Object ref = paymentsId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string paymentsId = 2;
       * @param value The paymentsId to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsId_ = value;
        onChanged();
        return this;
      }
      /**
       * string paymentsId = 2;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsId() {
        
        paymentsId_ = getDefaultInstance().getPaymentsId();
        onChanged();
        return this;
      }
      /**
       * string paymentsId = 2;
       * @param value The bytes for paymentsId to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsId_ = value;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.RetrievePaymentsRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.RetrievePaymentsRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public RetrievePaymentsRequest parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new RetrievePaymentsRequest(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.RetrievePaymentsRequest getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface UpdatePaymentsRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.UpdatePaymentsRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    java.lang.String getMerchandisingloanId();
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    com.google.protobuf.ByteString
        getMerchandisingloanIdBytes();

    /**
     * string paymentsId = 2;
     * @return The paymentsId.
     */
    java.lang.String getPaymentsId();
    /**
     * string paymentsId = 2;
     * @return The bytes for paymentsId.
     */
    com.google.protobuf.ByteString
        getPaymentsIdBytes();

    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return Whether the payments field is set.
     */
    boolean hasPayments();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return The payments.
     */
    com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     */
    com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.UpdatePaymentsRequest}
   */
  public static final class UpdatePaymentsRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.UpdatePaymentsRequest)
      UpdatePaymentsRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use UpdatePaymentsRequest.newBuilder() to construct.
    private UpdatePaymentsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private UpdatePaymentsRequest() {
      merchandisingloanId_ = "";
      paymentsId_ = "";
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new UpdatePaymentsRequest();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private UpdatePaymentsRequest(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              java.lang.String s = input.readStringRequireUtf8();

              merchandisingloanId_ = s;
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              paymentsId_ = s;
              break;
            }
            case 26: {
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder subBuilder = null;
              if (payments_ != null) {
                subBuilder = payments_.toBuilder();
              }
              payments_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(payments_);
                payments_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest.Builder.class);
    }

    public static final int MERCHANDISINGLOANID_FIELD_NUMBER = 1;
    private volatile java.lang.Object merchandisingloanId_;
    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    @java.lang.Override
    public java.lang.String getMerchandisingloanId() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        merchandisingloanId_ = s;
        return s;
      }
    }
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getMerchandisingloanIdBytes() {
      java.lang.Object ref = merchandisingloanId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        merchandisingloanId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTSID_FIELD_NUMBER = 2;
    private volatile java.lang.Object paymentsId_;
    /**
     * string paymentsId = 2;
     * @return The paymentsId.
     */
    @java.lang.Override
    public java.lang.String getPaymentsId() {
      java.lang.Object ref = paymentsId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        paymentsId_ = s;
        return s;
      }
    }
    /**
     * string paymentsId = 2;
     * @return The bytes for paymentsId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPaymentsIdBytes() {
      java.lang.Object ref = paymentsId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        paymentsId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PAYMENTS_FIELD_NUMBER = 3;
    private com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments payments_;
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return Whether the payments field is set.
     */
    @java.lang.Override
    public boolean hasPayments() {
      return payments_ != null;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     * @return The payments.
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments() {
      return payments_ == null ? com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder() {
      return getPayments();
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, paymentsId_);
      }
      if (payments_ != null) {
        output.writeMessage(3, getPayments());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(merchandisingloanId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(paymentsId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, paymentsId_);
      }
      if (payments_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getPayments());
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (!getPaymentsId()
          .equals(other.getPaymentsId())) return false;
      if (hasPayments() != other.hasPayments()) return false;
      if (hasPayments()) {
        if (!getPayments()
            .equals(other.getPayments())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (37 * hash) + MERCHANDISINGLOANID_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingloanId().hashCode();
      hash = (37 * hash) + PAYMENTSID_FIELD_NUMBER;
      hash = (53 * hash) + getPaymentsId().hashCode();
      if (hasPayments()) {
        hash = (37 * hash) + PAYMENTS_FIELD_NUMBER;
        hash = (53 * hash) + getPayments().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.UpdatePaymentsRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.UpdatePaymentsRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        merchandisingloanId_ = "";

        paymentsId_ = "";

        if (paymentsBuilder_ == null) {
          payments_ = null;
        } else {
          payments_ = null;
          paymentsBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest build() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        result.paymentsId_ = paymentsId_;
        if (paymentsBuilder_ == null) {
          result.payments_ = payments_;
        } else {
          result.payments_ = paymentsBuilder_.build();
        }
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getPaymentsId().isEmpty()) {
          paymentsId_ = other.paymentsId_;
          onChanged();
        }
        if (other.hasPayments()) {
          mergePayments(other.getPayments());
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object merchandisingloanId_ = "";
      /**
       * string merchandisingloanId = 1;
       * @return The merchandisingloanId.
       */
      public java.lang.String getMerchandisingloanId() {
        java.lang.Object ref = merchandisingloanId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingloanId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @return The bytes for merchandisingloanId.
       */
      public com.google.protobuf.ByteString
          getMerchandisingloanIdBytes() {
        java.lang.Object ref = merchandisingloanId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingloanId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingloanId() {
        
        merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The bytes for merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object paymentsId_ = "";
      /**
       * string paymentsId = 2;
       * @return The paymentsId.
       */
      public java.lang.String getPaymentsId() {
        java.lang.Object ref = paymentsId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          paymentsId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string paymentsId = 2;
       * @return The bytes for paymentsId.
       */
      public com.google.protobuf.ByteString
          getPaymentsIdBytes() {
        java.lang.Object ref = paymentsId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          paymentsId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string paymentsId = 2;
       * @param value The paymentsId to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        paymentsId_ = value;
        onChanged();
        return this;
      }
      /**
       * string paymentsId = 2;
       * @return This builder for chaining.
       */
      public Builder clearPaymentsId() {
        
        paymentsId_ = getDefaultInstance().getPaymentsId();
        onChanged();
        return this;
      }
      /**
       * string paymentsId = 2;
       * @param value The bytes for paymentsId to set.
       * @return This builder for chaining.
       */
      public Builder setPaymentsIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        paymentsId_ = value;
        onChanged();
        return this;
      }

      private com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments payments_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder> paymentsBuilder_;
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       * @return Whether the payments field is set.
       */
      public boolean hasPayments() {
        return paymentsBuilder_ != null || payments_ != null;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       * @return The payments.
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments getPayments() {
        if (paymentsBuilder_ == null) {
          return payments_ == null ? com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
        } else {
          return paymentsBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder setPayments(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments value) {
        if (paymentsBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          payments_ = value;
          onChanged();
        } else {
          paymentsBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder setPayments(
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder builderForValue) {
        if (paymentsBuilder_ == null) {
          payments_ = builderForValue.build();
          onChanged();
        } else {
          paymentsBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder mergePayments(com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments value) {
        if (paymentsBuilder_ == null) {
          if (payments_ != null) {
            payments_ =
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.newBuilder(payments_).mergeFrom(value).buildPartial();
          } else {
            payments_ = value;
          }
          onChanged();
        } else {
          paymentsBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public Builder clearPayments() {
        if (paymentsBuilder_ == null) {
          payments_ = null;
          onChanged();
        } else {
          payments_ = null;
          paymentsBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder getPaymentsBuilder() {
        
        onChanged();
        return getPaymentsFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder getPaymentsOrBuilder() {
        if (paymentsBuilder_ != null) {
          return paymentsBuilder_.getMessageOrBuilder();
        } else {
          return payments_ == null ?
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.getDefaultInstance() : payments_;
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Payments payments = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder> 
          getPaymentsFieldBuilder() {
        if (paymentsBuilder_ == null) {
          paymentsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.Payments.Builder, com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.PaymentsOrBuilder>(
                  getPayments(),
                  getParentForChildren(),
                  isClean());
          payments_ = null;
        }
        return paymentsBuilder_;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.UpdatePaymentsRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.UpdatePaymentsRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public UpdatePaymentsRequest parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new UpdatePaymentsRequest(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.api.bqpaymentsservice.BqPaymentsService.UpdatePaymentsRequest getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n!v10/api/bq_payments_service.proto\022>com" +
      ".redhat.mercury.merchandisingloan.v10.ap" +
      "i.bqpaymentsservice\032\033google/protobuf/emp" +
      "ty.proto\032\032v10/model/http_error.proto\032\030v1" +
      "0/model/payments.proto\"\220\001\n\027ExchangePayme" +
      "ntsRequest\022\033\n\023merchandisingloanId\030\001 \001(\t\022" +
      "\022\n\npaymentsId\030\002 \001(\t\022D\n\010payments\030\003 \001(\01322." +
      "com.redhat.mercury.merchandisingloan.v10" +
      ".Payments\"|\n\027InitiatePaymentsRequest\022\033\n\023" +
      "merchandisingloanId\030\001 \001(\t\022D\n\010payments\030\002 " +
      "\001(\01322.com.redhat.mercury.merchandisinglo" +
      "an.v10.Payments\"J\n\027RetrievePaymentsReque" +
      "st\022\033\n\023merchandisingloanId\030\001 \001(\t\022\022\n\npayme" +
      "ntsId\030\002 \001(\t\"\216\001\n\025UpdatePaymentsRequest\022\033\n" +
      "\023merchandisingloanId\030\001 \001(\t\022\022\n\npaymentsId" +
      "\030\002 \001(\t\022D\n\010payments\030\003 \001(\01322.com.redhat.me" +
      "rcury.merchandisingloan.v10.Payments2\227\005\n" +
      "\021BQPaymentsService\022\237\001\n\020ExchangePayments\022" +
      "W.com.redhat.mercury.merchandisingloan.v" +
      "10.api.bqpaymentsservice.ExchangePayment" +
      "sRequest\0322.com.redhat.mercury.merchandis" +
      "ingloan.v10.Payments\022\237\001\n\020InitiatePayment" +
      "s\022W.com.redhat.mercury.merchandisingloan" +
      ".v10.api.bqpaymentsservice.InitiatePayme" +
      "ntsRequest\0322.com.redhat.mercury.merchand" +
      "isingloan.v10.Payments\022\237\001\n\020RetrievePayme" +
      "nts\022W.com.redhat.mercury.merchandisinglo" +
      "an.v10.api.bqpaymentsservice.RetrievePay" +
      "mentsRequest\0322.com.redhat.mercury.mercha" +
      "ndisingloan.v10.Payments\022\233\001\n\016UpdatePayme" +
      "nts\022U.com.redhat.mercury.merchandisinglo" +
      "an.v10.api.bqpaymentsservice.UpdatePayme" +
      "ntsRequest\0322.com.redhat.mercury.merchand" +
      "isingloan.v10.PaymentsP\001P\002b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.EmptyProto.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.getDescriptor(),
        });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_ExchangePaymentsRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "PaymentsId", "Payments", });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_InitiatePaymentsRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "Payments", });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_RetrievePaymentsRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "PaymentsId", });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqpaymentsservice_UpdatePaymentsRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "PaymentsId", "Payments", });
    com.google.protobuf.EmptyProto.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.PaymentsOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy