public class BitcoindeOrderRequirements extends Object
| Constructor and Description |
|---|
BitcoindeOrderRequirements()
No args constructor for use in serialization
|
BitcoindeOrderRequirements(String minTrustLevel,
Boolean onlyKycFull,
List<String> seatOfBank,
Integer paymentOption) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getMinTrustLevel() |
Boolean |
getOnlyKycFull() |
Integer |
getPaymentOption() |
List<String> |
getSeatOfBank() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMinTrustLevel(String minTrustLevel) |
void |
setOnlyKycFull(Boolean onlyKycFull) |
void |
setPaymentOption(Integer paymentOption) |
void |
setSeatOfBank(List<String> seatOfBank) |
public BitcoindeOrderRequirements()
public String getMinTrustLevel()
public void setMinTrustLevel(String minTrustLevel)
public Boolean getOnlyKycFull()
public void setOnlyKycFull(Boolean onlyKycFull)
public Integer getPaymentOption()
public void setPaymentOption(Integer paymentOption)
Copyright © 2012–2018 Knowm Inc.. All rights reserved.