CardSecureDetailsRequest

data class CardSecureDetailsRequest(val cardId: String, val language: String?) : Parcelable

Data class with parameters for retrieval of secure card details

Constructors

Link copied to clipboard
constructor(cardId: String)
constructor(cardId: String, language: String?)

Properties

Link copied to clipboard

The unique identifier of the card to obtain secure details

Link copied to clipboard

Display content for the customer in the specified language. Example: en, en-US. If not provided or unsupported, the application will default to 'en'.

Functions

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