Interface RevenueWithdrawalStatePending

Describes state of a revenue withdrawal. Subtype of RevenueWithdrawalState.

interface RevenueWithdrawalStatePending {
    @type: "revenueWithdrawalStatePending";
}

Properties

Properties

@type: "revenueWithdrawalStatePending"