PolarExpress.Schemas.CheckoutCustomerBillingAddressFields (polar_express v0.1.5)

Copy Markdown View Source

CheckoutCustomerBillingAddressFields

Deprecated: Use CheckoutBillingAddressFields instead.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CheckoutCustomerBillingAddressFields{
  city: boolean() | nil,
  country: boolean() | nil,
  line1: boolean() | nil,
  line2: boolean() | nil,
  postal_code: boolean() | nil,
  state: boolean() | nil
}
  • city
  • country
  • line1
  • line2
  • postal_code
  • state

Functions

schema_name()