Package com.adyen.checkout.dropin
Class BalanceDropInServiceResult.Balance
-
- All Implemented Interfaces:
public final class BalanceDropInServiceResult.Balance extends BalanceDropInServiceResult
Only applicable for partial payments flow.
A call to /paymentMethods/balance was successful and returned with a BalanceResult that needs to be handled.
Use BalanceResult.SERIALIZER to deserialize your JSON response string.
-
-
Field Summary
Fields Modifier and Type Field Description private final BalanceResultbalance
-
Constructor Summary
Constructors Constructor Description BalanceDropInServiceResult.Balance(BalanceResult balance)
-
Method Summary
Modifier and Type Method Description final BalanceResultgetBalance()-
-
Method Detail
-
getBalance
final BalanceResult getBalance()
-
-
-
-