data class BillingConfig(val countryCode: String)
BillingConfig
(
countryCode
)
|
Signature
constructor(countryCode: String) Parameters
countryCode:
String
Returns |
countryCode
: String
[Get] |
The customer's country code.
Signature
val countryCode: String |