PaymentConsentReference

Reference to an existing PaymentConsent

Types

Link copied to clipboard

Properties

Link copied to clipboard
val cvc: String? = null

When requires_cvc of the PaymentConsent is true, this attribute must be provided in order to confirm successfully

Link copied to clipboard
val id: String? = null

ID of the PaymentConsent referenced for this recurring payment

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)