commissionRateMicros property

String? commissionRateMicros
getter/setter pair

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%).

Implementation

core.String? commissionRateMicros;