pub fn route_tax_payment(
gross_amount_micro_cents: u64,
suite: &TaxRecipientSuite,
) -> Result<TaxDispatchPlan, String>Expand description
Routes a gross payment through the 12% Tax Router. Produces a TaxDispatchPlan ready for ILP execution.