Package tbdex.sdk.rust
Class QuoteDetailsData
-
- All Implemented Interfaces:
public final class QuoteDetailsData
-
-
Constructor Summary
Constructors Constructor Description QuoteDetailsData(String currencyCode, String subtotal, String total, String fee)
-
Method Summary
Modifier and Type Method Description final StringgetCurrencyCode()final UnitsetCurrencyCode(String currencyCode)final StringgetSubtotal()final UnitsetSubtotal(String subtotal)final StringgetTotal()final UnitsetTotal(String total)final StringgetFee()final UnitsetFee(String fee)-
-
Method Detail
-
getCurrencyCode
final String getCurrencyCode()
-
setCurrencyCode
final Unit setCurrencyCode(String currencyCode)
-
getSubtotal
final String getSubtotal()
-
setSubtotal
final Unit setSubtotal(String subtotal)
-
-
-
-