Represents an instance of value in transit between a payer(source) and a payee(target). This Value Message can only be consumed (loaded) by the intended payee's MintChip.
|
|---|
|
Generates a base64 encoded string representation of this object.
|
| Name | Description |
|---|---|
valueMessage.amount |
Gets the amount or value of this Value Message. |
valueMessage.annotation |
Gets a textual description associated with this Value Message. |
valueMessage.challenge |
Gets the challenge, a random number generated by the requester of this Value Message. |
valueMessage.createdTime |
Gets the date and time (accurate to the minute) this Value Message was initially created at source. |
valueMessage.currencyCode |
Gets the CurrencyCode of the amount(value) for this Value Message. |
valueMessage.mintChipVersion |
Gets the version of the MintChip that created this ValueMessage. |
valueMessage.payeeId |
Gets the MintChip Id of the intended recipient of this Value Message. |
valueMessage.payerId |
Gets the MintChip Id of the issuer of this Value Message. |