Stripe Shipping Rate Database Service
A service which handles getting the Stripe Shipping Rates from the database
The Stripe Shipping Rate database service is what handles the insertion, retrieval, updating, and deletion of the Shipping Rates within the database.
You can access the database service by injecting IStripeShippingRateDatabaseService
which can be found within the namespace UmbCheckout.Stripe.Interfaces
GetShippingRates
Gets the Shipping Rates
GetShippingRate
Gets a specified Shipping Rate
Parameters:
GetShippingRate
Gets a specified Shipping Rate
Parameters:
UpdateShippingRate
Creates a Shipping Rate
Parameters:
UpdateShippingRate
Updates a specified Shipping Rate
Parameters:
DeleteShippingRate
Deletes a specified Shipping Rate
Parameters:
Last updated