BTPayPalVaultBaseRequest

@objcMembers
open class BTPayPalVaultBaseRequest : BTPayPalRequest

Options for the PayPal Vault flow.

Public Properties

  • Optional: Offers PayPal Credit if the customer qualifies. Defaults to false.

    Declaration

    Swift

    public var offerCredit: Bool

Initializer

  • Initializes a PayPal Native Vault request

    Declaration

    Swift

    public init(offerCredit: Bool = false)

    Parameters

    offerCredit

    Optional: Offers PayPal Credit if the customer qualifies. Defaults to false.