Show / Hide Table of Contents

Class PartnersResource.SubscriptionsResource.LineItemsResource

The "lineItems" collection of methods.

Inheritance
object
PartnersResource.SubscriptionsResource.LineItemsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PaymentsResellerSubscription.v1
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class PartnersResource.SubscriptionsResource.LineItemsResource

Constructors

LineItemsResource(IClientService)

Constructs a new resource.

Declaration
public LineItemsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Patch(SubscriptionLineItem, string)

Updates a line item of a subscription. It should be autenticated with a service account.

Declaration
public virtual PartnersResource.SubscriptionsResource.LineItemsResource.PatchRequest Patch(SubscriptionLineItem body, string name)
Parameters
Type Name Description
SubscriptionLineItem body

The body of the request.

string name

Identifier. Resource name of the line item. Format: partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}

Returns
Type Description
PartnersResource.SubscriptionsResource.LineItemsResource.PatchRequest
In this article
Back to top Generated by DocFX