BTPayPalPaymentType

Objective-C

NS_ENUM(NSUInteger, BTPayPalPaymentType) {
    BTPayPalPaymentTypeCheckout,
    BTPayPalPaymentTypeVault
}

Swift

enum BTPayPalPaymentType : UInt, @unchecked Sendable

Undocumented