public class AndroidPublisher.Externaltransactions extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndroidPublisher.Externaltransactions.Createexternaltransaction | 
| class  | AndroidPublisher.Externaltransactions.Getexternaltransaction | 
| class  | AndroidPublisher.Externaltransactions.Refundexternaltransaction | 
| Constructor and Description | 
|---|
| Externaltransactions() | 
| 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. | 
public AndroidPublisher.Externaltransactions.Createexternaltransaction createexternaltransaction(String parent, ExternalTransaction content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
 remote operation.parent - Required. The parent resource where this external transaction will be created. Format:
        applications/{package_name}content - the ExternalTransactionIOExceptionpublic AndroidPublisher.Externaltransactions.Getexternaltransaction getexternaltransaction(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
 remote operation.name - Required. The name of the external transaction to retrieve. Format:
        applications/{package_name}/externalTransactions/{external_transaction}IOExceptionpublic AndroidPublisher.Externaltransactions.Refundexternaltransaction refundexternaltransaction(String name, RefundExternalTransactionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
 remote operation.name - Required. The name of the external transaction that will be refunded. Format:
        applications/{package_name}/externalTransactions/{external_transaction}content - the RefundExternalTransactionRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.