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

ai.promoted.proto.common.MoneyOrBuilder 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/common/common.proto

package ai.promoted.proto.common;

public interface MoneyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.Money)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .common.CurrencyCode currency_code = 1 [json_name = "currencyCode"];
   * @return The enum numeric value on the wire for currencyCode.
   */
  int getCurrencyCodeValue();
  /**
   * .common.CurrencyCode currency_code = 1 [json_name = "currencyCode"];
   * @return The currencyCode.
   */
  ai.promoted.proto.common.CurrencyCode getCurrencyCode();

  /**
   * int64 amount_micros = 2 [json_name = "amountMicros"];
   * @return The amountMicros.
   */
  long getAmountMicros();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy