Receipt

class Receipt(channel: Channel)

Constructors

Link copied to clipboard
constructor(channel: Channel)

Functions

Link copied to clipboard
fun all(payableId: String): Deferred<List<ReceiptRecord>>
Link copied to clipboard
fun create(payableId: String, amount: String, description: String? = null, reference: String? = null): Deferred<ReceiptRecord>
Link copied to clipboard
fun get(id: String): Deferred<ReceiptRecord>