Uses of Enum
org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer.CoinbaseTransferStatus
Packages that use CoinbaseTransfer.CoinbaseTransferStatus
-
Uses of CoinbaseTransfer.CoinbaseTransferStatus in org.knowm.xchange.coinbase.dto.trade
Methods in org.knowm.xchange.coinbase.dto.trade that return CoinbaseTransfer.CoinbaseTransferStatusModifier and TypeMethodDescriptionCoinbaseTransfer.getStatus()
Returns the enum constant of this type with the specified name.CoinbaseTransfer.CoinbaseTransferStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.coinbase.dto.trade with parameters of type CoinbaseTransfer.CoinbaseTransferStatusModifierConstructorDescriptionCoinbaseTransfer
(String id, CoinbaseTransferType type, String fundingType, String code, Date createdAt, CoinbaseMoney coinbaseFee, CoinbaseMoney bankFee, Date payoutDate, String transactionId, CoinbaseTransfer.CoinbaseTransferStatus status, CoinbaseMoney btcAmount, CoinbaseMoney subtotal, CoinbaseMoney total, String description, boolean success, List<String> errors)