AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Retrieves the tax registration of accounts listed in a consolidated billing family. This can be used to retrieve up to 100 accounts' tax registrations in one call (default 50).

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListTaxRegistrationsAsync.

Namespace: Amazon.TaxSettings
Assembly: AWSSDK.TaxSettings.dll
Version: 3.x.y.z

Syntax

C#
public abstract ListTaxRegistrationsResponse ListTaxRegistrations(
         ListTaxRegistrationsRequest request
)

Parameters

request
Type: Amazon.TaxSettings.Model.ListTaxRegistrationsRequest

Container for the necessary parameters to execute the ListTaxRegistrations service method.

Return Value


The response from the ListTaxRegistrations service method, as returned by TaxSettings.

Exceptions

ExceptionCondition
InternalServerException The exception thrown when an unexpected error occurs when processing a request.
ResourceNotFoundException The exception thrown when the input doesn't have a resource associated to it.
ValidationException The exception when the input doesn't pass validation for at least one of the input parameters.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also