Class PurchasesResource.Subscriptionsv2Resource.RevokeRequest
Revoke a subscription purchase for the user.
Inheritance
PurchasesResource.Subscriptionsv2Resource.RevokeRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PurchasesResource.Subscriptionsv2Resource.RevokeRequest : AndroidPublisherBaseServiceRequest<RevokeSubscriptionPurchaseResponse>, IClientServiceRequest<RevokeSubscriptionPurchaseResponse>, IClientServiceRequest
Constructors
RevokeRequest(IClientService, RevokeSubscriptionPurchaseRequest, string, string)
Constructs a new Revoke request.
Declaration
public RevokeRequest(IClientService service, RevokeSubscriptionPurchaseRequest body, string packageName, string token)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RevokeSubscriptionPurchaseRequest | body | |
string | packageName | |
string | token |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PackageName
Required. The package of the application for which this subscription was purchased (for example, 'com.some.thing').
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Token
Required. The token provided to the user's device when the subscription was purchased.
Declaration
[RequestParameter("token", RequestParameterType.Path)]
public virtual string Token { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Revoke parameter list.
Declaration
protected override void InitParameters()