Show / Hide Table of Contents

Class MonetizationResource.SubscriptionsResource.BasePlansResource.MigratePricesRequest

Migrates subscribers from one or more legacy price cohorts to the current price. Requests result in Google Play notifying affected subscribers. Only up to 250 simultaneous legacy price cohorts are supported.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<MigrateBasePlanPricesResponse>
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>
MonetizationResource.SubscriptionsResource.BasePlansResource.MigratePricesRequest
Implements
IClientServiceRequest<MigrateBasePlanPricesResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.Xgafv
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.AccessToken
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.Alt
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.Callback
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.Fields
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.Key
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.OauthToken
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.UploadType
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.UploadProtocol
ClientServiceRequest<MigrateBasePlanPricesResponse>.Execute()
ClientServiceRequest<MigrateBasePlanPricesResponse>.ExecuteAsStream()
ClientServiceRequest<MigrateBasePlanPricesResponse>.ExecuteAsync()
ClientServiceRequest<MigrateBasePlanPricesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<MigrateBasePlanPricesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<MigrateBasePlanPricesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<MigrateBasePlanPricesResponse>.CreateRequest(bool?)
ClientServiceRequest<MigrateBasePlanPricesResponse>.GenerateRequestUri()
ClientServiceRequest<MigrateBasePlanPricesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<MigrateBasePlanPricesResponse>.ETagAction
ClientServiceRequest<MigrateBasePlanPricesResponse>.ModifyRequest
ClientServiceRequest<MigrateBasePlanPricesResponse>.ValidateParameters
ClientServiceRequest<MigrateBasePlanPricesResponse>.ApiVersion
ClientServiceRequest<MigrateBasePlanPricesResponse>.RequestParameters
ClientServiceRequest<MigrateBasePlanPricesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class MonetizationResource.SubscriptionsResource.BasePlansResource.MigratePricesRequest : AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>, IClientServiceRequest<MigrateBasePlanPricesResponse>, IClientServiceRequest

Constructors

MigratePricesRequest(IClientService, MigrateBasePlanPricesRequest, string, string, string)

Constructs a new MigratePrices request.

Declaration
public MigratePricesRequest(IClientService service, MigrateBasePlanPricesRequest body, string packageName, string productId, string basePlanId)
Parameters
Type Name Description
IClientService service
MigrateBasePlanPricesRequest body
string packageName
string productId
string basePlanId

Properties

BasePlanId

Required. The unique base plan ID of the base plan to update prices on.

Declaration
[RequestParameter("basePlanId", RequestParameterType.Path)]
public virtual string BasePlanId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<MigrateBasePlanPricesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<MigrateBasePlanPricesResponse>.MethodName

PackageName

Required. Package name of the parent app. Must be equal to the package_name field on the Subscription resource.

Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type Description
string

ProductId

Required. The ID of the subscription to update. Must be equal to the product_id field on the Subscription resource.

Declaration
[RequestParameter("productId", RequestParameterType.Path)]
public virtual string ProductId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<MigrateBasePlanPricesResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<MigrateBasePlanPricesResponse>.GetBody()

InitParameters()

Initializes MigratePrices parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidPublisherBaseServiceRequest<MigrateBasePlanPricesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX