Show / Hide Table of Contents

Class PointsDetails

Details relating to any Play Points applied to an order.

Inheritance
object
PointsDetails
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 PointsDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PointsCouponValue

The monetary value of a Play Points coupon. This is the discount the coupon provides, which may not be the total amount. Only set when Play Points coupons have been used. E.g. for a 100 points for $2 coupon, this is $2.

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

PointsDiscountRateMicros

The percentage rate which the Play Points promotion reduces the cost by. E.g. for a 100 points for $2 coupon, this is 500,000. Since $2 has an estimate of 200 points, but the actual Points required, 100, is 50% of this, and 50% in micros is 500,000. Between 0 and 1,000,000.

Declaration
[JsonProperty("pointsDiscountRateMicros")]
public virtual long? PointsDiscountRateMicros { get; set; }
Property Value
Type Description
long?

PointsOfferId

ID unique to the play points offer in use for this order.

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

PointsSpent

The number of Play Points applied in this order. E.g. for a 100 points for $2 coupon, this is 100. For coupon stacked with base offer, this is the total points spent across both.

Declaration
[JsonProperty("pointsSpent")]
public virtual long? PointsSpent { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX