Package tbdex.sdk.messages
Class OrderStatusData
-
- All Implemented Interfaces:
public final class OrderStatusDataRepresents the data of an order status in the tbDEX protocol.
-
-
Constructor Summary
Constructors Constructor Description OrderStatusData(Status status, String details)
-
Method Summary
Modifier and Type Method Description final StatusgetStatus()The current status of the order (e.g., PAYIN_PENDING, PAYIN_SETTLED). final StringgetDetails()Optional details providing additional information about the status. -
-
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.
-
-
-
-