Package com.adyen.checkout.dropin
Class BalanceDropInServiceResult
-
- All Implemented Interfaces:
public class BalanceDropInServiceResult extends BaseDropInServiceResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBalanceDropInServiceResult.BalanceOnly 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.
public final classBalanceDropInServiceResult.ErrorOnly applicable for partial payments flow.
Send this to display an error dialog and optionally dismiss Drop-in.
-