1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\TaxSettings;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Tax Settings** service.
|
|
|
8 |
* @method \Aws\Result batchDeleteTaxRegistration(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchDeleteTaxRegistrationAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result batchGetTaxExemptions(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise batchGetTaxExemptionsAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result batchPutTaxRegistration(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise batchPutTaxRegistrationAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result deleteSupplementalTaxRegistration(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise deleteSupplementalTaxRegistrationAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteTaxRegistration(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteTaxRegistrationAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result getTaxExemptionTypes(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise getTaxExemptionTypesAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result getTaxInheritance(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise getTaxInheritanceAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result getTaxRegistration(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise getTaxRegistrationAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result getTaxRegistrationDocument(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getTaxRegistrationDocumentAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listSupplementalTaxRegistrations(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listSupplementalTaxRegistrationsAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result listTaxExemptions(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise listTaxExemptionsAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result listTaxRegistrations(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listTaxRegistrationsAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result putSupplementalTaxRegistration(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise putSupplementalTaxRegistrationAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result putTaxExemption(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise putTaxExemptionAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result putTaxInheritance(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise putTaxInheritanceAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result putTaxRegistration(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise putTaxRegistrationAsync(array $args = [])
|
|
|
40 |
*/
|
|
|
41 |
class TaxSettingsClient extends AwsClient {}
|