stripe-android
stripecardscan
/
com.stripe.android.stripecardscan.cardimageverification
/
CardImageVerificationSheetResult
/
Completed
Completed
data
class
Completed
(
val
cardImageVerificationIntentId
:
String
,
val
scannedCard
:
ScannedCard
)
:
CardImageVerificationSheetResult
Constructors
Functions
Properties
Constructors
Completed
Link copied to clipboard
fun
Completed
(
cardImageVerificationIntentId
:
String
,
scannedCard
:
ScannedCard
)
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
card
Image
Verification
Intent
Id
Link copied to clipboard
val
cardImageVerificationIntentId
:
String
scanned
Card
Link copied to clipboard
val
scannedCard
:
ScannedCard