ShippingMethodsFactory

interface ShippingMethodsFactory : Serializable

Functions

Link copied to clipboard
abstract fun create(shippingInformation: ShippingInformation): List<ShippingMethod>