PayPalContactInformation

data class PayPalContactInformation(val recipientEmail: String? = null, val recipentPhoneNumber: PayPalPhoneNumber? = null) : Parcelable

Representation of a recipient Contact Information for the order.

Constructors

Link copied to clipboard
constructor(recipientEmail: String? = null, recipentPhoneNumber: PayPalPhoneNumber? = null)

Properties

Link copied to clipboard

Phone number of the recipient.

Link copied to clipboard
val recipientEmail: String? = null

Email address of the recipient.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)