Interface ListAccountTaxResponseOrBuilder (0.2.0)

public interface ListAccountTaxResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountTaxes(int index)

public abstract AccountTax getAccountTaxes(int index)

Page of accounttax settings

repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;

Parameter
Name Description
index int
Returns
Type Description
AccountTax

getAccountTaxesCount()

public abstract int getAccountTaxesCount()

Page of accounttax settings

repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;

Returns
Type Description
int

getAccountTaxesList()

public abstract List<AccountTax> getAccountTaxesList()

Page of accounttax settings

repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;

Returns
Type Description
List<AccountTax>

getAccountTaxesOrBuilder(int index)

public abstract AccountTaxOrBuilder getAccountTaxesOrBuilder(int index)

Page of accounttax settings

repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;

Parameter
Name Description
index int
Returns
Type Description
AccountTaxOrBuilder

getAccountTaxesOrBuilderList()

public abstract List<? extends AccountTaxOrBuilder> getAccountTaxesOrBuilderList()

Page of accounttax settings

repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountTaxOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The token for the retrieval of the next page of account tax settings.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The token for the retrieval of the next page of account tax settings.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.