Interface CommissionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Commission, Commission.Builder

    public interface CommissionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCommissionRateMicros()
      Commission rate defines the portion of the conversion value that the advertiser will be billed.
      boolean hasCommissionRateMicros()
      Commission rate defines the portion of the conversion value that the advertiser will be billed.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCommissionRateMicros

        boolean hasCommissionRateMicros()
         Commission rate defines the portion of the conversion value that the
         advertiser will be billed. A commission rate of x should be passed into
         this field as (x * 1,000,000). For example, 106,000 represents a commission
         rate of 0.106 (10.6%).
         
        optional int64 commission_rate_micros = 2;
        Returns:
        Whether the commissionRateMicros field is set.
      • getCommissionRateMicros

        long getCommissionRateMicros()
         Commission rate defines the portion of the conversion value that the
         advertiser will be billed. A commission rate of x should be passed into
         this field as (x * 1,000,000). For example, 106,000 represents a commission
         rate of 0.106 (10.6%).
         
        optional int64 commission_rate_micros = 2;
        Returns:
        The commissionRateMicros.