Interface LtvInfoOrBuilder (0.16.0)

public interface LtvInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.