Interface TransactionDirectionOutgoing

The transaction is outgoing and decreases the amount of owned currency. Subtype of TransactionDirection.

interface TransactionDirectionOutgoing {
    @type: "transactionDirectionOutgoing";
}

Properties

Properties

@type: "transactionDirectionOutgoing"