ReceiptRecord

data class ReceiptRecord(val id: String, val payable: PayableRecord, val amount: String, val description: String?, val reference: String?)

Constructors

Link copied to clipboard
constructor(id: String, payable: PayableRecord, amount: String, description: String?, reference: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard