Show / Hide Table of Contents

Class LineItem

Details of a line item.

Inheritance
object
LineItem
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class LineItem : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ListingPrice

Item's listed price on Play Store, this may or may not include tax. Excludes any discounts or promotions.

Declaration
[JsonProperty("listingPrice")]
public virtual Money ListingPrice { get; set; }
Property Value
Type Description
Money

OneTimePurchaseDetails

Details of a one-time purchase.

Declaration
[JsonProperty("oneTimePurchaseDetails")]
public virtual OneTimePurchaseDetails OneTimePurchaseDetails { get; set; }
Property Value
Type Description
OneTimePurchaseDetails

PaidAppDetails

Details of a paid app purchase.

Declaration
[JsonProperty("paidAppDetails")]
public virtual PaidAppDetails PaidAppDetails { get; set; }
Property Value
Type Description
PaidAppDetails

ProductId

The purchased product ID or in-app SKU (for example, 'monthly001' or 'com.some.thing.inapp1').

Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type Description
string

ProductTitle

Developer-specified name of the product. Displayed in buyer's locale. Example: coins, monthly subscription, etc.

Declaration
[JsonProperty("productTitle")]
public virtual string ProductTitle { get; set; }
Property Value
Type Description
string

SubscriptionDetails

Details of a subscription purchase.

Declaration
[JsonProperty("subscriptionDetails")]
public virtual SubscriptionDetails SubscriptionDetails { get; set; }
Property Value
Type Description
SubscriptionDetails

Tax

The tax paid for this line item.

Declaration
[JsonProperty("tax")]
public virtual Money Tax { get; set; }
Property Value
Type Description
Money

Total

The total amount paid by the user for this line item, taking into account discounts and tax.

Declaration
[JsonProperty("total")]
public virtual Money Total { get; set; }
Property Value
Type Description
Money

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX