Package com.adyen.checkout.dropin
Class OrderDropInServiceResult.OrderCreated
-
- All Implemented Interfaces:
public final class OrderDropInServiceResult.OrderCreated extends OrderDropInServiceResult
Only 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.
-
-
Field Summary
Fields Modifier and Type Field Description private final OrderResponseorder
-
Constructor Summary
Constructors Constructor Description OrderDropInServiceResult.OrderCreated(OrderResponse order)
-