Types

Link copied to clipboard

Properties

Link copied to clipboard
val billing: Billing? = null

Billing information for the payment method

Link copied to clipboard

Encrypted payment token depends on the payment data type.

Link copied to clipboard
Link copied to clipboard
val paymentDataType: String? = null

Type of the payment data details. One of tokenized_card or encrypted_payment_token. Only encrypted_payment_token is currently supported.

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)