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
constructor(bsbNumber: String?, fingerprint: String?, last4: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: PaymentMethod.Type

Functions

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