BillingConfig

public final class BillingConfig 


BillingConfig stores configuration used to perform billing operations.

Note: This data can change and should not be cached.

Summary

Public methods

String

Returns the customer's country code.

Public methods

getCountryCode

public String getCountryCode()

Returns the customer's country code.

Note: The country code format is based on ISO-3166-1 alpha2 (UN country codes).

See: https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024年02月27日 UTC.