Show / Hide Table of Contents

Class PartnersResource

The "partners" collection of methods.

Inheritance
object
PartnersResource
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

Constructors

PartnersResource(IClientService)

Constructs a new resource.

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

Properties

Products

Gets the Products resource.

Declaration
public virtual PartnersResource.ProductsResource Products { get; }
Property Value
Type Description
PartnersResource.ProductsResource

Promotions

Gets the Promotions resource.

Declaration
public virtual PartnersResource.PromotionsResource Promotions { get; }
Property Value
Type Description
PartnersResource.PromotionsResource

Subscriptions

Gets the Subscriptions resource.

Declaration
public virtual PartnersResource.SubscriptionsResource Subscriptions { get; }
Property Value
Type Description
PartnersResource.SubscriptionsResource

UserSessions

Gets the UserSessions resource.

Declaration
public virtual PartnersResource.UserSessionsResource UserSessions { get; }
Property Value
Type Description
PartnersResource.UserSessionsResource
In this article
Back to top Generated by DocFX