OnlineBankingPLPaymentMethod

class OnlineBankingPLPaymentMethod(var type: String? = null, var checkoutAttemptId: String? = null, var issuer: String? = null) : IssuerListPaymentMethod

Constructors

Link copied to clipboard
constructor(type: String? = null, checkoutAttemptId: String? = null, issuer: 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 issuer: 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)