Interface TransactionPartnerFragment

Describes a withdrawal transaction with Fragment.

interface TransactionPartnerFragment {
    type: "fragment";
    withdrawal_state?: RevenueWithdrawalState;
}

Properties

type: "fragment"

Type of the transaction partner, always “fragment”

withdrawal_state?: RevenueWithdrawalState

State of the transaction if the transaction is outgoing