toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.payment
/
Payone
/
PreAuthInfo
Pre
Auth
Info
@
Serializable
data
class
PreAuthInfo
(
val
amount
:
Int
?
,
val
currency
:
String
?
)
:
Parcelable
Members
Constructors
Pre
Auth
Info
Link copied to clipboard
constructor
(
amount
:
Int
?
,
currency
:
String
?
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
?
currency
Link copied to clipboard
val
currency
:
String
?
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
)