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

games.mythical.saga.sdk.proto.api.offer.ConfirmOfferRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: api/offer/definition.proto

package games.mythical.saga.sdk.proto.api.offer;

public interface ConfirmOfferRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.offer.ConfirmOfferRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string oauth_id = 1;
   * @return The oauthId.
   */
  java.lang.String getOauthId();
  /**
   * string oauth_id = 1;
   * @return The bytes for oauthId.
   */
  com.google.protobuf.ByteString
      getOauthIdBytes();

  /**
   * 
   * Quote Id of the Offer 
   * 
* * string quote_id = 2; * @return The quoteId. */ java.lang.String getQuoteId(); /** *
   * Quote Id of the Offer 
   * 
* * string quote_id = 2; * @return The bytes for quoteId. */ com.google.protobuf.ByteString getQuoteIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy