Payment

data class Payment(receipt: String?, note: String?)

details about a MobileCoin payment

Constructors

Payment
Link copied to clipboard
common
fun Payment(receipt: String? = null, note: String? = null)

Properties

note
Link copied to clipboard
common
val note: String? = null
note attached to the payment
receipt
Link copied to clipboard
common
val receipt: String? = null
base64 encoded payment receipt data.