AppInfo

data class AppInfo : Parcelable

Data for identifying your plug-in or library.

See Setting the API version.

Parameters

name

Name of your application (e.g. "MyAwesomeApp")

version

Version of your application (e.g. "1.2.34")

url

Website for your application (e.g. "https://myawesomeapp.info")

partnerId

Your Stripe Partner ID (e.g. "pp_partner_1234")

Types

Link copied to clipboard
object Companion

Functions

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