target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Externaltransactions.html Maven / Gradle / Ivy
AndroidPublisher.Externaltransactions (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Externaltransactions
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Externaltransactions
-
- Enclosing class:
- AndroidPublisher
public class AndroidPublisher.Externaltransactions
extends Object
The "externaltransactions" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Externaltransactions.Createexternaltransaction
class
AndroidPublisher.Externaltransactions.Getexternaltransaction
class
AndroidPublisher.Externaltransactions.Refundexternaltransaction
-
Constructor Summary
Constructors
Constructor and Description
Externaltransactions()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Externaltransactions.Createexternaltransaction
createexternaltransaction(String parent,
ExternalTransaction content)
Creates a new external transaction.
AndroidPublisher.Externaltransactions.Getexternaltransaction
getexternaltransaction(String name)
Gets an existing external transaction.
AndroidPublisher.Externaltransactions.Refundexternaltransaction
refundexternaltransaction(String name,
RefundExternalTransactionRequest content)
Refunds or partially refunds an existing external transaction.
-
-
Method Detail
-
createexternaltransaction
public AndroidPublisher.Externaltransactions.Createexternaltransaction createexternaltransaction(String parent,
ExternalTransaction content)
throws IOException
Creates a new external transaction.
Create a request for the method "externaltransactions.createexternaltransaction".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.
- Parameters:
parent
- Required. The parent resource where this external transaction will be created. Format:
applications/{package_name}
content
- the ExternalTransaction
- Returns:
- the request
- Throws:
IOException
-
getexternaltransaction
public AndroidPublisher.Externaltransactions.Getexternaltransaction getexternaltransaction(String name)
throws IOException
Gets an existing external transaction.
Create a request for the method "externaltransactions.getexternaltransaction".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.
- Parameters:
name
- Required. The name of the external transaction to retrieve. Format:
applications/{package_name}/externalTransactions/{external_transaction}
- Returns:
- the request
- Throws:
IOException
-
refundexternaltransaction
public AndroidPublisher.Externaltransactions.Refundexternaltransaction refundexternaltransaction(String name,
RefundExternalTransactionRequest content)
throws IOException
Refunds or partially refunds an existing external transaction.
Create a request for the method "externaltransactions.refundexternaltransaction".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.
- Parameters:
name
- Required. The name of the external transaction that will be refunded. Format:
applications/{package_name}/externalTransactions/{external_transaction}
content
- the RefundExternalTransactionRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy