1enum_with_extra! { "snake_case" => 2 /// A [`StringBoolean`] is a type where Monzo has decided to 3 /// represent a boolean value as a string. 4 StringBoolean, 5 True, 6 False, 7}