PayPalVaultRequest

constructor(    hasUserLocationConsent: Boolean,     shouldOfferCredit: Boolean = false,     recurringBillingDetails: PayPalRecurringBillingDetails? = null,     recurringBillingPlanType: PayPalRecurringBillingPlanType? = null,     enablePayPalAppSwitch: Boolean = false,     localeCode: String? = null,     billingAgreementDescription: String? = null,     isShippingAddressRequired: Boolean = false,     isShippingAddressEditable: Boolean = false,     shippingAddressOverride: PostalAddress? = null,     landingPageType: PayPalLandingPageType? = null,     displayName: String? = null,     merchantAccountId: String? = null,     riskCorrelationId: String? = null,     userAuthenticationEmail: String? = null,     userPhoneNumber: PayPalPhoneNumber? = null,     lineItems: List<PayPalLineItem> = emptyList())