clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
Payment
common
Payment
data class
Payment
(receipt:
String
?, note:
String
?)
Content copied to clipboard
details about a MobileCoin payment
Constructors
Properties
Constructors
Payment
Link copied to clipboard
common
fun
Payment
(receipt:
String
? = null, note:
String
? = null)
Content copied to clipboard
Properties
note
Link copied to clipboard
common
val
note
:
String
? = null
Content copied to clipboard
note attached to the payment
receipt
Link copied to clipboard
common
val
receipt
:
String
? = null
Content copied to clipboard
base64 encoded payment receipt data.