PayPalNativeRequest

Represents the parameters that are needed to tokenize a PayPal account. See PayPalNativeCheckoutRequest and PayPalNativeCheckoutVaultRequest.

Inheritors

Constructors

Link copied to clipboard
constructor()
Deprecated.

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

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(parcel: Parcel, i: Int)