toggle menu
processout-android
4.22.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.core
/
POFailure
/
InvalidField
Invalid
Field
@
JsonClass
(
generateAdapter
=
true
)
data
class
InvalidField
(
val
name
:
String
,
val
message
:
String
?
)
:
Parcelable
Defines invalid field details.
Members
Constructors
Invalid
Field
Link copied to clipboard
constructor
(
name
:
String
,
message
:
String
?
)
Properties
message
Link copied to clipboard
val
message
:
String
?
name
Link copied to clipboard
val
name
:
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
)