generateCustomerRecommendations

fun generateCustomerRecommendations(customerSessionRequest: CustomerSessionRequest? = null, sessionId: String? = null, customerRecommendationsCallback: (customerRecommendationsResult: CustomerRecommendationsResult) -> Unit)

Generates customer payment option recommendations.

Parameters

customerSessionRequest

Optional: a CustomerSessionRequest object containing the request parameters

sessionId

Optional: The shopper session ID

customerRecommendationsCallback

: a callback that returns the result of the customer recommendation generation

Note: This feature is in beta. It's public API may change in future releases.