query: {
    getWithheldTaxState: {
        available: true;
        in_payment: true;
        withheld: true;
    };
} = ...

Type declaration

  • getWithheldTaxState: {
        available: true;
        in_payment: true;
        withheld: true;
    }
    • available: true
    • in_payment: true
    • withheld: true