PredeterminedBalances represents balances with predetermined order calculation.

from message badges.PredeterminedBalances

Hierarchy

Constructors

Properties

incrementedBalances?: proto.badges.IncrementedBalances

Balances that have a starting amount and increment. If this is nil, then we use the manual balances.

from field: badges.IncrementedBalances incrementedBalances = 2;

manualBalances: proto.badges.ManualBalances[] = []

Manual balances that can be entered. If this is nil, then we use the incremented balances.

from field: repeated badges.ManualBalances manualBalances = 1;

The method to calculate the order of predetermined balances.

from field: badges.PredeterminedOrderCalculationMethod orderCalculationMethod = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "badges.PredeterminedBalances" = "badges.PredeterminedBalances"

Methods