BTShopperInsightsRequest
public struct BTShopperInsightsRequest
Buyer data required to use the Shopper Insights feature.
Warning
This feature is in beta. It’s public API may change or be removed in future releases.-
Initialize a
BTShopperInsightsRequestWarning
This feature is in beta. It’s public API may change or be removed in future releases.Declaration
Swift
public init(email: String, phone: Phone)Parameters
emailThe buyer’s email address.
phoneThe buyer’s phone number details.
-
Initialize a
BTShopperInsightsRequestWarning
This feature is in beta. It’s public API may change or be removed in future releases.Declaration
Swift
public init(email: String)Parameters
emailThe buyer’s email address.
-
Initialize a
BTShopperInsightsRequestWarning
This feature is in beta. It’s public API may change or be removed in future releases.Declaration
Swift
public init(phone: Phone)Parameters
phoneThe buyer’s phone number details.
View on GitHub