Home > @infiniteobjects/shopify-data-manager > AdminTypes > TaxPartnerState
State of the tax app configuration.
Signature:
export declare enum TaxPartnerState
| Member | Value | Description |
|---|---|---|
| Active | "ACTIVE" |
App is configured and to be used for tax calculations. |
| Pending | "PENDING" |
App is not configured. |
| Ready | "READY" |
App is configured, but not used for tax calculations. |