Show / Hide Table of Contents

Class Create

Parameters for API calls.

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

Properties

| Improve this Doc View Source

Shipments

A list of Shipments (or Create parameter sets) to use to create a ScanForm.

Declaration
public List<IShipmentParameter>? Shipments { get; set; }
Property Value
Type Description
System.Nullable<List<IShipmentParameter>>

Implements

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