field(
var: "plan_name",
type: "list-single",
label: "What currency should your account balance be in?",
required: true,
options: [
{
value: "cad_beta_unlimited-v20210223",
label: "Canadian Dollars"
},
{
value: "usd_beta_unlimited-v20210223",
label: "United States Dollars"
}
]
)