PayEasyPaymentMethod

class PayEasyPaymentMethod(var type: String? = null, var checkoutAttemptId: String? = null, var firstName: String? = null, var lastName: String? = null, var telephoneNumber: String? = null, var shopperEmail: String? = null) : EContextPaymentMethod

Constructors

Link copied to clipboard
constructor(type: String? = null, checkoutAttemptId: String? = null, firstName: String? = null, lastName: String? = null, telephoneNumber: String? = null, shopperEmail: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override var checkoutAttemptId: String?
Link copied to clipboard
open override var firstName: String?
Link copied to clipboard
open override var lastName: String?
Link copied to clipboard
open override var shopperEmail: String?
Link copied to clipboard
open override var telephoneNumber: String?
Link copied to clipboard
open override var type: String?

Functions

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