Interface IBaseParameters
Base interface for all EasyPost API parameters.
Namespace: EasyPost.Parameters
Assembly: EasyPost.dll
Syntax
public interface IBaseParameters
Methods
| Improve this Doc View SourceToDictionary()
Convert this object to a
Declaration
Dictionary<string, object> ToDictionary()
Returns
| Type | Description |
|---|---|
| Dictionary<System.String, System.Object> | A |
ToSubDictionary(Type)
Convert this object to a sub-
Declaration
Dictionary<string, object> ToSubDictionary(Type parentParameterObjectType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | parentParameterObjectType | The |
Returns
| Type | Description |
|---|---|
| Dictionary<System.String, System.Object> | A |