lib/gpp/sections/uspca/core.ex
defmodule Gpp.Sections.Uspca.Core do
use Gpp.Decoder,
version: :int_6bit,
sale_opt_out_notice: :int_2bit,
sharing_opt_out_notice: :int_2bit,
sensitive_data_limit_use_notice: :int_2bit,
sale_opt_out: :int_2bit,
sharing_opt_out: :int_2bit,
sensitive_data_processing: [int_2bit_list: [9]],
known_child_sensitive_data_consents: [int_2bit_list: [2]],
personal_data_consents: :int_2bit,
mspa_covered_transaction: :int_2bit,
mspa_opt_out_option_mode: :int_2bit,
mspa_service_provider_mode: :int_2bit
end