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

ai.promoted.proto.event.CartContentOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/event/event.proto

package ai.promoted.proto.event;

public interface CartContentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.CartContent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string content_id = 1 [json_name = "contentId"];
   * @return The contentId.
   */
  java.lang.String getContentId();
  /**
   * string content_id = 1 [json_name = "contentId"];
   * @return The bytes for contentId.
   */
  com.google.protobuf.ByteString
      getContentIdBytes();

  /**
   * int64 quantity = 2 [json_name = "quantity"];
   * @return The quantity.
   */
  long getQuantity();

  /**
   * .common.Money price_per_unit = 3 [json_name = "pricePerUnit"];
   * @return Whether the pricePerUnit field is set.
   */
  boolean hasPricePerUnit();
  /**
   * .common.Money price_per_unit = 3 [json_name = "pricePerUnit"];
   * @return The pricePerUnit.
   */
  ai.promoted.proto.common.Money getPricePerUnit();
  /**
   * .common.Money price_per_unit = 3 [json_name = "pricePerUnit"];
   */
  ai.promoted.proto.common.MoneyOrBuilder getPricePerUnitOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy