Class ExternaltransactionsResource.RefundexternaltransactionRequest
Refunds or partially refunds an existing external transaction.
Inheritance
ExternaltransactionsResource.RefundexternaltransactionRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ExternaltransactionsResource.RefundexternaltransactionRequest : AndroidPublisherBaseServiceRequest<ExternalTransaction>, IClientServiceRequest<ExternalTransaction>, IClientServiceRequest
Constructors
RefundexternaltransactionRequest(IClientService, RefundExternalTransactionRequest, string)
Constructs a new Refundexternaltransaction request.
Declaration
public RefundexternaltransactionRequest(IClientService service, RefundExternalTransactionRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RefundExternalTransactionRequest | body | |
string | name |
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
Name
Required. The name of the external transaction that will be refunded. Format: applications/{package_name}/externalTransactions/{external_transaction}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 Refundexternaltransaction parameter list.
Declaration
protected override void InitParameters()