public class PaymentResponseCryptocurrencyAccount extends Object
| Constructor and Description |
|---|
PaymentResponseCryptocurrencyAccount() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponseCryptocurrencyAccount |
cryptoAddress(String cryptoAddress) |
PaymentResponseCryptocurrencyAccount |
cryptoTransactionId(String cryptoTransactionId) |
PaymentResponseCryptocurrencyAccount |
prcAmount(BigDecimal prcAmount) |
PaymentResponseCryptocurrencyAccount |
prcCurrency(String prcCurrency) |
void |
setCryptoAddress(String cryptoAddress) |
void |
setCryptoTransactionId(String cryptoTransactionId) |
void |
setPrcAmount(BigDecimal prcAmount) |
void |
setPrcCurrency(String prcCurrency) |
String |
toString() |
public PaymentResponseCryptocurrencyAccount()
public void setCryptoAddress(String cryptoAddress)
public PaymentResponseCryptocurrencyAccount cryptoAddress(String cryptoAddress)
cryptoAddress - Bitcoin address for created transactionpublic void setCryptoTransactionId(String cryptoTransactionId)
public PaymentResponseCryptocurrencyAccount cryptoTransactionId(String cryptoTransactionId)
cryptoTransactionId - Id of created transaction in the bitcoin systempublic void setPrcAmount(BigDecimal prcAmount)
public PaymentResponseCryptocurrencyAccount prcAmount(BigDecimal prcAmount)
prcAmount - Transaction amount (only for FIAT-BTC scenario)public void setPrcCurrency(String prcCurrency)
public PaymentResponseCryptocurrencyAccount prcCurrency(String prcCurrency)
prcCurrency - Currency of transaction (only for FIAT-BTC scenario)Copyright © 2024. All rights reserved.