stripe-android
payments-core
/
com.stripe.android.model
/
SourceTypeModel
/
SepaDebit
Sepa
Debit
data
class
SepaDebit
:
SourceTypeModel
Functions
Properties
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
bank
Code
Link copied to clipboard
val
bankCode
:
String
?
branch
Code
Link copied to clipboard
val
branchCode
:
String
?
country
Link copied to clipboard
val
country
:
String
?
finger
Print
Link copied to clipboard
val
fingerPrint
:
String
?
last4
Link copied to clipboard
val
last4
:
String
?
mandate
Reference
Link copied to clipboard
val
mandateReference
:
String
?
mandate
Url
Link copied to clipboard
val
mandateUrl
:
String
?