stripe-android
androidJvm
payments-core
/
com.stripe.android.model
/
PaymentMethod
/
AuBecsDebit
Au
Becs
Debit
data
class
AuBecsDebit
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
constructor
(
val
bsbNumber
:
String
?
,
val
fingerprint
:
String
?
,
val
last4
:
String
?
)
:
PaymentMethod.TypeData
Constructors
Functions
Properties
Constructors
Au
Becs
Debit
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
constructor
(
bsbNumber
:
String
?
,
fingerprint
:
String
?
,
last4
:
String
?
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
bsb
Number
Link copied to clipboard
@
JvmField
val
bsbNumber
:
String
?
fingerprint
Link copied to clipboard
@
JvmField
val
fingerprint
:
String
?
last4
Link copied to clipboard
@
JvmField
val
last4
:
String
?
type
Link copied to clipboard
open
override
val
type
:
PaymentMethod.Type