All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Externaltransactions.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240509-2.0.0
Show newest version






AndroidPublisher.Externaltransactions (Google Play Android Developer API v3-rev20240328-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.
    • Constructor Detail

      • Externaltransactions

        public Externaltransactions()
    • 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 - 2024 Weber Informatics LLC | Privacy Policy