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
BTShopperInsightsRequest
Warning
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
email
The buyer’s email address.
phone
The buyer’s phone number details.
-
Initialize a
BTShopperInsightsRequest
Warning
This feature is in beta. It’s public API may change or be removed in future releases.Declaration
Swift
public init(email: String)
Parameters
email
The buyer’s email address.
-
Initialize a
BTShopperInsightsRequest
Warning
This feature is in beta. It’s public API may change or be removed in future releases.Declaration
Swift
public init(phone: Phone)
Parameters
phone
The buyer’s phone number details.