Payment Estimation
data class PaymentEstimation( val paymentAmount: BigInteger, val discountYears: UInt, val currency: NativeCurrency)
Content copied to clipboard
Constructors
Link copied to clipboard
fun PaymentEstimation( paymentAmount: BigInteger, discountYears: UInt, currency: NativeCurrency)
Content copied to clipboard