# `Stripe.Resources.Quote.AutomaticTax.Liability`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/quote.ex#L168)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Quote.AutomaticTax.Liability{
  account: String.t() | Stripe.Resources.Account.t() | nil,
  type: String.t() | nil
}
```

* `account` - The connected account being referenced when `type` is `account`.
* `type` - Type of the account referenced. Possible values: `account`, `self`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
