toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.core
/
POFailure
/
Code
/
Authentication
Authentication
data
class
Authentication
(
val
authenticationCode
:
POFailure.AuthenticationCode
)
:
POFailure.Code
API credentials could not be verified.
Members
Members & Extensions
Constructors
Authentication
Link copied to clipboard
constructor
(
authenticationCode
:
POFailure.AuthenticationCode
)
Properties
authentication
Code
Link copied to clipboard
val
authenticationCode
:
POFailure.AuthenticationCode
raw
Value
Link copied to clipboard
val
POFailure.Code
.
rawValue
:
String
Raw error code. Consistent with iOS SDK.
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
)