public interface LtvInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrency()
public abstract String getCurrency()The currency corresponding to the revenue.
string currency = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The currency. |
getCurrencyBytes()
public abstract ByteString getCurrencyBytes()The currency corresponding to the revenue.
string currency = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for currency. |
getRevenue()
public abstract double getRevenue()The Lifetime Value revenue of this user.
double revenue = 1;
| Returns | |
|---|---|
| Type | Description |
double |
The revenue. |