BTPayPalRequestUserAction

Objective-C

enum BTPayPalRequestUserAction : NSInteger {}

Swift

enum BTPayPalRequestUserAction : Int, @unchecked Sendable

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 BTPayPalRequestUserActionCommit changes the button text to “Pay Now”, conveying to the user that billing will take place immediately.