CustomerVerificationRequest

data class CustomerVerificationRequest(val merchantRefNum: String, val language: String?) : Parcelable

Data class representing a Customer Verification Request.

Constructors

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

Properties

Link copied to clipboard

Renders content for the merchant customer in the specified language. If not provided, the application will default to 'en'. Supported values are: en en-GB cs-CZ de-DE el-GR en-US es-ES es-US fr-FR it-IT ko-KR pl-PL pt-BR pt-PT ru-RU tr-TR zh-CN

Link copied to clipboard

Merchant reference number.

Functions

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