create
abstract fun create(shippingInformation: ShippingInformation): List<ShippingMethod>
Content copied to clipboard
Return
a list of ShippingMethod options to present to the customer. Will run on a background thread.
a list of ShippingMethod options to present to the customer. Will run on a background thread.