toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core
/
BalanceResult
Balance
Result
data
class
BalanceResult
(
val
balance
:
Amount
?
,
val
transactionLimit
:
Amount
?
)
:
ModelObject
Members
Constructors
Balance
Result
Link copied to clipboard
constructor
(
balance
:
Amount
?
,
transactionLimit
:
Amount
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
balance
Link copied to clipboard
val
balance
:
Amount
?
transaction
Limit
Link copied to clipboard
val
transactionLimit
:
Amount
?
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)