export PayoutTerm

interface PayoutTerm {
    strategy?: PayoutStrategy;
}

Properties

Properties

strategy?: PayoutStrategy