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.
| Name | Summary |
|---|
BillingConfig | constructor(countryCode: String) |
| Name | Summary |
|---|
countryCode | val countryCode: String The customer’s country code. |