BillingConfig
Updated: Mar 19, 2025
data class BillingConfig(val countryCode:
String)
BillingConfig stores configuration used to perform billing operations.
Note: This data can change and should not be cached.
| Name | Summary |
|---|
BillingConfig | constructor(countryCode: String) |
| Name | Summary |
|---|
countryCode | val countryCode: StringThe customer’s country code. |