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

io.opencannabis.schema.product.struct.SaleDescriptorOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2018, Momentum Ideas, Co. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual
 * property of Momentum Ideas Co., a Delaware Corporation. Use of this
 * code in source form requires permission in writing before use or the
 * assembly, distribution, or publishing of derivative works, for commercial
 * purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: structs/pricing/SaleDescriptor.proto

package io.opencannabis.schema.product.struct;

public interface SaleDescriptorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencannabis.structs.pricing.SaleDescriptor)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * sale metadata
   * 
* * .opencannabis.structs.pricing.SaleType type = 1; */ int getTypeValue(); /** *
   * sale metadata
   * 
* * .opencannabis.structs.pricing.SaleType type = 1; */ io.opencannabis.schema.product.struct.SaleType getType(); /** * .opencannabis.temporal.Instant effective = 2; */ boolean hasEffective(); /** * .opencannabis.temporal.Instant effective = 2; */ io.opencannabis.schema.temporal.TemporalInstant.Instant getEffective(); /** * .opencannabis.temporal.Instant effective = 2; */ io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getEffectiveOrBuilder(); /** * .opencannabis.temporal.Instant expiration = 3; */ boolean hasExpiration(); /** * .opencannabis.temporal.Instant expiration = 3; */ io.opencannabis.schema.temporal.TemporalInstant.Instant getExpiration(); /** * .opencannabis.temporal.Instant expiration = 3; */ io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getExpirationOrBuilder(); /** * .opencannabis.structs.pricing.PercentageDiscount percentage_off = 4; */ boolean hasPercentageOff(); /** * .opencannabis.structs.pricing.PercentageDiscount percentage_off = 4; */ io.opencannabis.schema.product.struct.PercentageDiscount getPercentageOff(); /** * .opencannabis.structs.pricing.PercentageDiscount percentage_off = 4; */ io.opencannabis.schema.product.struct.PercentageDiscountOrBuilder getPercentageOffOrBuilder(); /** * .opencannabis.structs.pricing.BOGODiscount bogo = 5; */ boolean hasBogo(); /** * .opencannabis.structs.pricing.BOGODiscount bogo = 5; */ io.opencannabis.schema.product.struct.BOGODiscount getBogo(); /** * .opencannabis.structs.pricing.BOGODiscount bogo = 5; */ io.opencannabis.schema.product.struct.BOGODiscountOrBuilder getBogoOrBuilder(); /** * .opencannabis.structs.pricing.LoyaltyDiscount loyalty = 6; */ boolean hasLoyalty(); /** * .opencannabis.structs.pricing.LoyaltyDiscount loyalty = 6; */ io.opencannabis.schema.product.struct.LoyaltyDiscount getLoyalty(); /** * .opencannabis.structs.pricing.LoyaltyDiscount loyalty = 6; */ io.opencannabis.schema.product.struct.LoyaltyDiscountOrBuilder getLoyaltyOrBuilder(); public io.opencannabis.schema.product.struct.SaleDescriptor.SaleCase getSaleCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy