Show / Hide Table of Contents

Class PromoofferResource

The "promooffer" collection of methods.

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

Constructors

PromoofferResource(IClientService)

Constructs a new resource.

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

Methods

Accept()

Accepts the promo offer.

Declaration
public virtual PromoofferResource.AcceptRequest Accept()
Returns
Type Description
PromoofferResource.AcceptRequest

Dismiss()

Marks the promo offer as dismissed.

Declaration
public virtual PromoofferResource.DismissRequest Dismiss()
Returns
Type Description
PromoofferResource.DismissRequest

Get()

Returns a list of promo offers available to the user

Declaration
public virtual PromoofferResource.GetRequest Get()
Returns
Type Description
PromoofferResource.GetRequest
In this article
Back to top Generated by DocFX