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
offerCreditOptional: Offers PayPal Credit if the customer qualifies. Defaults to
false.billingAgreementDescriptionOptional: Display a custom description to the user for a billing agreement. For Checkout with Vault flows, you must also set
requestBillingAgreementtotrueon yourBTPayPalCheckoutRequest.
View on GitHub