RateDetails

The config for the rate details.

JSON representation
{
  "rateType": enum (RateType),
  "rate": {
    object (Money)
  },
  "unitsPurchasedCount": string
}
Fields
rateType

enum (RateType)

The rate type. Required.

rate

object (Money)

The rate. Required. Must be positive value.

unitsPurchasedCount

string (int64 format)

Required for reserved transaction type product. Not applicable for non-reserved transaction type product. Units purchased represent the number of billable units guaranteed by the seller.

RateType

Possible rate types.

Enums
RATE_TYPE_UNSPECIFIED The rate type is not specified or is unknown in this version. Not valid input value.
CPM The rate type is CPM(cost per mil billable units).