Interface TaxRule.TaxPostalCodeRangeOrBuilder (0.2.0)

public static interface TaxRule.TaxPostalCodeRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

public abstract String getEnd()

The end of the postal code range. Will be the same as start if not specified.

string end = 2;

Returns
Type Description
String

The end.

getEndBytes()

public abstract ByteString getEndBytes()

The end of the postal code range. Will be the same as start if not specified.

string end = 2;

Returns
Type Description
ByteString

The bytes for end.

getStart()

public abstract String getStart()

Required. The start of the postal code range, which is also the smallest in the range.

string start = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The start.

getStartBytes()

public abstract ByteString getStartBytes()

Required. The start of the postal code range, which is also the smallest in the range.

string start = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for start.