Show / Hide Table of Contents

Interface IBaseParameters

Base interface for all EasyPost API parameters.

Namespace: EasyPost.Parameters
Assembly: EasyPost.dll
Syntax
public interface IBaseParameters

Methods

| Improve this Doc View Source

ToDictionary()

Convert this object to a .

Declaration
Dictionary<string, object> ToDictionary()
Returns
Type Description
Dictionary<System.String, System.Object>

A .

| Improve this Doc View Source

ToSubDictionary(Type)

Convert this object to a sub- based on the parent parameter object type.

Declaration
Dictionary<string, object> ToSubDictionary(Type parentParameterObjectType)
Parameters
Type Name Description
Type parentParameterObjectType

The of the parent parameter object.

Returns
Type Description
Dictionary<System.String, System.Object>

A .

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX