Payable

class Payable(channel: Channel)

Constructors

Link copied to clipboard
constructor(channel: Channel)

Functions

Link copied to clipboard
fun all(licenseId: String): Deferred<List<PayableRecord>>
Link copied to clipboard
fun create(licenseId: String, amount: String, type: String, expiry: Date? = null, description: String? = null, reference: String? = null): Deferred<PayableRecord>
Link copied to clipboard
fun get(id: String): Deferred<PayableRecord>