Payment

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

details about a MobileCoin payment

Constructors

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

Properties

Link copied to clipboard
val note: String? = null

note attached to the payment

Link copied to clipboard
val receipt: String? = null

base64 encoded payment receipt data. This is a protobuf value which can be decoded as the Receipt object described in https://github.com/mobilecoinfoundation/mobilecoin/blob/master/api/proto/external.proto