Create the settings
Create a class and name it SampleSettings. This file should inherit from IShippingMethodSettings. This file is where you define the settings (model) of your custom shipping provider. Take a look at the code below for a sample implementation: