API reference
API reference
Select your platform
No SDKs available
No versions available

BillingConfig

Updated: Mar 19, 2025

BillingConfig

data class BillingConfig(val countryCode: String)
BillingConfig stores configuration used to perform billing operations.
Note: This data can change and should not be cached.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for BillingConfig.

Constructors

NameSummary
BillingConfig
constructor(countryCode: String)

Properties

NameSummary
countryCode
val countryCode: String
The customer’s country code.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon