Class BitcoindeOrderRequirements
- java.lang.Object
-
- org.knowm.xchange.bitcoinde.trade.BitcoindeOrderRequirements
-
public class BitcoindeOrderRequirements extends Object
- Author:
- kaiserfr
-
-
Constructor Summary
Constructors Constructor Description BitcoindeOrderRequirements()No args constructor for use in serializationBitcoindeOrderRequirements(String minTrustLevel, Boolean onlyKycFull, List<String> seatOfBank, Integer paymentOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetMinTrustLevel()BooleangetOnlyKycFull()IntegergetPaymentOption()List<String>getSeatOfBank()voidsetAdditionalProperty(String name, Object value)voidsetMinTrustLevel(String minTrustLevel)voidsetOnlyKycFull(Boolean onlyKycFull)voidsetPaymentOption(Integer paymentOption)voidsetSeatOfBank(List<String> seatOfBank)
-
-
-
Method Detail
-
getMinTrustLevel
public String getMinTrustLevel()
-
setMinTrustLevel
public void setMinTrustLevel(String minTrustLevel)
-
getOnlyKycFull
public Boolean getOnlyKycFull()
-
setOnlyKycFull
public void setOnlyKycFull(Boolean onlyKycFull)
-
getPaymentOption
public Integer getPaymentOption()
-
setPaymentOption
public void setPaymentOption(Integer paymentOption)
-
-