stripe-android
payments-core
/
com.stripe.android.model
/
CustomerPaymentSource
Customer
Payment
Source
sealed
class
CustomerPaymentSource
:
StripeModel
Content copied to clipboard
Model of the "data" object inside a
Customer
"source" object.
Functions
Properties
Inheritors
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
equals
Link copied to clipboard
abstract
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
id
Link copied to clipboard
abstract
val
id
:
String
?
Content copied to clipboard
tokenization
Method
Link copied to clipboard
abstract
val
tokenizationMethod
:
TokenizationMethod
?
Content copied to clipboard
Inheritors
CustomerCard
Link copied to clipboard
CustomerBankAccount
Link copied to clipboard
CustomerSource
Link copied to clipboard