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

Provides struct and type for a CheckoutUpdate

# `t`

```elixir
@type t() :: %Polarex.CheckoutUpdate{
  allow_discount_codes: boolean() | nil,
  allow_trial: boolean() | nil,
  amount: integer() | nil,
  currency: String.t() | nil,
  custom_field_data: map() | nil,
  customer_billing_address: Polarex.AddressInput.t() | nil,
  customer_billing_name: String.t() | nil,
  customer_email: String.t() | nil,
  customer_ip_address: String.t() | nil,
  customer_metadata: map() | nil,
  customer_name: String.t() | nil,
  customer_tax_id: String.t() | nil,
  discount_id: String.t() | nil,
  embed_origin: String.t() | nil,
  is_business_customer: boolean() | nil,
  locale: String.t() | nil,
  metadata: map() | nil,
  product_id: String.t() | nil,
  product_price_id: String.t() | nil,
  require_billing_address: boolean() | nil,
  return_url: String.t() | nil,
  seats: integer() | nil,
  success_url: String.t() | nil,
  trial_interval: String.t() | nil,
  trial_interval_count: integer() | nil
}
```

---

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