pub type DeductibleText = Deductible<Text>;
pub enum DeductibleText { Inferred(Text), Explicit(Text), }