Class TransactionApproval#
Defined in File Transaction.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.Object
(Class Object)
Class Documentation#
- class xbe.sdk.Models.TransactionApproval : xbe.sdk.Object#
Describes the approval status of all parties of a transaction.
Properties
- bool From { get; set; }#
Indicates the approval status of the sending party.
- bool To { get; set; }#
Indicates the approval status of the receiving party.
Public Static Functions
- new TransactionApproval Parse (string json)#
Parses the given JSON encoded string into a new StorageLocation instance.
- Param json:
- Return: