ai.promoted.proto.event.CartContentOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// 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