TaxSettingsClient.php 1.2 KB

1234567891011121314151617181920212223
  1. <?php
  2. namespace Aws\TaxSettings;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Tax Settings** service.
  6. * @method \Aws\Result batchDeleteTaxRegistration(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchDeleteTaxRegistrationAsync(array $args = [])
  8. * @method \Aws\Result batchPutTaxRegistration(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchPutTaxRegistrationAsync(array $args = [])
  10. * @method \Aws\Result deleteTaxRegistration(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteTaxRegistrationAsync(array $args = [])
  12. * @method \Aws\Result getTaxRegistration(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise getTaxRegistrationAsync(array $args = [])
  14. * @method \Aws\Result getTaxRegistrationDocument(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getTaxRegistrationDocumentAsync(array $args = [])
  16. * @method \Aws\Result listTaxRegistrations(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise listTaxRegistrationsAsync(array $args = [])
  18. * @method \Aws\Result putTaxRegistration(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise putTaxRegistrationAsync(array $args = [])
  20. */
  21. class TaxSettingsClient extends AwsClient {}