You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Retrieve the full list of Avalara-supported subscription (ServiceTypes)
10991
+
* For Registrar Use Only
10992
+
* This API is for use by Avalara Registrar administrative users only.
10993
+
*
10994
+
* Returns the full list of Avalara-supported subscription types.
10995
+
* This API is intended to be useful for identifying which features you have added to your account.
10996
+
* You may always contact Avalara's sales department for information on available products or services.
10997
+
* You cannot change your subscriptions/service directly through the API.
10998
+
*
10999
+
* ### Security Policies
11000
+
*
11001
+
* * This API requires one of the following user roles: AccountAdmin, AccountUser, BatchServiceAdmin, CompanyAdmin, CompanyUser, Compliance Root User, ComplianceAdmin, ComplianceUser, CSPAdmin, CSPTester, FirmAdmin, FirmUser, Registrar, SiteAdmin, SSTAdmin, SystemAdmin, TechnicalSupportAdmin, TechnicalSupportUser, TreasuryAdmin, TreasuryUser.
11002
+
* Swagger Name: AvaTaxClient
11003
+
*
11004
+
*
11005
+
* @param {string} filter A filter statement to identify specific records to retrieve. For more information on filtering, see [Filtering in REST](http://developer.avalara.com/avatax/filtering-in-rest/).
11006
+
* @param {number} top If nonzero, return no more than this number of results. Used with `$skip` to provide pagination for large datasets. Unless otherwise specified, the maximum number of records that can be returned from an API call is 1,000 records.
11007
+
* @param {number} skip If nonzero, skip this number of results before returning data. Used with `$top` to provide pagination for large datasets.
11008
+
* @param {string} orderBy A comma separated list of sort statements in the format `(fieldname) [ASC|DESC]`, for example `id ASC`.
* Stores an age verification response for the account.
14522
+
* The request field must meet the following criteria in order to be evaluated:
14523
+
* * *firstName*, *lastName*, and *address* are required fields.
14524
+
* * One of the following sets of attributes are required for the *address*:
14525
+
* * *line1, city, region*
14526
+
* * *line1, postalCode*
14527
+
*
14528
+
* * Optionally, request field may use the following parameters:
14529
+
* * A *DOB* (Date of Birth) field. The value should be ISO-8601 compliant (e.g. 2020-07-21).
14530
+
* * Beyond the required *address* fields above, a *country* field is permitted
14531
+
* * The valid values for this attribute are [*US, USA*]
14532
+
*
14533
+
*
14534
+
* The response field must meet the following criteria in order to be evaluated:
14535
+
* * *isOfAge*, *failureCodes* are required fields
14536
+
* Swagger Name: AvaTaxBeverageClient
14537
+
*
14538
+
*
14539
+
* @param {Models.StoreAgeVerifyRequest} model Information about the individual whose age has been verified and the corresponding age verification response.
14540
+
* @return {}
14541
+
*/
14542
+
14543
+
storeAgeVerification({ model }: { model: Models.StoreAgeVerifyRequest }): Promise<null> {
* Conditionally performs an age verification check. If a record matching the request is found in the internal store, the associated response is returned. Otherwise, an age verification check is performed and the response is stored if the individual is determined to be of age.
14559
+
* The request must meet the following criteria in order to be evaluated:
14560
+
* * *firstName*, *lastName*, and *address* are required fields.
14561
+
* * One of the following sets of attributes are required for the *address*:
14562
+
* * *line1, city, region*
14563
+
* * *line1, postalCode*
14564
+
*
14565
+
* * Optionally, the request may use the following parameters:
14566
+
* * A *DOB* (Date of Birth) field. The value should be ISO-8601 compliant (e.g. 2020-07-21).
14567
+
* * Beyond the required *address* fields above, a *country* field is permitted
14568
+
* * The valid values for this attribute are [*US, USA*]
14569
+
* Swagger Name: AvaTaxBeverageClient
14570
+
*
14571
+
*
14572
+
* @param {string} simulatedFailureCode (Optional) The failure code included in the simulated response of the endpoint. Note that this endpoint is only available in Sandbox for testing purposes.
14573
+
* @param {Models.AgeVerifyRequest} model Information about the individual whose age is being verified.
0 commit comments