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

target.apidocs.com.google.api.services.androidpublisher.model.Price.html Maven / Gradle / Ivy

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






Price (Google Play Android Developer API v3-rev20240318-2.0.0)












com.google.api.services.androidpublisher.model

Class Price

    • Constructor Detail

      • Price

        public Price()
    • Method Detail

      • getCurrency

        public String getCurrency()
        3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
        Returns:
        value or null for none
      • setCurrency

        public Price setCurrency(String currency)
        3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
        Parameters:
        currency - currency or null for none
      • getPriceMicros

        public String getPriceMicros()
        Price in 1/million of the currency base unit, represented as a string.
        Returns:
        value or null for none
      • setPriceMicros

        public Price setPriceMicros(String priceMicros)
        Price in 1/million of the currency base unit, represented as a string.
        Parameters:
        priceMicros - priceMicros or null for none
      • set

        public Price set(String fieldName,
                         Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Price clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy