PayPalCampaign

data class PayPalCampaign(val id: String) : Parcelable

A PayPal co-marketing campaign to associate with a checkout order.

Constructors

Link copied to clipboard
constructor(id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The PayPal-assigned campaign identifier.

Functions

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