games.mythical.saga.sdk.proto.api.offer.CreateOfferQuoteRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
// 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();
}