Class Create
Inheritance
System.Object
Create
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Insurance>, IBaseParameters, IInsuranceParameter, IParameter
Properties
|
Improve this Doc
View Source
Amount
Value of the content to insure, in USD. Maximum $5,000.
Declaration
public double? Amount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
|
Improve this Doc
View Source
Carrier
Declaration
public string? Carrier { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
FromAddress
Declaration
public IAddressParameter FromAddress { get; set; }
Property Value
|
Improve this Doc
View Source
Reference
Declaration
public string? Reference { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ToAddress
Declaration
public IAddressParameter ToAddress { get; set; }
Property Value
|
Improve this Doc
View Source
TrackingCode
The tracking code associated with the non-EasyPost-purchased package to insure.
Declaration
public string? TrackingCode { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
Implements