Class QuoteDetails

  • All Implemented Interfaces:

    
    public final class QuoteDetails
    
                        

    Represents the details of a quote in the tbDEX protocol, including the currency, subtotal, total, and optional fee.

    • 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 String getCurrencyCode() The currency code (ISO 4217 format) of the quote.
      final String getSubtotal() The subtotal amount of the transaction, excluding fees.
      final String getTotal() The total amount of the transaction, including fees.
      final String getFee() Optional fee associated with the transaction.
      • Methods inherited from class java.lang.Object

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

      • getSubtotal

         final String getSubtotal()

        The subtotal amount of the transaction, excluding fees.

      • getTotal

         final String getTotal()

        The total amount of the transaction, including fees.

      • getFee

         final String getFee()

        Optional fee associated with the transaction.