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.
-
Authorize
Declaration
Swift
case authorize -
Sale
Declaration
Swift
case sale -
Order
Declaration
Swift
case order -
Declaration
Swift
public var stringValue: String { get }
View on GitHub