Get desktop application:
View/edit binary Protocol Buffers messages
oneof account
int64 cardId = 1
string accountNumber = 2
Used in: CashbackOptionsChangeResponse
UNKNOWN_RESULT = 0
OK = 1
UNSUPPORTED_ACCOUNT = 2
NOT_FOUND = 3
repeated int64 cards = 1
repeated string accounts = 2
oneof selectedAccount
int64 cardId = 3
string accountNumber = 4
double previousAmount = 1
double currentAmount = 3
Used in: CashbackPayoutResponse, tx.CashbackTxInfo
UNKNOWN_STATUS = 0
CALCULATED = 1
TRANSFERRED = 2
Used in: tx.CashbackTxInfo
UNKNOWN_TYPE = 0
GUARANTEED = 1
PARTNER = 2