Interface ShippingWeightOrBuilder (0.1.0)

public interface ShippingWeightOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUnit()

public abstract String getUnit()

The unit of value.

string unit = 2;

Returns
Type Description
String

The unit.

getUnitBytes()

public abstract ByteString getUnitBytes()

The unit of value.

string unit = 2;

Returns
Type Description
ByteString

The bytes for unit.

getValue()

public abstract double getValue()

The weight of the product used to calculate the shipping cost of the item.

double value = 1;

Returns
Type Description
double

The value.