BTPayPalNativeVaultRequest
@objcMembers
public class BTPayPalNativeVaultRequest : BTPayPalVaultBaseRequest
Options for the PayPal Vault flow.
-
Initializes a PayPal Native Vault request
Declaration
Swift
public init( offerCredit: Bool = false, billingAgreementDescription: String? = nil )
Parameters
offerCredit
Optional: Offers PayPal Credit if the customer qualifies. Defaults to
false
.billingAgreementDescription
Optional: Display a custom description to the user for a billing agreement. For Checkout with Vault flows, you must also set
requestBillingAgreement
totrue
on yourBTPayPalCheckoutRequest
.