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

games.mythical.saga.sdk.proto.api.offer.CreateOfferQuoteRequestOrBuilder 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 CreateOfferQuoteRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.offer.CreateOfferQuoteRequest)
    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();

  /**
   * 
   * GameInventory Id of the Offer 
   * 
* * string inventory_id = 2; * @return The inventoryId. */ java.lang.String getInventoryId(); /** *
   * GameInventory Id of the Offer 
   * 
* * string inventory_id = 2; * @return The bytes for inventoryId. */ com.google.protobuf.ByteString getInventoryIdBytes(); /** *
   * Total quoted for the Offer 
   * 
* * string total = 3; * @return The total. */ java.lang.String getTotal(); /** *
   * Total quoted for the Offer 
   * 
* * string total = 3; * @return The bytes for total. */ com.google.protobuf.ByteString getTotalBytes(); /** *
   * Currency the total is in 
   * 
* * string currency = 4; * @return The currency. */ java.lang.String getCurrency(); /** *
   * Currency the total is in 
   * 
* * string currency = 4; * @return The bytes for currency. */ com.google.protobuf.ByteString getCurrencyBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy