Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesIncentiveRequirementSpend

Spend requirements for an incentive.

Inheritance
object
GoogleAdsSearchads360V23ServicesIncentiveRequirementSpend
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX