Class TransactionApproval

Class TransactionApproval#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.TransactionApproval : xbe.sdk.Object#

Describes the approval status of all parties of a transaction.

Public Functions

TransactionApproval ()#
TransactionApproval (Object obj)

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: