Show / Hide Table of Contents

Class All

Parameters for API calls.

Inheritance
System.Object
BaseParameters<EndShipper>
BaseAllParameters<EndShipper>
All
Implements
IBaseParameters
Inherited Members
BaseParameters<EndShipper>.MatchFunction
BaseParameters<EndShipper>.Matches(EndShipper)
BaseParameters<EndShipper>.ToDictionary()
BaseParameters<EndShipper>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.EndShipper
Assembly: EasyPost.dll
Syntax
public class All : BaseAllParameters<EndShipper>, IBaseParameters

Properties

| Improve this Doc View Source

AfterId

Only records created after the given ID will be included.

Declaration
public string? AfterId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

PageSize

The number of records to return on each page. The maximum value is 100, and default is 20.

Declaration
public int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

| Improve this Doc View Source

FromDictionary(Nullable<Dictionary<String, Object>>)

Convert a dictionary into this parameter set.

Declaration
public static All FromDictionary(Dictionary<string, object>? dictionary)
Parameters
Type Name Description
System.Nullable<Dictionary<System.String, System.Object>> dictionary

Dictionary to parse.

Returns
Type Description
All

An All parameters set.

Implements

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