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