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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final OrderResponse order
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final OrderResponse getOrder()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrderDropInServiceResult.OrderCreated

        OrderDropInServiceResult.OrderCreated(OrderResponse order)
    • Method Detail

      • getOrder

         final OrderResponse getOrder()