1struct_with_extra! { no_extra Decline, 2 decline_reason: DeclineReason, 3 decline_copy: String, 4} 5 6enum_with_extra! { "SCREAMING_SNAKE_CASE" => DeclineReason, 7 InsufficientFunds, 8}