Class GoogleAdsSearchads360V23ServicesIncentiveRequirementSpend
Spend requirements for an incentive.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesIncentiveRequirementSpend : IDirectResponseSchema
Properties
AwardAmount
Required. Amount in free spend that user will be granted after spending target amount. Denominated in the currency of the country passed in the get request.
Declaration
[JsonProperty("awardAmount")]
public virtual GoogleTypeMoney AwardAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeMoney |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequiredAmount
Required. Amount that user must spend to receive the award amount. Denominated in the currency of the country passed in the get request.
Declaration
[JsonProperty("requiredAmount")]
public virtual GoogleTypeMoney RequiredAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeMoney |