You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/android_publisher/lib/google_api/android_publisher/v3/model/external_offer_initial_acquisition_details.ex
Copy file name to clipboardExpand all lines: clients/android_publisher/lib/google_api/android_publisher/v3/model/external_transaction.ex
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ defmodule GoogleApi.AndroidPublisher.V3.Model.ExternalTransaction do
24
24
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.
25
25
* `currentPreTaxAmount` (*type:* `GoogleApi.AndroidPublisher.V3.Model.Price.t`, *default:* `nil`) - Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction.
26
26
* `currentTaxAmount` (*type:* `GoogleApi.AndroidPublisher.V3.Model.Price.t`, *default:* `nil`) - Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.
27
-
* `externalOfferInitialAcquisitionDetails` (*type:* `GoogleApi.AndroidPublisher.V3.Model.ExternalOfferInitialAcquisitionDetails.t`, *default:* `nil`) - 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.
28
27
* `externalTransactionId` (*type:* `String.t`, *default:* `nil`) - Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.
29
28
* `oneTimeTransaction` (*type:* `GoogleApi.AndroidPublisher.V3.Model.OneTimeExternalTransaction.t`, *default:* `nil`) - This is a one-time transaction and not part of a subscription.
30
29
* `originalPreTaxAmount` (*type:* `GoogleApi.AndroidPublisher.V3.Model.Price.t`, *default:* `nil`) - Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied.
@@ -44,8 +43,6 @@ defmodule GoogleApi.AndroidPublisher.V3.Model.ExternalTransaction do
0 commit comments