AuBecsDebit

data class AuBecsDebit @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(    val bsbNumber: String?,     val fingerprint: String?,     val last4: String?) : PaymentMethod.TypeData

Constructors

Link copied to clipboard
fun AuBecsDebit(    bsbNumber: String?,     fingerprint: String?,     last4: String?)

Functions

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

Properties

Link copied to clipboard
val bsbNumber: String?
Link copied to clipboard
val fingerprint: String?
Link copied to clipboard
val last4: String?
Link copied to clipboard
open override val type: PaymentMethod.Type