PolarExpress.Schemas.CheckoutCustomerBillingAddressFields (polar_express v0.2.2)

Copy Markdown View Source

CheckoutCustomerBillingAddressFields

Deprecated: Use CheckoutBillingAddressFields instead.

Summary

Types

t()

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

Functions

schema_name()