BTCustomerRecommendationsResult
public struct BTCustomerRecommendationsResult
Customer recommendations for what payment options to show.
Warning
This feature is in beta. It’s public API may change or be removed in future releases.-
The session ID for the customer session.
Declaration
Swift
public let sessionID: String? -
Whether the customer is in the PayPal network.
Declaration
Swift
public let isInPayPalNetwork: Bool? -
The payment recommendations for the shopper.
Declaration
Swift
public let paymentRecommendations: [BTPaymentOptions]?
View on GitHub