public class PayoutResponseCryptocurrencyAccount extends Object
| Constructor and Description |
|---|
PayoutResponseCryptocurrencyAccount() |
| Modifier and Type | Method and Description |
|---|---|
PayoutResponseCryptocurrencyAccount |
cryptoAddress(String cryptoAddress) |
PayoutResponseCryptocurrencyAccount |
cryptoTransactionId(String cryptoTransactionId) |
PayoutResponseCryptocurrencyAccount |
prcAmount(BigDecimal prcAmount) |
PayoutResponseCryptocurrencyAccount |
prcCurrency(String prcCurrency) |
void |
setCryptoAddress(String cryptoAddress) |
void |
setCryptoTransactionId(String cryptoTransactionId) |
void |
setPrcAmount(BigDecimal prcAmount) |
void |
setPrcCurrency(String prcCurrency) |
String |
toString() |
public void setCryptoAddress(String cryptoAddress)
public PayoutResponseCryptocurrencyAccount cryptoAddress(String cryptoAddress)
cryptoAddress - Customer's bitcoin address can be used for payoutpublic void setCryptoTransactionId(String cryptoTransactionId)
public PayoutResponseCryptocurrencyAccount cryptoTransactionId(String cryptoTransactionId)
cryptoTransactionId - Id of created transaction in the bitcoin systempublic void setPrcAmount(BigDecimal prcAmount)
public PayoutResponseCryptocurrencyAccount prcAmount(BigDecimal prcAmount)
prcAmount - Transaction amountpublic void setPrcCurrency(String prcCurrency)
public PayoutResponseCryptocurrencyAccount prcCurrency(String prcCurrency)
prcCurrency - Currency of transactionCopyright © 2023. All rights reserved.