Class BaseAllParameters<TMatchInputType>
Base class for parameter sets used in All methods.
Implements
Inherited Members
Namespace: EasyPost.Parameters
Assembly: EasyPost.dll
Syntax
public abstract class BaseAllParameters<TMatchInputType> : BaseParameters<TMatchInputType>, IBaseParameters where TMatchInputType : EphemeralEasyPostObject
Type Parameters
| Name | Description |
|---|---|
| TMatchInputType | The type of EphemeralEasyPostObject contained in the response collection. |
Methods
| Improve this Doc View SourceFromDictionary(Nullable<Dictionary<String, Object>>)
Construct a new BaseAllParameters<TMatchInputType>-based instance from a
Declaration
public static BaseAllParameters<TMatchInputType> FromDictionary(Dictionary<string, object>? dictionary)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<Dictionary<System.String, System.Object>> | dictionary | The dictionary to parse. |
Returns
| Type | Description |
|---|---|
| BaseAllParameters<TMatchInputType> | A BaseAllParameters-subtype object. |