stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerPaymentDetails
Consumer
Payment
Details
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ConsumerPaymentDetails
:
StripeModel
Content copied to clipboard
Types
Functions
Properties
Types
Card
Link copied to clipboard
data
class
Card
(
val
id
:
String
,
val
isDefault
:
Boolean
,
val
expiryYear
:
Int
,
val
expiryMonth
:
Int
,
val
brand
:
CardBrand
,
val
last4
:
String
)
:
ConsumerPaymentDetails.PaymentDetails
Content copied to clipboard
Payment
Details
Link copied to clipboard
sealed
class
PaymentDetails
:
Parcelable
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
payment
Details
Link copied to clipboard
val
paymentDetails
:
List
<
ConsumerPaymentDetails.PaymentDetails
>
Content copied to clipboard