data class Invoice : Amounted, Currencied
(source)
(common)
<init> |
Invoice(title: String, description: String, startParameter: StartParameter, currency: Currency, amount: Long) |
(common)
amount |
val amount: Long |
(common)
currency |
val currency: Currency |
(common)
description |
val description: String |
(common)
startParameter |
val startParameter: StartParameter |
(common)
title |
val title: String |