Show / Hide Table of Contents

Class Create

Parameters for API calls.

Inheritance
System.Object
BaseParameters<EndShipper>
Create
Implements
IBaseParameters
IEndShipperParameter
IAddressParameter
IParameter
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 Create : BaseParameters<EndShipper>, IBaseParameters, IEndShipperParameter, IAddressParameter, IParameter

Properties

| Improve this Doc View Source

City

City for the new EndShipper.

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

Company

Company for the new EndShipper.

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

Country

Country for the new EndShipper.

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

Email

Email address for the new EndShipper.

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

Name

Name for the new EndShipper.

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

Phone

Phone number for the new EndShipper.

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

State

State for the new EndShipper.

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

Street1

First street line for the new EndShipper.

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

Street2

Second street line for the new EndShipper.

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

Zip

ZIP code for the new EndShipper.

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

Implements

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