Class OrderStatusData

  • All Implemented Interfaces:

    
    public final class OrderStatusData
    
                        

    Represents the data of an order status in the tbDEX protocol.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Status getStatus() The current status of the order (e.g., PAYIN_PENDING, PAYIN_SETTLED).
      final String getDetails() Optional details providing additional information about the status.
      • Methods inherited from class java.lang.Object

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

      • OrderStatusData

        OrderStatusData(Status status, String details)
    • Method Detail

      • getStatus

         final Status getStatus()

        The current status of the order (e.g., PAYIN_PENDING, PAYIN_SETTLED).

      • getDetails

         final String getDetails()

        Optional details providing additional information about the status.