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

com.google.ads.googleads.v10.common.CommissionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/bidding.proto

package com.google.ads.googleads.v10.common;

public interface CommissionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.Commission)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the commissionRateMicros field is set. */ 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; * @return The commissionRateMicros. */ long getCommissionRateMicros(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy