ShopperInsightsBuyerPhone

data class ShopperInsightsBuyerPhone(var countryCode: String, var nationalNumber: String)

Representation of a user phone number.

Constructors

Link copied to clipboard
constructor(countryCode: String, nationalNumber: String)

Properties

Link copied to clipboard

The international country code for the shopper's phone number (e.g., "1" for the United States).

Link copied to clipboard

The national segment of the shopper's phone number (excluding the country code).