games.mythical.saga.sdk.proto.api.offer.OfferQuoteProtoOrBuilder 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 OfferQuoteProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.offer.OfferQuoteProto)
com.google.protobuf.MessageOrBuilder {
/**
* string trace_id = 1;
* @return The traceId.
*/
java.lang.String getTraceId();
/**
* string trace_id = 1;
* @return The bytes for traceId.
*/
com.google.protobuf.ByteString
getTraceIdBytes();
/**
*
* User of this Offer Quote
*
*
* string oauth_id = 2;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
*
* User of this Offer Quote
*
*
* string oauth_id = 2;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
/**
*
* Id of this Offer Quote
*
*
* string quote_id = 3;
* @return The quoteId.
*/
java.lang.String getQuoteId();
/**
*
* Id of this Offer Quote
*
*
* string quote_id = 3;
* @return The bytes for quoteId.
*/
com.google.protobuf.ByteString
getQuoteIdBytes();
/**
*
* GameInventory Id for this Offer Quote
*
*
* string inventory_id = 4;
* @return The inventoryId.
*/
java.lang.String getInventoryId();
/**
*
* GameInventory Id for this Offer Quote
*
*
* string inventory_id = 4;
* @return The bytes for inventoryId.
*/
com.google.protobuf.ByteString
getInventoryIdBytes();
/**
*
* Amount of tax
*
*
* string tax = 5;
* @return The tax.
*/
java.lang.String getTax();
/**
*
* Amount of tax
*
*
* string tax = 5;
* @return The bytes for tax.
*/
com.google.protobuf.ByteString
getTaxBytes();
/**
*
* Currency that Tax is in
*
*
* string tax_currency = 6;
* @return The taxCurrency.
*/
java.lang.String getTaxCurrency();
/**
*
* Currency that Tax is in
*
*
* string tax_currency = 6;
* @return The bytes for taxCurrency.
*/
com.google.protobuf.ByteString
getTaxCurrencyBytes();
/**
*
* Total cost of the offer
*
*
* string total = 7;
* @return The total.
*/
java.lang.String getTotal();
/**
*
* Total cost of the offer
*
*
* string total = 7;
* @return The bytes for total.
*/
com.google.protobuf.ByteString
getTotalBytes();
/**
*
* Currency the total is in
*
*
* string currency = 8;
* @return The currency.
*/
java.lang.String getCurrency();
/**
*
* Currency the total is in
*
*
* string currency = 8;
* @return The bytes for currency.
*/
com.google.protobuf.ByteString
getCurrencyBytes();
/**
*
* When the Offer was created
*
*
* .google.protobuf.Timestamp created_at = 63;
* @return Whether the createdAt field is set.
*/
boolean hasCreatedAt();
/**
*
* When the Offer was created
*
*
* .google.protobuf.Timestamp created_at = 63;
* @return The createdAt.
*/
com.google.protobuf.Timestamp getCreatedAt();
/**
*
* When the Offer was created
*
*
* .google.protobuf.Timestamp created_at = 63;
*/
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder();
}