Frontend | Backend | Api

Taxes\Models\Backend\AvalaraProvider

Class AvalaraProvider

Method Description Returns
getLicenseKey() Get the license key string
isSubmittingTaxes() bool
getAccountId() Get the account id string
isSandboxEnvironment() Get if the sandbox environment should be used bool
isSubmitDocuments() Get if the documents should be submitted to Avalara bool
getShippingTaxCode() Get the shipping tax code string
getDefaultItemTaxCode() Get the default item tax code string
getCompanyCode() Get the company code string
isAddressValidationEnabled() Get if the address validation should be enabled bool
isConnectionTestSupported() Does this provider support testing the connection bool
isExternalProvider() Is this provider linked to an external service? bool
getType() Get the type of this provider string
getId() int
getName() string
getEntity() string
isEnabled() bool
getCreated() Date the record was created. DateTime
getModified() Last modification date for the record. DateTime
getSite() Site
getCategoryProviderCodes() Collection (CategoryProviderCode)
getCategories(?array|null $criteria, string $sort, string $direction) Helper that will fetch instances of Taxes\Models\Category through Taxes\Models\CategoryProviderCode Collection
getZones() Collection (Zone)
getRates() Collection (Rate)
isNewRecord() Check if the record is a new record bool
isHierarchicalModel() Check whether a model is a hierarchical model, i.e. can have children bool
isVersionedModel() Check whether a model is versioned bool
getAvailableCompanies() Get a list of available companies array
getHateoasLinks() Get the HATEOAS links for the record array
getEditUrl() Get the url for editing the record. string
getDeleteUrl() Get the url for deleting the record. string
getManageUrl() Get the url for managing records. string