Class PurchasesResource.Productsv2Resource
The "productsv2" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PurchasesResource.Productsv2Resource
Constructors
Productsv2Resource(IClientService)
Constructs a new resource.
Declaration
public Productsv2Resource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Getproductpurchasev2(string, string)
Checks the purchase and consumption status of an inapp item.
Declaration
public virtual PurchasesResource.Productsv2Resource.Getproductpurchasev2Request Getproductpurchasev2(string packageName, string token)
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageName | The package name of the application the inapp product was sold in (for example, 'com.some.thing'). |
| string | token | The token provided to the user's device when the inapp product was purchased. |
Returns
| Type | Description |
|---|---|
| PurchasesResource.Productsv2Resource.Getproductpurchasev2Request |