Class PromoofferResource.AcceptRequest
Accepts the promo offer.
Inheritance
PromoofferResource.AcceptRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class PromoofferResource.AcceptRequest : BooksBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
AcceptRequest(IClientService)
Constructs a new Accept request.
Declaration
public AcceptRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
AndroidId
device android_id
Declaration
[RequestParameter("androidId", RequestParameterType.Query)]
public virtual string AndroidId { get; set; }
Property Value
Type | Description |
---|---|
string |
Device
device device
Declaration
[RequestParameter("device", RequestParameterType.Query)]
public virtual string Device { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Empty>.HttpMethod
Manufacturer
device manufacturer
Declaration
[RequestParameter("manufacturer", RequestParameterType.Query)]
public virtual string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Empty>.MethodName
Model
device model
Declaration
[RequestParameter("model", RequestParameterType.Query)]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
OfferId
Declaration
[RequestParameter("offerId", RequestParameterType.Query)]
public virtual string OfferId { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
device product
Declaration
[RequestParameter("product", RequestParameterType.Query)]
public virtual string Product { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Empty>.RestPath
Serial
device serial
Declaration
[RequestParameter("serial", RequestParameterType.Query)]
public virtual string Serial { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
Volume id to exercise the offer
Declaration
[RequestParameter("volumeId", RequestParameterType.Query)]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Accept parameter list.
Declaration
protected override void InitParameters()