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