# `Polarex.CheckoutBillingAddressFields`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/checkout_billing_address_fields.ex#L1)

Provides struct and type for a CheckoutBillingAddressFields

# `t`

```elixir
@type t() :: %Polarex.CheckoutBillingAddressFields{
  city: String.t(),
  country: String.t(),
  line1: String.t(),
  line2: String.t(),
  postal_code: String.t(),
  state: String.t()
}
```

---

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