Stripe Tax Rate ApiService
A service which handles getting the Stripe Shipping Rates from the Stripe API
GetTaxRates
Task<StripeList<TaxRate>> GetTaxRates();GetTaxRate
Name
Detail
Task<TaxRate> GetTaxRate(string id);Last updated