Skip to content

Commit

Permalink
feat: Generate Google.Apis.AndroidPublisher.v3 version 1.68.0.3563
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Oct 9, 2024
1 parent f1e5c07 commit 61955c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
17 changes: 1 addition & 16 deletions DiscoveryJson/androidpublisher.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4732,7 +4732,7 @@
}
}
},
"revision": "20240917",
"revision": "20241003",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -6227,17 +6227,6 @@
},
"type": "object"
},
"ExternalOfferInitialAcquisitionDetails": {
"description": "Details about the first time a user/device completed a transaction using external offers.",
"id": "ExternalOfferInitialAcquisitionDetails",
"properties": {
"externalTransactionId": {
"description": "Required. The external transaction id of the first completed purchase made by the user.",
"type": "string"
}
},
"type": "object"
},
"ExternalSubscription": {
"description": "Details of an external subscription.",
"id": "ExternalSubscription",
Expand Down Expand Up @@ -6279,10 +6268,6 @@
"description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
"readOnly": true
},
"externalOfferInitialAcquisitionDetails": {
"$ref": "ExternalOfferInitialAcquisitionDetails",
"description": "Optional. Details about the first time a user/device completed a transaction using external offers. Not required for transactions made using user choice billing or alternative billing only."
},
"externalTransactionId": {
"description": "Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13255,17 +13255,6 @@ public class ExternalAccountIdentifiers : Google.Apis.Requests.IDirectResponseSc
public virtual string ETag { get; set; }
}

/// <summary>Details about the first time a user/device completed a transaction using external offers.</summary>
public class ExternalOfferInitialAcquisitionDetails : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>Required. The external transaction id of the first completed purchase made by the user.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("externalTransactionId")]
public virtual string ExternalTransactionId { get; set; }

/// <summary>The ETag of the item.</summary>
public virtual string ETag { get; set; }
}

/// <summary>Details of an external subscription.</summary>
public class ExternalSubscription : Google.Apis.Requests.IDirectResponseSchema
{
Expand Down Expand Up @@ -13334,13 +13323,6 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
[Newtonsoft.Json.JsonPropertyAttribute("currentTaxAmount")]
public virtual Price CurrentTaxAmount { get; set; }

/// <summary>
/// Optional. Details about the first time a user/device completed a transaction using external offers. Not
/// required for transactions made using user choice billing or alternative billing only.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("externalOfferInitialAcquisitionDetails")]
public virtual ExternalOfferInitialAcquisitionDetails ExternalOfferInitialAcquisitionDetails { get; set; }

/// <summary>
/// Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set
/// when creating the external transaction.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AndroidPublisher.v3 Client Library</Title>
<Version>1.68.0.3547</Version>
<Version>1.68.0.3563</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 61955c1

Please sign in to comment.