toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
StripeIntent
/
NextActionData
/
VerifyWithMicrodeposits
Verify
With
Microdeposits
data
class
VerifyWithMicrodeposits
(
val
arrivalDate
:
Long
,
val
hostedVerificationUrl
:
String
,
val
microdepositType
:
MicrodepositType
)
:
StripeIntent.NextActionData
Members
Constructors
Verify
With
Microdeposits
Link copied to clipboard
constructor
(
arrivalDate
:
Long
,
hostedVerificationUrl
:
String
,
microdepositType
:
MicrodepositType
)
Properties
arrival
Date
Link copied to clipboard
val
arrivalDate
:
Long
hosted
Verification
Url
Link copied to clipboard
val
hostedVerificationUrl
:
String
microdeposit
Type
Link copied to clipboard
val
microdepositType
:
MicrodepositType
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
)