HOME


Mini Shell 1.0
La Pieza.DO | Todo lo que buscas!

Bienvenido de nuevo!

Acceso Cuenta Delivery
DIR: /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/TaxSettings/
Upload File :
Current File : /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/TaxSettings/TaxSettingsClient.php
<?php
namespace Aws\TaxSettings;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Tax Settings** service.
 * @method \Aws\Result batchDeleteTaxRegistration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchDeleteTaxRegistrationAsync(array $args = [])
 * @method \Aws\Result batchGetTaxExemptions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchGetTaxExemptionsAsync(array $args = [])
 * @method \Aws\Result batchPutTaxRegistration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchPutTaxRegistrationAsync(array $args = [])
 * @method \Aws\Result deleteSupplementalTaxRegistration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteSupplementalTaxRegistrationAsync(array $args = [])
 * @method \Aws\Result deleteTaxRegistration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteTaxRegistrationAsync(array $args = [])
 * @method \Aws\Result getTaxExemptionTypes(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getTaxExemptionTypesAsync(array $args = [])
 * @method \Aws\Result getTaxInheritance(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getTaxInheritanceAsync(array $args = [])
 * @method \Aws\Result getTaxRegistration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getTaxRegistrationAsync(array $args = [])
 * @method \Aws\Result getTaxRegistrationDocument(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getTaxRegistrationDocumentAsync(array $args = [])
 * @method \Aws\Result listSupplementalTaxRegistrations(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listSupplementalTaxRegistrationsAsync(array $args = [])
 * @method \Aws\Result listTaxExemptions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTaxExemptionsAsync(array $args = [])
 * @method \Aws\Result listTaxRegistrations(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTaxRegistrationsAsync(array $args = [])
 * @method \Aws\Result putSupplementalTaxRegistration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise putSupplementalTaxRegistrationAsync(array $args = [])
 * @method \Aws\Result putTaxExemption(array $args = [])
 * @method \GuzzleHttp\Promise\Promise putTaxExemptionAsync(array $args = [])
 * @method \Aws\Result putTaxInheritance(array $args = [])
 * @method \GuzzleHttp\Promise\Promise putTaxInheritanceAsync(array $args = [])
 * @method \Aws\Result putTaxRegistration(array $args = [])
 * @method \GuzzleHttp\Promise\Promise putTaxRegistrationAsync(array $args = [])
 */
class TaxSettingsClient extends AwsClient {}