Polarex.CheckoutCustomerBillingAddressFields (Polarex v0.2.1)

View Source

Provides struct and type for a CheckoutCustomerBillingAddressFields

Summary

Types

t()

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