Package com.adyen.checkout.dropin
Class OrderDropInServiceResult
-
- All Implemented Interfaces:
public class OrderDropInServiceResult extends BaseDropInServiceResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrderDropInServiceResult.OrderCreatedOnly applicable for partial payments flow.
A call to /orders was successful and returned with an order that needs to be handled.
Use OrderResponse.SERIALIZER to deserialize your JSON response string.
public final classOrderDropInServiceResult.ErrorOnly applicable for partial payments flow.
Send this to display an error dialog and optionally dismiss Drop-in.
-