BTPayPalRequestIntent

@objc
public enum BTPayPalRequestIntent : Int

Payment intent.

Note

Must be set to BTPayPalRequestIntentSale for immediate payment, .authorize to authorize a payment for capture later, or .order to create an order. Defaults to .authorize. Only applies to PayPal Checkout.

Capture payments later reference

Create and process orders reference