Polarex.CheckoutBillingAddressFields (Polarex v0.2.8)

View Source

Provides struct and type for a CheckoutBillingAddressFields

Summary

Types

t()

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