BTPayPalRequestUserAction
@objc
public enum BTPayPalRequestUserAction : Int
The call-to-action in the PayPal Checkout flow.
Note
By default the final button will show the localized word for “Continue” and implies that the final amount billed is not yet known. Setting the BTPayPalRequest’s userAction to.payNow
changes the button text to “Pay Now”, conveying to
the user that billing will take place immediately.
-
Default
Declaration
Swift
case none
-
Pay Now
Declaration
Swift
case payNow