PayPalNativeCheckoutVaultRequest

Represents the parameters that are needed to start the PayPal Vault flow

Constructors

Link copied to clipboard
constructor()
Deprecated.
constructor(hasUserLocationConsent: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var localeCode: String
Link copied to clipboard
Link copied to clipboard
open var returnUrl: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
Grabs the shipping address editable field
Link copied to clipboard
Link copied to clipboard
Optional: The line items for this transaction.
Link copied to clipboard
open fun setShippingAddressEditable(shippingAddressEditable: Boolean)
Defaults to false.
Link copied to clipboard
open fun setShippingAddressRequired(shippingAddressRequired: Boolean)
Defaults to false.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)