PaymentEstimation

data class PaymentEstimation(    val paymentAmount: BigInteger,     val discountYears: UInt,     val currency: NativeCurrency)

Constructors

Link copied to clipboard
fun PaymentEstimation(    paymentAmount: BigInteger,     discountYears: UInt,     currency: NativeCurrency)

Properties

Link copied to clipboard
val currency: NativeCurrency
Link copied to clipboard
val discountYears: UInt
Link copied to clipboard
val paymentAmount: BigInteger
Link copied to clipboard
val paymentAmountText: String