Show / Hide Table of Contents

Class Insure

Parameters for API calls.

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

Properties

| Improve this Doc View Source

Amount

The amount to insure the Shipment for.

Declaration
public string? Amount { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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