Uses of Enum Class
org.knowm.xchange.bitcoinde.v4.dto.BitcoindePaymentOption
Packages that use BitcoindePaymentOption
-
Uses of BitcoindePaymentOption in org.knowm.xchange.bitcoinde.v4.dto
Methods in org.knowm.xchange.bitcoinde.v4.dto that return BitcoindePaymentOptionModifier and TypeMethodDescriptionstatic BitcoindePaymentOptionBitcoindePaymentOption.fromValue(int value) static BitcoindePaymentOptionReturns the enum constant of this class with the specified name.static BitcoindePaymentOption[]BitcoindePaymentOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.bitcoinde.v4.dto with parameters of type BitcoindePaymentOptionModifierConstructorDescriptionBitcoindeOrderRequirements(BitcoindeTrustLevel minTrustLevel, Boolean onlyKycFull, String[] seatOfBank, BitcoindePaymentOption paymentOption) -
Uses of BitcoindePaymentOption in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service that return BitcoindePaymentOptionModifier and TypeMethodDescriptiondefault BitcoindePaymentOptionBitcoindeOrderbookOrdersParams.onlyOrdersWithPaymentOption()