Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.EndShipper
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<EndShipper>, IBaseParameters, IEndShipperParameter, IAddressParameter, IParameter
Properties
| Improve this Doc View SourceCity
City for the new EndShipper.
Declaration
public string? City { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Company
Company for the new EndShipper.
Declaration
public string? Company { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Country
Country for the new EndShipper.
Declaration
public string? Country { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Email address for the new EndShipper.
Declaration
public string? Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Name
Name for the new EndShipper.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Phone
Phone number for the new EndShipper.
Declaration
public string? Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
State
State for the new EndShipper.
Declaration
public string? State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Street1
First street line for the new EndShipper.
Declaration
public string? Street1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Street2
Second street line for the new EndShipper.
Declaration
public string? Street2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Zip
ZIP code for the new EndShipper.
Declaration
public string? Zip { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |