Class PartnersResource.SubscriptionsResource.LineItemsResource
The "lineItems" collection of methods.
Inherited Members
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 |