Class OrdersResource.ReviewrefundRequest
Provide refund preference and purchase usage for a chargeback request
Inheritance
OrdersResource.ReviewrefundRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OrdersResource.ReviewrefundRequest : AndroidPublisherBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
ReviewrefundRequest(IClientService, OrdersReviewRefundRequest, string, string)
Constructs a new Reviewrefund request.
Declaration
public ReviewrefundRequest(IClientService service, OrdersReviewRefundRequest body, string packageName, string orderId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| OrdersReviewRefundRequest | body | |
| string | packageName | |
| string | orderId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
OrderId
Required. The order ID provided to the user when the subscription or in-app order was purchased.
Declaration
[RequestParameter("orderId", RequestParameterType.Path)]
public virtual string OrderId { get; }
Property Value
| Type | Description |
|---|---|
| string |
PackageName
Required. The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing').
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Reviewrefund parameter list.
Declaration
protected override void InitParameters()