DialingCode

@JsonClass(generateAdapter = true)
data class DialingCode(@Json(name = "region_code") val regionCode: String, val value: String)

International dialing code.

Parameters

regionCode

The region code associated with the phone number. Corresponds to a two-letter ISO 3166-1 alpha-2 country code.

value

Dialing code value.

Constructors

Link copied to clipboard
constructor(@Json(name = "region_code") regionCode: String, value: String)

Properties

Link copied to clipboard
Link copied to clipboard