Class ExternalOfferInitialAcquisitionDetails
Details about the first time a user/device completed a transaction using external offers.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ExternalOfferInitialAcquisitionDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalTransactionId
Required. The external transaction id of the first completed purchase made by the user.
Declaration
[JsonProperty("externalTransactionId")]
public virtual string ExternalTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |